[PATCH] Add more types to ASTNodeKind. Refactor common instantiation code.

Manuel Klimek klimek at google.com
Tue Jul 16 06:32:46 PDT 2013


  Very cool, thanks!


================
Comment at: include/clang/AST/ASTTypeTraits.h:202
@@ -195,1 +201,3 @@
 
+  /// \brief Converter that uses dyn_cast<T> from a stored BaseT*
+  template <typename T, typename BaseT> struct DynCastPtrConverter {
----------------
Very very nitty: can you add a "." to the end of the comments :) Thanks!


http://llvm-reviews.chandlerc.com/D1143

BRANCH
  ast_type_check_more

ARCANIST PROJECT
  clang



More information about the cfe-commits mailing list