[PATCH] D20795: Added ASTStructure for analyzing the structure of Stmts.

Anna Zaks via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 10 12:05:48 PDT 2016


zaks.anna added a comment.

Please, pull out the refactor into a separate commit and ask someone who often reviews SemaChecking review it.


================
Comment at: lib/AST/CMakeLists.txt:10
@@ -9,2 +9,3 @@
   ASTImporter.cpp
+  ASTStructure.cpp
   ASTTypeTraits.cpp
----------------
Do we want this code to live in the AST library? Who will be the users of this?


http://reviews.llvm.org/D20795





More information about the cfe-commits mailing list