This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c5cd22bdca [AST] Traverse CXXOperatorCallExpr in LexicallyOrderedRecurs [...] new 451a8da2ab [AST] Add TableGen for StmtDataCollectors
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/AST/CMakeLists.txt | 3 + include/clang/AST/StmtDataCollectors.td | 242 ++++++++++++++++++++++++++ lib/AST/StmtDataCollectors.inc | 141 --------------- lib/Analysis/CloneDetection.cpp | 2 +- unittests/AST/DataCollectionTest.cpp | 2 +- utils/TableGen/CMakeLists.txt | 1 + utils/TableGen/ClangDataCollectorsEmitter.cpp | 18 ++ utils/TableGen/TableGen.cpp | 6 + utils/TableGen/TableGenBackends.h | 2 + 9 files changed, 274 insertions(+), 143 deletions(-) create mode 100644 include/clang/AST/StmtDataCollectors.td delete mode 100644 lib/AST/StmtDataCollectors.inc create mode 100644 utils/TableGen/ClangDataCollectorsEmitter.cpp