Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang::Attr objects should be treated as AST nodes as well by | Ted Kremenek | 2010-02-14 | 1 | -1/+5 |
* | Add LLVM conventions check that scans for AST elements (types, stmts, decls) | Ted Kremenek | 2010-02-14 | 1 | -13/+194 |
* | Change LLVMConventionsChecker to accept an entire translation unit instead | Ted Kremenek | 2010-02-14 | 1 | -4/+20 |
* | For the StringRef check, also visit the children of DeclStmts. | Ted Kremenek | 2010-02-14 | 1 | -0/+3 |
* | Place type-checking static methods at type of file (where they will congregate). | Ted Kremenek | 2010-02-14 | 1 | -33/+37 |
* | Add new static analyzer for checking LLVM coding conventions: -analyzer-check... | Ted Kremenek | 2010-02-14 | 1 | -0/+127 |