[PATCH] Support in hasDeclaration for types with getDecl()

Chandler Carruth chandlerc at gmail.com
Sun Feb 17 22:38:40 PST 2013



================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:55-56
@@ -54,1 +54,4 @@
 
+#include "clang/Basic/LangOptions.h"
+#include "llvm/Support/raw_ostream.h"
+
----------------
Not a full review, but please sort the headers appropriately...


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



More information about the cfe-commits mailing list