Age | Commit message (Expand) | Author |
---|---|---|
2012-12-01 | Include pruning and general cleanup. | Benjamin Kramer |
2012-06-06 | Remove unused private member variables found by clang's new -Wunused-private-... | Benjamin Kramer |
2012-04-04 | Include the "issue context" (e.g. function or method) where a static analyzer... | Ted Kremenek |
2012-03-01 | Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h. | Argyrios Kyrtzidis |
2012-02-27 | Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h" | Argyrios Kyrtzidis |
2012-02-07 | Print NamedDecls directly to a raw_ostream where possible. | Benjamin Kramer |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer |
2012-01-03 | Add initial version of checker to check if virtual member functions are calle... | Ted Kremenek |