[clang] [NFC][clang] Add HandleModuleName to avoid redundant module name handling code (PR #184014)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 8 03:33:13 PDT 2026
================
@@ -1833,8 +1833,13 @@ class Preprocessor {
bool LexModuleNameContinue(Token &Tok, SourceLocation UseLoc,
SmallVectorImpl<Token> &Suffix,
SmallVectorImpl<IdentifierLoc> &Path,
- bool AllowMacroExpansion = true,
- bool IsPartition = false);
+ bool IsPartition = false,
+ bool AllowMacroExpansion = true);
----------------
yronglin wrote:
done, also I remove the default argument, it's might clear
https://github.com/llvm/llvm-project/pull/184014
More information about the cfe-commits
mailing list