[kdevelop] [Bug 417903] Semantic analysis fails to recognize std::filesystem namespace

2020-02-20 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=417903

Milian Wolff  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/kde/
   ||kdevelop/commit/a8ceb430be1
   ||fd75c172f3a6ec2b4652288bca3
   ||f7
 Resolution|--- |FIXED

--- Comment #2 from Milian Wolff  ---
Git commit a8ceb430be1fd75c172f3a6ec2b4652288bca3f7 by Milian Wolff.
Committed on 20/02/2020 at 12:37.
Pushed by mwolff into branch '5.5'.

IADM: take C++ standard from build system manager into account

When we query include paths and defines for a project item,
we should also take the compiler arguments of said item into
account. This may have an influence on the C++ standard e.g.

M  +14   -4   
plugins/custom-definesandincludes/compilerprovider/compilerprovider.cpp
M  +7-5   
plugins/custom-definesandincludes/compilerprovider/gcclikecompiler.cpp

https://invent.kde.org/kde/kdevelop/commit/a8ceb430be1fd75c172f3a6ec2b4652288bca3f7

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 417903] Semantic analysis fails to recognize std::filesystem namespace

2020-02-20 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=417903

--- Comment #1 from Milian Wolff  ---
the issue is that we transmit the wrong defines to the clang parse job, i.e.
one with `#define __cplusplus 201103L` despite the fact that we do also pass
`-std=c++17`.

thanks for the report, I'm looking into this

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 417903] Semantic analysis fails to recognize std::filesystem namespace

2020-02-20 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=417903

Milian Wolff  changed:

   What|Removed |Added

 Ever confirmed|0   |1
  Component|Analyzer: Cppcheck  |Language Support: CPP
   ||(Clang-based)
 Status|REPORTED|CONFIRMED

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 417903] Semantic analysis fails to recognize std::filesystem namespace

2020-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=417903

kogiokkaf...@gmail.com changed:

   What|Removed |Added

 CC||kogiokkaf...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.