[PATCH] D20795: Added ASTStructure for analyzing the structure of Stmts.
Raphael Isemann via cfe-commits
cfe-commits at lists.llvm.org
Mon May 30 10:40:30 PDT 2016
teemperor created this revision.
teemperor added reviewers: v.g.vassilev, zaks.anna.
teemperor added a subscriber: cfe-commits.
The ASTStructure class generates data for performant searching Stmts with similar structure.
http://reviews.llvm.org/D20795
Files:
include/clang/AST/ASTStructure.h
include/clang/Basic/SourceManager.h
lib/AST/ASTStructure.cpp
lib/AST/CMakeLists.txt
lib/Sema/SemaChecking.cpp
unittests/AST/ASTStructureTest.cpp
unittests/AST/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20795.58975.patch
Type: text/x-patch
Size: 45849 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160530/3b038ecb/attachment-0001.bin>
More information about the cfe-commits
mailing list