Use ASTContext::MakeIntValue and remove the std::tie+lambda weirdness.
Details
Details
- Reviewers
cor3ntin - Group Reviewers
Restricted Project - Commits
- rG5522e316f91e: [clang][NFC] Simplify SourceLocExpr::EvaluateInContext
Diff Detail
Diff Detail
Differential D155584
[clang][NFC] Simplify SourceLocExpr::EvaluateInContext ClosedPublic Authored by tbaeder on Jul 18 2023, 5:05 AM.
Details
Summary Use ASTContext::MakeIntValue and remove the std::tie+lambda weirdness.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jul 18 2023, 5:11 AM Closed by commit rG5522e316f91e: [clang][NFC] Simplify SourceLocExpr::EvaluateInContext (authored by tbaeder). · Explain WhyJul 20 2023, 6:21 AM This revision was automatically updated to reflect the committed changes.
Diff 541464 clang/lib/AST/Expr.cpp
|