logic: Changed include files being analyzed solely by path

* removed header extensions
* added source extensions to source path setup screen
* added caching to hasFilePath check
* don't show header list in CDB setup
* removed TestSettings.xml
This commit is contained in:
Eberhard Graether
2016-05-19 21:47:09 +02:00
parent 5295267513
commit 86d1ff2905
26 changed files with 236 additions and 393 deletions
+2
View File
@@ -28,6 +28,8 @@ public:
FilePath concat(const FilePath& other) const;
FilePath expandEnvironmentVariables() const;
bool contains(const FilePath& other) const;
std::string str() const;
std::string fileName() const;