Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
8fe83e1df954d72c0f4ffc15d20a5222ec151c21
/
lib
/
StaticAnalyzer
/
Checkers
/
LLVMConventionsChecker.cpp
8fe83e1
Move a method from IdentifierTable.h out of line and remove the SmallString include.
by Benjamin Kramer
· 14 years ago
5e1cdac
Rename TagDecl::isDefinition -> isCompleteDefinition
by John McCall
· 14 years ago
590dd8e
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation.
by Anna Zaks
· 14 years ago
5f9e272
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
by Chris Lattner
· 14 years ago
162e1c1
Support for C++11 (non-template) alias declarations.
by Richard Smith
· 14 years ago
ec8605f
[analyzer] Rename CheckerV2 -> Checker.
by Argyrios Kyrtzidis
· 14 years ago
c367a87
[analyzer] Remove unused checker stuff from AnalysisConsumer and some unused headers.
by Argyrios Kyrtzidis
· 14 years ago
9fb9474
[analyzer]
by Argyrios Kyrtzidis
· 14 years ago
9b66371
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'.
by Ted Kremenek
· 14 years ago
c39b5e8
Cleanup confused code that redundantly called "getDeclContext()" twice.
by Ted Kremenek
· 15 years ago
2114258
Chris Lattner has strong opinions about directory layout. :)
by Ted Kremenek
· 15 years ago
[Renamed (98%) from lib/EntoSA/Checkers/LLVMConventionsChecker.cpp]
3a8f40e
Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile.
by Ted Kremenek
· 15 years ago
[Renamed (98%) from lib/GR/Checkers/LLVMConventionsChecker.cpp]
9ef6537
Rename static analyzer namespace 'GR' to 'ento'.
by Ted Kremenek
· 15 years ago
5a4f98f
[analyzer] Refactoring: Move stuff into namespace 'GR'.
by Argyrios Kyrtzidis
· 15 years ago
a7af5ea
[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers
by Argyrios Kyrtzidis
· 15 years ago
[Renamed from lib/GR/LLVMConventionsChecker.cpp]
bce30c5
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore
by Argyrios Kyrtzidis
· 15 years ago
[Renamed from lib/Checker/LLVMConventionsChecker.cpp]
98cabba
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
by Argyrios Kyrtzidis
· 15 years ago
4765fa0
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
by John McCall
· 15 years ago
ba6f816
Remove dead code, caught by unused function warnings.
by Argyrios Kyrtzidis
· 15 years ago
ec1b1cc
Pass StringRefs by value.
by Benjamin Kramer
· 15 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
· 15 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