aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/LLVMConventionsChecker.cpp
AgeCommit message (Expand)Author
2010-12-22[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis
2010-12-22[analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis
2010-12-06Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoreticalJohn McCall
2010-08-15Remove dead code, caught by unused function warnings.Argyrios Kyrtzidis
2010-07-14Pass StringRefs by value.Benjamin Kramer
2010-07-07Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...Argyrios Kyrtzidis
2010-05-30Refactor the Is{Std,Clang,LLVM}Namespace methods and rename 'isClangAttr' toNick Lewycky
2010-05-11Merged Elaborated and QualifiedName types.Abramo Bagnara
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