Commit 0b719d3 1 parent 663db5c commit 0b719d3 Copy full SHA for 0b719d3
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ class ClangdServer {
184
184
bool UseDirtyHeaders = false ;
185
185
186
186
// If true, parse emplace-like functions in the preamble.
187
- bool PreambleParseForwardingFunctions = false ;
187
+ bool PreambleParseForwardingFunctions = true ;
188
188
189
189
// / Whether include fixer insertions for Objective-C code should use #import
190
190
// / instead of #include.
@@ -501,7 +501,7 @@ class ClangdServer {
501
501
// Whether the client supports folding only complete lines.
502
502
bool LineFoldingOnly = false ;
503
503
504
- bool PreambleParseForwardingFunctions = false ;
504
+ bool PreambleParseForwardingFunctions = true ;
505
505
506
506
bool ImportInsertions = false ;
507
507
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class IgnoreDiagnostics : public DiagnosticConsumer {
40
40
41
41
// Options to run clang e.g. when parsing AST.
42
42
struct ParseOptions {
43
- bool PreambleParseForwardingFunctions = false ;
43
+ bool PreambleParseForwardingFunctions = true ;
44
44
45
45
bool ImportInsertions = false ;
46
46
};
You can’t perform that action at this time.
0 commit comments