[cfe-commits] r90887 - /cfe/trunk/include/clang/Analysis/PathSensitive/BugType.h

Anders Carlsson andersca at mac.com
Tue Dec 8 14:16:42 PST 2009


Author: andersca
Date: Tue Dec  8 16:16:41 2009
New Revision: 90887

URL: http://llvm.org/viewvc/llvm-project?rev=90887&view=rev
Log:
Make the BugType.h header self-contained so Daniel will stop bugging me ;)

Modified:
    cfe/trunk/include/clang/Analysis/PathSensitive/BugType.h

Modified: cfe/trunk/include/clang/Analysis/PathSensitive/BugType.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/PathSensitive/BugType.h?rev=90887&r1=90886&r2=90887&view=diff

==============================================================================
--- cfe/trunk/include/clang/Analysis/PathSensitive/BugType.h (original)
+++ cfe/trunk/include/clang/Analysis/PathSensitive/BugType.h Tue Dec  8 16:16:41 2009
@@ -14,6 +14,7 @@
 #ifndef LLVM_CLANG_ANALYSIS_BUGTYPE
 #define LLVM_CLANG_ANALYSIS_BUGTYPE
 
+#include "clang/Analysis/PathSensitive/BugReporter.h"
 #include <llvm/ADT/FoldingSet.h>
 #include <string>
 





More information about the cfe-commits mailing list