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

Samuel Benzaquen sbenza at google.com
Tue Jul 16 07:52:49 PDT 2013



================
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 {
----------------
Manuel Klimek wrote:
> Very very nitty: can you add a "." to the end of the comments :) Thanks!
Done.


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

BRANCH
  ast_type_check_more

ARCANIST PROJECT
  clang



More information about the cfe-commits mailing list