Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Günther Wagner
gnome-builder
Commits
395e18f6
Commit
395e18f6
authored
Jan 18, 2018
by
Christian Hergert
Browse files
clang: SingleFileParse was 0,43
parent
abfa5a38
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plugins/clang/ide-clang-code-indexer.c
View file @
395e18f6
...
...
@@ -68,8 +68,10 @@ ide_clang_code_indexer_index_file_worker (GTask *task,
NULL
,
0
,
(
CXTranslationUnit_DetailedPreprocessingRecord
|
#if CINDEX_VERSION >= CINDEX_VERSION_ENCODE(0, 3
5
)
#if CINDEX_VERSION >= CINDEX_VERSION_ENCODE(0,
4
3)
CXTranslationUnit_SingleFileParse
|
#endif
#if CINDEX_VERSION >= CINDEX_VERSION_ENCODE(0, 35)
CXTranslationUnit_KeepGoing
|
#endif
CXTranslationUnit_SkipFunctionBodies
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment