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