Skip to content

Commit 0ff0680

Browse files
[clangd] Enable parsing of forwarding functions in the preamble by default
Fixes clangd/clangd#2324
1 parent c08b80e commit 0ff0680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clangd/Compiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class IgnoreDiagnostics : public DiagnosticConsumer {
4040

4141
// Options to run clang e.g. when parsing AST.
4242
struct ParseOptions {
43-
bool PreambleParseForwardingFunctions = false;
43+
bool PreambleParseForwardingFunctions = true;
4444

4545
bool ImportInsertions = false;
4646
};

0 commit comments

Comments
 (0)