* moved SystemHeaderSearchPaths and FramewordSeearchPaths of indexer cxx indexer commands to CompilerFlags section * added SourceGroupTestSuite to test indexer command generation of all source groups * removed "compile_commands.json" from gitignore, because a resource file for the tests has this name
19 lines
603 B
Plaintext
19 lines
603 B
Plaintext
SourceFilePath: "src/Test.cpp"
|
|
IndexedPath: "src/Test.cpp"
|
|
IndexedPath: "test/indexed/header/path"
|
|
CompilerFlag: "-isystem"
|
|
CompilerFlag: "src/header/search/path/from/cbp"
|
|
CompilerFlag: "-DDEFINE_FROM_CBP"
|
|
CompilerFlag: "-isystem"
|
|
CompilerFlag: "header_search/local"
|
|
CompilerFlag: "-isystem"
|
|
CompilerFlag: "test/header/search/path"
|
|
CompilerFlag: "-iframework"
|
|
CompilerFlag: "framework_search/local"
|
|
CompilerFlag: "-iframework"
|
|
CompilerFlag: "test/framework/search/path"
|
|
CompilerFlag: "-local-flag"
|
|
CompilerFlag: "-std=c++11"
|
|
CompilerFlag: "src/Test.cpp"
|
|
ExcludeFilter: "**/excluded/**"
|