ui: changed wording in the UI to indexing instead of analysing

This commit is contained in:
Eberhard Graether
2016-06-14 12:45:13 +02:00
parent 83e4bcd049
commit 253af27067
14 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ std::vector<std::string> CxxParser::getCommandlineArgumentsEssential(const Argum
// be AST elements for unused template functions as well.
args.push_back("-fno-delayed-template-parsing");
// The option -fexceptions signals that clang should watch out for exception-related code during analysis.
// The option -fexceptions signals that clang should watch out for exception-related code during indexing.
args.push_back("-fexceptions");
// The option -c signals that no executable is built.