[clang] 0e40a78 - [clang][NFC] sync comments from declaration of InitializePreprocessor
YingChi Long via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 28 23:23:38 PDT 2022
Author: YingChi Long
Date: 2022-10-29T14:23:03+08:00
New Revision: 0e40a78319232ff22dcc54dcb92bfef8495325f1
URL: https://github.com/llvm/llvm-project/commit/0e40a78319232ff22dcc54dcb92bfef8495325f1
DIFF: https://github.com/llvm/llvm-project/commit/0e40a78319232ff22dcc54dcb92bfef8495325f1.diff
LOG: [clang][NFC] sync comments from declaration of InitializePreprocessor
Added:
Modified:
clang/lib/Frontend/InitPreprocessor.cpp
Removed:
################################################################################
diff --git a/clang/lib/Frontend/InitPreprocessor.cpp b/clang/lib/Frontend/InitPreprocessor.cpp
index 96b93dcdf044..8e0a42c64479 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,
More information about the cfe-commits
mailing list