Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis | 2010-07-07 | 1 | -1/+1 |
* | Refactor the Is{Std,Clang,LLVM}Namespace methods and rename 'isClangAttr' to | Nick Lewycky | 2010-05-30 | 1 | -35/+13 |
* | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -1/+1 |
* | 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 |