From 3fa5accc93b0ee68ec6bd354cbd0127ae827630f Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Fri, 1 Jan 2021 11:52:27 +0100 Subject: Renamed CLANG_INCLUDE_INPUT_PATHS to CLANG_ADD_INC_PATHS The name is too long making the generated config file look ugly. --- src/clangparser.cpp | 2 +- src/config.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/clangparser.cpp b/src/clangparser.cpp index fc31639..0cd7339 100644 --- a/src/clangparser.cpp +++ b/src/clangparser.cpp @@ -163,7 +163,7 @@ void ClangTUParser::parse() //printf("ClangTUParser::ClangTUParser(fileName=%s,#filesInSameTU=%d)\n", // qPrint(fileName),(int)p->filesInSameTU.size()); bool clangAssistedParsing = Config_getBool(CLANG_ASSISTED_PARSING); - bool clangIncludeInputPaths = Config_getBool(CLANG_INCLUDE_INPUT_PATHS); + bool clangIncludeInputPaths = Config_getBool(CLANG_ADD_INC_PATHS); bool filterSourceFiles = Config_getBool(FILTER_SOURCE_FILES); const StringVector &includePath = Config_getList(INCLUDE_PATH); const StringVector &clangOptions = Config_getList(CLANG_OPTIONS); diff --git a/src/config.xml b/src/config.xml index 811a3db..c0b846a 100644 --- a/src/config.xml +++ b/src/config.xml @@ -1740,10 +1740,10 @@ to disable this feature. ]]> -