Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
8a4a2b14e84c5e6599540bcf83bc5623f6670dd2
/
clang
/
lib
/
Checker
/
LLVMConventionsChecker.cpp
8d5609b
Pass StringRefs by value.
by Benjamin Kramer
· 15 years ago
36ea322
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
· 15 years ago
6cbc3f7
Refactor the Is{Std,Clang,LLVM}Namespace methods and rename 'isClangAttr' to
by Nick Lewycky
· 15 years ago
6150c88
Merged Elaborated and QualifiedName types.
by Abramo Bagnara
· 15 years ago
4ba99be
clang::Attr objects should be treated as AST nodes as well by
by Ted Kremenek
· 16 years ago
4853131
Add LLVM conventions check that scans for AST elements (types, stmts, decls)
by Ted Kremenek
· 16 years ago
988805c
Change LLVMConventionsChecker to accept an entire translation unit instead
by Ted Kremenek
· 16 years ago
c968e5e
For the StringRef check, also visit the children of DeclStmts.
by Ted Kremenek
· 16 years ago
4806a83
Place type-checking static methods at type of file (where they will congregate).
by Ted Kremenek
· 16 years ago
184b338
Add new static analyzer for checking LLVM coding conventions: -analyzer-check-llvm-conventions
by Ted Kremenek
· 16 years ago