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