[all-commits] [llvm/llvm-project] 5522e3: [clang][NFC] Simplify SourceLocExpr::EvaluateInCon...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Thu Jul 20 06:21:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5522e316f91ef490b34ffdf2c21fc8fed8affe5f
https://github.com/llvm/llvm-project/commit/5522e316f91ef490b34ffdf2c21fc8fed8affe5f
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
M clang/lib/AST/Expr.cpp
Log Message:
-----------
[clang][NFC] Simplify SourceLocExpr::EvaluateInContext
Use ASTContext::MakeIntValue and remove the std::tie+lambda weirdness.
Differential Revision: https://reviews.llvm.org/D155584
More information about the All-commits
mailing list