commit | a93d0f280693b8418bc88cf7a8c93325f7fcf4c6 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Sat Dec 01 17:12:56 2012 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Sat Dec 01 17:12:56 2012 +0000 |
tree | 0b8b52c03547e1688e5e0c36c244bef8490fe722 | |
parent | 9852f58f50b4fc20914fbce5b4454135a42343f4 [diff] [blame] |
Include pruning and general cleanup. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169095 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp b/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp index 757a4ce..4113a01 100644 --- a/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp +++ b/lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp
@@ -18,6 +18,7 @@ #include "clang/AST/DeclTemplate.h" #include "clang/AST/StmtVisitor.h" #include "llvm/ADT/SmallString.h" +#include "llvm/Support/raw_ostream.h" using namespace clang; using namespace ento;