Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
bce30c533a2b444db97533e3a9a567558120bd70
/
lib
/
GR
/
LLVMConventionsChecker.cpp
bce30c5
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore
by Argyrios Kyrtzidis
· 14 years ago
[Renamed from lib/Checker/LLVMConventionsChecker.cpp]
98cabba
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
by Argyrios Kyrtzidis
· 14 years ago
4765fa0
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
by John McCall
· 14 years ago
ba6f816
Remove dead code, caught by unused function warnings.
by Argyrios Kyrtzidis
· 14 years ago
ec1b1cc
Pass StringRefs by value.
by Benjamin Kramer
· 14 years ago
06a54a3
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of getBody() when we are just checking the existence of a body, to avoid de-serialization of the body from PCH.
by Argyrios Kyrtzidis
· 14 years ago
31b5c4b
Refactor the Is{Std,Clang,LLVM}Namespace methods and rename 'isClangAttr' to
by Nick Lewycky
· 15 years ago
465d41b
Merged Elaborated and QualifiedName types.
by Abramo Bagnara
· 15 years ago
1ed482b
clang::Attr objects should be treated as AST nodes as well by
by Ted Kremenek
· 15 years ago
a6b8793
Add LLVM conventions check that scans for AST elements (types, stmts, decls)
by Ted Kremenek
· 15 years ago
676ca15
Change LLVMConventionsChecker to accept an entire translation unit instead
by Ted Kremenek
· 15 years ago
005f09b
For the StringRef check, also visit the children of DeclStmts.
by Ted Kremenek
· 15 years ago
55abf16
Place type-checking static methods at type of file (where they will congregate).
by Ted Kremenek
· 15 years ago
6dd66ed
Add new static analyzer for checking LLVM coding conventions: -analyzer-check-llvm-conventions
by Ted Kremenek
· 15 years ago