LG

================
Comment at: include/clang/AST/ASTTypeTraits.h:56-60
@@ -55,2 +55,7 @@
 
+  /// \brief Construct an identifier for the dynamic type of the node
+  static ASTNodeKind getFromNode(const Decl &D);
+  static ASTNodeKind getFromNode(const Stmt &S);
+  static ASTNodeKind getFromNode(const Type &T);
+
   /// \brief Returns \c true if \c this and \c Other represent the same kind.
----------------
/// \{
/// \}

http://reviews.llvm.org/D5411



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to