Artem Dergachev
|
8c28a172b7
[analyzer] Fix analyzer warnings on analyzer.
|
6 年之前 |
Artem Dergachev
|
5bcf852d50
[analyzer] CStringSyntaxChecks: Fix an off-by-one error in the strlcat() check.
|
6 年之前 |
Kristof Umann
|
9b220eb86f
[analyzer] Supply all checkers with a shouldRegister function
|
6 年之前 |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Kristof Umann
|
308797c819
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
|
6 年之前 |
David Carlier
|
62d19fada4
[CStringSyntaxChecker] Check strlcat sizeof check
|
7 年之前 |
George Karpenkov
|
0a2e96aedf
Revert "[CStringSyntaxChecker] Check strlcat sizeof check"
|
7 年之前 |
George Karpenkov
|
866f9c4479
Revert "[CStringSyntaxChecker] Reduces space around error message for strlcat."
|
7 年之前 |
David Carlier
|
d032410f8e
[CStringSyntaxChecker] Reduces space around error message for strlcat.
|
7 年之前 |
David Carlier
|
731b1c80ca
[CStringSyntaxChecker] Check strlcat sizeof check
|
7 年之前 |
David Carlier
|
13a9f8e3e6
[CStringSyntaxChecker] Improvements of strlcpy check
|
7 年之前 |
David Carlier
|
a6d5050bf7
[CStringSyntaxChecker] Fix build bot builds != x86 archs
|
7 年之前 |
Fangrui Song
|
1a8f8375fb
Change \t to spaces
|
7 年之前 |
David Carlier
|
73ce27a679
[CStringSyntaxChecker] Check strlcpy sizeof syntax
|
7 年之前 |
George Karpenkov
|
3e4f379cb6
[CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h
|
8 年之前 |
Gabor Horvath
|
caac6f64e3
[analyzer] Fix an assertion fail in CStringSyntaxChecker.
|
8 年之前 |
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 年之前 |
Alexander Kornienko
|
15c01b27f5
Expose the name of the checker producing each diagnostic message.
|
11 年之前 |
Jordan Rose
|
31b71f3097
[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.
|
12 年之前 |
Anna Zaks
|
fececcbc38
[analyzer] Fix a crash in SyntaxCString checker when given a custom strncat.
|
12 年之前 |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 年之前 |
Jordan Rose
|
d624607d41
[analyzer] isCLibraryFunction: check that the function is at TU-scope.
|
12 年之前 |
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
|
e00575f12c
[analyzer] Add checks for common anti-patterns in strncat.
|
13 年之前 |