Craig Topper
|
1843a2095a
[C++11] Use 'nullptr'. StaticAnalyzer edition.
|
il y a 11 ans |
Alexander Kornienko
|
15c01b27f5
Expose the name of the checker producing each diagnostic message.
|
il y a 11 ans |
Jordan Rose
|
31b71f3097
[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.
|
il y a 12 ans |
David Blaikie
|
b07805485c
Remove the CFGElement "Invalid" state.
|
il y a 12 ans |
David Blaikie
|
fdf6a279c9
Replace CFGElement llvm::cast support to be well-defined.
|
il y a 12 ans |
Dmitri Gribenko
|
cfa88f8939
Remove useless 'llvm::' qualifier from names like StringRef and others that are
|
il y a 12 ans |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
il y a 12 ans |
Ted Kremenek
|
6fd4505ad6
Require that all static analyzer issues have a category. As part of this change,
|
il y a 13 ans |
Ted Kremenek
|
07189521a1
Include the "issue context" (e.g. function or method) where a static analyzer issue occurred in the plist output.
|
il y a 13 ans |
Ted Kremenek
|
1d26f48dc2
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses.
|
il y a 14 ans |
Richard Smith
|
a6b8b2c096
Constant expression evaluation refactoring:
|
il y a 14 ans |
Anna Zaks
|
7e5f112ca7
Fix a crash in MallocOverflowSecurityChecker. Patch by Lei Zhang.
|
il y a 14 ans |
Anna Zaks
|
590dd8e095
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation.
|
il y a 14 ans |
Ted Kremenek
|
17f7bdddd1
[analyzer] Introduce MallocOverflowSecurityChecker, a simple flow-sensitive checker that may be useful for security auditing. This checker is currently too noisy to be on by default.
|
il y a 14 ans |