Rename Expr::isConstantExpr to Expr::isConstantInitializer; this more
accurately states what the function is trying to do and how it is different from Expr::isEvaluatable. Also get rid of a parameter that is both unused and inaccurate. llvm-svn: 62951
Showing
- clang/include/clang/AST/Expr.h 3 additions, 2 deletionsclang/include/clang/AST/Expr.h
- clang/lib/AST/Expr.cpp 3 additions, 4 deletionsclang/lib/AST/Expr.cpp
- clang/lib/Analysis/CheckDeadStores.cpp 1 addition, 1 deletionclang/lib/Analysis/CheckDeadStores.cpp
- clang/lib/CodeGen/CGDecl.cpp 1 addition, 1 deletionclang/lib/CodeGen/CGDecl.cpp
- clang/lib/CodeGen/CGExprAgg.cpp 1 addition, 1 deletionclang/lib/CodeGen/CGExprAgg.cpp
Loading
Please register or sign in to comment