forked from qt-creator/qt-creator
Clang: Add symbol indexer
Change-Id: I8ff879631ae022bc870431628be002903360369c Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -54,8 +54,8 @@ public:
|
||||
std::vector<clang::tooling::CompileCommand> getAllCompileCommands() const override;
|
||||
|
||||
void addFile(const std::string &directory,
|
||||
const std::string &fileName,
|
||||
const std::vector<std::string> &commandLine);
|
||||
const std::string &fileName,
|
||||
const std::vector<std::string> &commandLine);
|
||||
|
||||
private:
|
||||
std::vector<clang::tooling::CompileCommand> compileCommands;
|
||||
|
||||
Reference in New Issue
Block a user