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 13a8f8d commit 1c55586Copy full SHA for 1c55586
clang/lib/Lex/Preprocessor.cpp
@@ -988,7 +988,7 @@ void Preprocessor::LexTokensUntilEOF(std::vector<Token> *Tokens) {
988
}
989
990
/// Lex a header-name token (including one formed from header-name-tokens if
991
-/// \p AllowConcatenation is \c true).
+/// \p AllowMacroExpansion is \c true).
992
///
993
/// \param FilenameTok Filled in with the next token. On success, this will
994
/// be either a header_name token. On failure, it will be whatever other
0 commit comments