summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/LLVMConventionsChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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