[all-commits] [llvm/llvm-project] 5e9392: Add explicit traversal mode to matchers for implic...
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Sun May 24 04:37:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5e9392deaf5bfa43846334e9b07a126ae3410a38
https://github.com/llvm/llvm-project/commit/5e9392deaf5bfa43846334e9b07a126ae3410a38
Author: Stephen Kelly <steveire at gmail.com>
Date: 2020-05-24 (Sun, 24 May 2020)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/StringLiteralWithEmbeddedNulCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantStringInitCheck.cpp
Log Message:
-----------
Add explicit traversal mode to matchers for implicit constructors
Commit: 04ed532ef0ce76d53ca456cbc581756bb01d30e7
https://github.com/llvm/llvm-project/commit/04ed532ef0ce76d53ca456cbc581756bb01d30e7
Author: Stephen Kelly <steveire at gmail.com>
Date: 2020-05-24 (Sun, 24 May 2020)
Changed paths:
M clang/lib/AST/Expr.cpp
M clang/unittests/AST/ASTTraverserTest.cpp
Log Message:
-----------
Fix skip-invisible with overloaded method calls
Compare: https://github.com/llvm/llvm-project/compare/d0f2a8a04923...04ed532ef0ce
More information about the All-commits
mailing list