forked from qt-creator/qt-creator
Clang: Don't parse system headers
Change-Id: I6474fbe4f43daaac930ad6ba49fd9cb3145a3bbd Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -74,8 +74,8 @@ private:
|
||||
{
|
||||
clang::index::IndexingOptions options;
|
||||
|
||||
options.SystemSymbolFilter = clang::index::IndexingOptions::SystemSymbolFilterKind::All;
|
||||
options.IndexFunctionLocals = true;
|
||||
options.SystemSymbolFilter = clang::index::IndexingOptions::SystemSymbolFilterKind::None;
|
||||
options.IndexFunctionLocals = false;
|
||||
|
||||
return options;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user