Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
3a7def09fece8d6a403f5002dd4811704fa2b3c4
/
clang
/
lib
/
StaticAnalyzer
/
Checkers
/
LLVMConventionsChecker.cpp
556b21a
Remove and forbid raw_svector_ostream::flush() calls.
by Yaron Keren
· 10 years ago
973431b
Rewrite users of Stmt::child_begin/end into for-range loops.
by Benjamin Kramer
· 10 years ago
ab9db51
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
by Alexander Kornienko
· 10 years ago
3d9d929
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
c771d5d
Move the logic for testing for namespace std into one location. This check can
by Richard Trieu
· 11 years ago
535bbcc
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterator_range decls(). Updating all of the usages of the iterators with range-based for loops.
by Aaron Ballman
· 12 years ago
574705e
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with iterator_range bases(). Updating all of the usages of the iterators with range-based for loops.
by Aaron Ballman
· 12 years ago
e8a8bae
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with iterator_range fields(). Updating all of the usages of the iterators with range-based for loops.
by Aaron Ballman
· 12 years ago
4aca9b1
Expose the name of the checker producing each diagnostic message.
by Alexander Kornienko
· 12 years ago
3a02247
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 13 years ago
444a130
Include pruning and general cleanup.
by Benjamin Kramer
· 13 years ago
40ed297
Revert Decl's iterators back to pointer value_type rather than reference value_type
by David Blaikie
· 13 years ago
2d7c57e
Remove the ref/value inconsistency in filter_decl_iterator.
by David Blaikie
· 14 years ago
5a10f08
Include the "issue context" (e.g. function or method) where a static analyzer issue occurred in the plist output.
by Ted Kremenek
· 14 years ago
2c1dd27
Basic: import SmallString<> into clang namespace
by Dylan Noblesmith
· 14 years ago
4903802
Move a method from IdentifierTable.h out of line and remove the SmallString include.
by Benjamin Kramer
· 14 years ago
f937c02
Rename TagDecl::isDefinition -> isCompleteDefinition
by John McCall
· 14 years ago
c29bed3
[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
0e62c1c
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
by Chris Lattner
· 14 years ago
dda56e4
Support for C++11 (non-template) alias declarations.
by Richard Smith
· 15 years ago
6a5674f
[analyzer] Rename CheckerV2 -> Checker.
by Argyrios Kyrtzidis
· 15 years ago
29b8656
[analyzer] Remove unused checker stuff from AnalysisConsumer and some unused headers.
by Argyrios Kyrtzidis
· 15 years ago
24ffc08
[analyzer]
by Argyrios Kyrtzidis
· 15 years ago
f8cbac4
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'.
by Ted Kremenek
· 15 years ago
8cb349d
Cleanup confused code that redundantly called "getDeclContext()" twice.
by Ted Kremenek
· 15 years ago
d99bd55
Chris Lattner has strong opinions about directory layout. :)
by Ted Kremenek
· 15 years ago
[Renamed (98%) from clang/lib/EntoSA/Checkers/LLVMConventionsChecker.cpp]
ef33f09
Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile.
by Ted Kremenek
· 15 years ago
[Renamed (98%) from clang/lib/GR/Checkers/LLVMConventionsChecker.cpp]
98857c9
Rename static analyzer namespace 'GR' to 'ento'.
by Ted Kremenek
· 15 years ago
ca08fba
[analyzer] Refactoring: Move stuff into namespace 'GR'.
by Argyrios Kyrtzidis
· 15 years ago
a700e97
[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers
by Argyrios Kyrtzidis
· 15 years ago
[Renamed from clang/lib/GR/LLVMConventionsChecker.cpp]
2ff5ab1
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore
by Argyrios Kyrtzidis
· 15 years ago
[Renamed from clang/lib/Checker/LLVMConventionsChecker.cpp]
8d602a8
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
by Argyrios Kyrtzidis
· 15 years ago
5d41378
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
by John McCall
· 15 years ago
1cec2cc
Remove dead code, caught by unused function warnings.
by Argyrios Kyrtzidis
· 15 years ago
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