[all-commits] [llvm/llvm-project] c94332: Revert "Rename/refactor isIntegerConstantExpressio...
David Blaikie via All-commits
all-commits at lists.llvm.org
Sun Jul 12 20:31:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c94332919bd922032e979b3ae3ced5ca5bdf9650
https://github.com/llvm/llvm-project/commit/c94332919bd922032e979b3ae3ced5ca5bdf9650
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-07-12 (Sun, 12 Jul 2020)
Changed paths:
M clang/include/clang/AST/Expr.h
M clang/lib/AST/ASTContext.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/lib/AST/MicrosoftMangle.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/Sema/SemaAttr.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaOpenMP.cpp
M clang/lib/Sema/SemaOverload.cpp
M clang/lib/Sema/SemaStmtAttr.cpp
M clang/lib/Sema/SemaType.cpp
Log Message:
-----------
Revert "Rename/refactor isIntegerConstantExpression to getIntegerConstantExpression"
Broke buildbots since I hadn't updated this patch in a while. Sorry for
the noise.
This reverts commit 49e5f603d40083dce9c05796e3cde3a185c3beba.
More information about the All-commits
mailing list