diff options
Diffstat (limited to 'include/clang/Sema/CodeCompleteOptions.h')
-rw-r--r-- | include/clang/Sema/CodeCompleteOptions.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Sema/CodeCompleteOptions.h b/include/clang/Sema/CodeCompleteOptions.h index 1d3bbb4e585d7..26f7f9d19f8e2 100644 --- a/include/clang/Sema/CodeCompleteOptions.h +++ b/include/clang/Sema/CodeCompleteOptions.h @@ -36,7 +36,8 @@ public: unsigned IncludeBriefComments : 1; /// Hint whether to load data from the external AST to provide full results. - /// If false, namespace-level declarations from the preamble may be omitted. + /// If false, namespace-level declarations and macros from the preamble may be + /// omitted. unsigned LoadExternal : 1; /// Include results after corrections (small fix-its), e.g. change '.' to '->' |