Fangrui Song
|
aa528ab4a0
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
|
6 년 전 |
Fangrui Song
|
e350174b21
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
|
6 년 전 |
Hans Wennborg
|
b129ce9436
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
|
6 년 전 |
Hans Wennborg
|
e44c638ccf
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
|
6 년 전 |
Bill Wendling
|
4e64d31bc5
Re-Reinstate 347294 with a fix for the failures.
|
6 년 전 |
Nico Weber
|
e9629181bd
Revert r347364 again, the fix was incomplete.
|
6 년 전 |
Bill Wendling
|
830bf59980
Reinstate 347294 with a fix for the failures.
|
6 년 전 |
Benjamin Kramer
|
7935857d54
[analyzer] Older version of GCC 4.7 crash on lambdas in default arguments.
|
9 년 전 |
Benjamin Kramer
|
3c0326176a
[analyzer] Rewrite manual erase loop using remove_if.
|
9 년 전 |
Benjamin Kramer
|
c801312a7d
Prune away some unused using decls. NFC.
|
9 년 전 |
Benjamin Kramer
|
4ff480f17c
Apply clang-tidy's misc-move-constructor-init throughout Clang.
|
9 년 전 |
Devin Coughlin
|
75a2f6b798
[analyzer] Discard malloc-overflow bug-report when a known size is malloc'ed.
|
10 년 전 |
Ted Kremenek
|
99bb39afb4
[analyzer] Apply whitespace cleanups by Honggyu Kim.
|
10 년 전 |
Alexander Kornienko
|
8ca7705aa3
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
|
10 년 전 |
Alexander Kornienko
|
ac58acc7f2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 년 전 |
Benjamin Kramer
|
eae0678a8c
Reduce dyn_cast<> to isa<> or cast<> where possible. Clang edition.
|
10 년 전 |
Craig Topper
|
1843a2095a
[C++11] Use 'nullptr'. StaticAnalyzer edition.
|
11 년 전 |
Alexander Kornienko
|
15c01b27f5
Expose the name of the checker producing each diagnostic message.
|
11 년 전 |
Jordan Rose
|
31b71f3097
[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.
|
12 년 전 |
David Blaikie
|
b07805485c
Remove the CFGElement "Invalid" state.
|
12 년 전 |
David Blaikie
|
fdf6a279c9
Replace CFGElement llvm::cast support to be well-defined.
|
12 년 전 |
Dmitri Gribenko
|
cfa88f8939
Remove useless 'llvm::' qualifier from names like StringRef and others that are
|
12 년 전 |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 년 전 |
Ted Kremenek
|
6fd4505ad6
Require that all static analyzer issues have a category. As part of this change,
|
13 년 전 |
Ted Kremenek
|
07189521a1
Include the "issue context" (e.g. function or method) where a static analyzer issue occurred in the plist output.
|
13 년 전 |
Ted Kremenek
|
1d26f48dc2
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses.
|
14 년 전 |
Richard Smith
|
a6b8b2c096
Constant expression evaluation refactoring:
|
14 년 전 |
Anna Zaks
|
7e5f112ca7
Fix a crash in MallocOverflowSecurityChecker. Patch by Lei Zhang.
|
14 년 전 |
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.
|
14 년 전 |
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.
|
14 년 전 |