Fangrui Song
|
1a8f8375fb
Change \t to spaces
|
7 년 전 |
Artem Dergachev
|
768fb8ff51
[analyzer] Add security checks for bcmp(), bcopy(), bzero().
|
7 년 전 |
Artem Dergachev
|
bdecb5f0d4
[analyzer] Don't flag strcpy of string literals into sufficiently large buffers.
|
7 년 전 |
George Karpenkov
|
3e4f379cb6
[CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h
|
8 년 전 |
Erich Keane
|
7d9f2d7ae0
Remove Bitrig: Clang Changes
|
8 년 전 |
Pierre Gousseau
|
bbdf08fb39
Test commit
|
9 년 전 |
Ted Kremenek
|
99bb39afb4
[analyzer] Apply whitespace cleanups by Honggyu Kim.
|
10 년 전 |
Benjamin Kramer
|
efb037a10e
Rewrite users of Stmt::child_begin/end into for-range loops.
|
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 년 전 |
Ed Schouten
|
876eb4fda1
Enable security checks for arc4random() on CloudABI as well.
|
10 년 전 |
Craig Topper
|
1843a2095a
[C++11] Use 'nullptr'. StaticAnalyzer edition.
|
11 년 전 |
Alp Toker
|
89a69a81af
Fix typos
|
11 년 전 |
Alexander Kornienko
|
15c01b27f5
Expose the name of the checker producing each diagnostic message.
|
11 년 전 |
Alp Toker
|
c50bf3d128
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
|
11 년 전 |
Jordan Rose
|
31b71f3097
[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.
|
12 년 전 |
Eli Friedman
|
fa8277c52a
Use getAs<> where appropriate on QualTypes instead of using dyn_cast.
|
12 년 전 |
Reid Kleckner
|
dbcc7561f6
Check the canonical parameter type with getAs<>() in a static checker
|
12 년 전 |
Jordan Rose
|
a5796f8722
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
|
12 년 전 |
Anna Zaks
|
adecec3948
[analyzer] Move DefaultBool so that all checkers can share it.
|
12 년 전 |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 년 전 |
Ted Kremenek
|
d0f3d7148c
Silence static analyzer issue by documenting that in this context
|
13 년 전 |
Eli Friedman
|
42f74f21ec
clang support for Bitrig (an OpenBSD fork); patch by David Hill.
|
13 년 전 |
Ted Kremenek
|
b0754170b2
Revert "Tweak insecureAPI analyzer checks to have the ability to be individually disabled."
|
13 년 전 |
Ted Kremenek
|
4f50875f3b
Tweak insecureAPI analyzer checks to have the ability to be individually disabled.
|
13 년 전 |
Ted Kremenek
|
07189521a1
Include the "issue context" (e.g. function or method) where a static analyzer issue occurred in the plist output.
|
13 년 전 |
Dylan Noblesmith
|
f7ccbad5d9
Basic: import SmallString<> into clang namespace
|
13 년 전 |
Benjamin Kramer
|
8fe83e1df9
Move a method from IdentifierTable.h out of line and remove the SmallString include.
|
13 년 전 |
Anna Zaks
|
393b9793da
[analyzer] Change the warning to suggest 'strlcat/strlcpy' as
|
13 년 전 |
Ted Kremenek
|
b63d8d8f7b
Implement checker that looks for calls to mktemps and friends that have fewer than 6 Xs. Implements <rdar://problem/6336672>.
|
13 년 전 |