index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Checker
/
LLVMConventionsChecker.cpp
Age
Commit 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/GR
Argyrios Kyrtzidis
2010-12-06
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
John McCall
2010-08-15
Remove dead code, caught by unused function warnings.
Argyrios Kyrtzidis
2010-07-14
Pass StringRefs by value.
Benjamin Kramer
2010-07-07
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...
Argyrios Kyrtzidis
2010-05-30
Refactor the Is{Std,Clang,LLVM}Namespace methods and rename 'isClangAttr' to
Nick Lewycky
2010-05-11
Merged Elaborated and QualifiedName types.
Abramo Bagnara
2010-02-14
clang::Attr objects should be treated as AST nodes as well by
Ted Kremenek
2010-02-14
Add LLVM conventions check that scans for AST elements (types, stmts, decls)
Ted Kremenek
2010-02-14
Change LLVMConventionsChecker to accept an entire translation unit instead
Ted Kremenek
2010-02-14
For the StringRef check, also visit the children of DeclStmts.
Ted Kremenek
2010-02-14
Place type-checking static methods at type of file (where they will congregate).
Ted Kremenek
2010-02-14
Add new static analyzer for checking LLVM coding conventions: -analyzer-check...
Ted Kremenek