diff options
author | YingChi Long <me@inclyc.cn> | 2022-10-29 14:20:19 +0800 |
---|---|---|
committer | YingChi Long <me@inclyc.cn> | 2022-10-29 14:23:03 +0800 |
commit | 0e40a78319232ff22dcc54dcb92bfef8495325f1 (patch) | |
tree | 7691a14e36a3fdf16acbf3aef8d7e370ed94b4cd /clang/lib/Frontend/InitPreprocessor.cpp | |
parent | 53c251bd05704a3f76f660c3b715bf3f35e7d594 (diff) | |
download | llvm-0e40a78319232ff22dcc54dcb92bfef8495325f1.zip llvm-0e40a78319232ff22dcc54dcb92bfef8495325f1.tar.gz llvm-0e40a78319232ff22dcc54dcb92bfef8495325f1.tar.bz2 |
[clang][NFC] sync comments from declaration of InitializePreprocessor
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
-rw-r--r-- | clang/lib/Frontend/InitPreprocessor.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Frontend/InitPreprocessor.cpp b/clang/lib/Frontend/InitPreprocessor.cpp index 96b93dc..8e0a42c 100644 --- a/clang/lib/Frontend/InitPreprocessor.cpp +++ b/clang/lib/Frontend/InitPreprocessor.cpp @@ -1305,8 +1305,7 @@ static void InitializePredefinedMacros(const TargetInfo &TI, } /// InitializePreprocessor - Initialize the preprocessor getting it and the -/// environment ready to process a single file. This returns true on error. -/// +/// environment ready to process a single file. void clang::InitializePreprocessor( Preprocessor &PP, const PreprocessorOptions &InitOpts, const PCHContainerReader &PCHContainerRdr, |