Skip to content

Commit 31f0249

Browse files
committed
CodeGenOptions -> CodeGenOpts
1 parent d544174 commit 31f0249

File tree

1 file changed

+1
-1
lines changed
  • clang/include/clang/Frontend

1 file changed

+1
-1
lines changed

clang/include/clang/Frontend/Utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class CodeGenOptions;
5050
void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
5151
const PCHContainerReader &PCHContainerRdr,
5252
const FrontendOptions &FEOpts,
53-
const CodeGenOptions &CodeGenOptions);
53+
const CodeGenOptions &CodeGenOpts);
5454

5555
/// DoPrintPreprocessedInput - Implement -E mode.
5656
void DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream *OS,

0 commit comments

Comments
 (0)