logic: implemented handling Microsoft inline assembly statements

This commit is contained in:
mlangkabel
2018-01-09 18:53:08 +01:00
parent e228f3477a
commit 911c0fabba
4 changed files with 40 additions and 15 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public:
void buildIndex(std::shared_ptr<IndexerCommandCxxCdb> indexerCommand);
void buildIndex(std::shared_ptr<IndexerCommandCxxEmpty> indexerCommand);
void buildIndex(const std::string& fileName, std::shared_ptr<TextAccess> fileContent);
void buildIndex(const std::string& fileName, std::shared_ptr<TextAccess> fileContent, std::vector<std::string> compilerFlags = {});
private:
void runTool(clang::tooling::CompilationDatabase* compilationDatabase, const FilePath& sourceFilePath);