summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/LLVMConventionsChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code, caught by unused function warnings.Argyrios Kyrtzidis2010-08-151-1/+0
* Pass StringRefs by value.Benjamin Kramer2010-07-141-1/+1
* Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...Argyrios Kyrtzidis2010-07-071-1/+1
* Refactor the Is{Std,Clang,LLVM}Namespace methods and rename 'isClangAttr' toNick Lewycky2010-05-301-35/+13
* Merged Elaborated and QualifiedName types.Abramo Bagnara2010-05-111-1/+1
* clang::Attr objects should be treated as AST nodes as well byTed Kremenek2010-02-141-1/+5
* Add LLVM conventions check that scans for AST elements (types, stmts, decls)Ted Kremenek2010-02-141-13/+194
* Change LLVMConventionsChecker to accept an entire translation unit insteadTed Kremenek2010-02-141-4/+20
* For the StringRef check, also visit the children of DeclStmts.Ted Kremenek2010-02-141-0/+3
* Place type-checking static methods at type of file (where they will congregate).Ted Kremenek2010-02-141-33/+37
* Add new static analyzer for checking LLVM coding conventions: -analyzer-check...Ted Kremenek2010-02-141-0/+127
OpenPOWER on IntegriCloud