Timm =?utf-8?q?Bäder?= <[email protected]>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================
@@ -996,19 +996,22 @@ CharSourceRange
SourceManager::getExpansionRange(SourceLocation Loc) const {
bool SourceManager::isMacroArgExpansion(SourceLocation Loc,
SourceLocation *StartLoc) const {
- if (!Loc.isMacroID()) return false;
+ if (!Loc.isMacroID())
----------------
AaronBallman wrote:
All the changes in this file can be reverted because they're just formatting
changes, right?
https://github.com/llvm/llvm-project/pull/117671
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits