We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d544174 commit 31f0249Copy full SHA for 31f0249
clang/include/clang/Frontend/Utils.h
@@ -50,7 +50,7 @@ class CodeGenOptions;
50
void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
51
const PCHContainerReader &PCHContainerRdr,
52
const FrontendOptions &FEOpts,
53
- const CodeGenOptions &CodeGenOptions);
+ const CodeGenOptions &CodeGenOpts);
54
55
/// DoPrintPreprocessedInput - Implement -E mode.
56
void DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream *OS,
0 commit comments