Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
clang
/
lib
/
StaticAnalyzer
/
Checkers
/
CStringSyntaxChecker.cpp
630f7da
[analyzer] Fix analyzer warnings on analyzer.
by Artem Dergachev
· 6 years ago
9197056
[analyzer] CStringSyntaxChecks: Fix an off-by-one error in the strlcat() check.
by Artem Dergachev
· 7 years ago
058a7a4
[analyzer] Supply all checkers with a shouldRegister function
by Kristof Umann
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
76a2150
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
by Kristof Umann
· 7 years ago
75cb0dd
[CStringSyntaxChecker] Check strlcat sizeof check
by David Carlier
· 7 years ago
c433011
Revert "[CStringSyntaxChecker] Check strlcat sizeof check"
by George Karpenkov
· 7 years ago
b45bf3b
Revert "[CStringSyntaxChecker] Reduces space around error message for strlcat."
by George Karpenkov
· 7 years ago
6a691a0
[CStringSyntaxChecker] Reduces space around error message for strlcat.
by David Carlier
· 7 years ago
54fc376
[CStringSyntaxChecker] Check strlcat sizeof check
by David Carlier
· 7 years ago
2ea8163
[CStringSyntaxChecker] Improvements of strlcpy check
by David Carlier
· 7 years ago
c30cedf
[CStringSyntaxChecker] Fix build bot builds != x86 archs
by David Carlier
· 7 years ago
99337e2
Change \t to spaces
by Fangrui Song
· 7 years ago
8e75de2
[CStringSyntaxChecker] Check strlcpy sizeof syntax
by David Carlier
· 7 years ago
50657f6
[CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h
by George Karpenkov
· 8 years ago
3b00853
[analyzer] Fix an assertion fail in CStringSyntaxChecker.
by Gabor Horvath
· 9 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
4aca9b1
Expose the name of the checker producing each diagnostic message.
by Alexander Kornienko
· 12 years ago
42b4248
[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.
by Jordan Rose
· 12 years ago
60d98be
[analyzer] Fix a crash in SyntaxCString checker when given a custom strncat.
by Anna Zaks
· 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
0da6747
[analyzer] isCLibraryFunction: check that the function is at TU-scope.
by Jordan Rose
· 13 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
· 13 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
87b6ff0
[analyzer] Add checks for common anti-patterns in strncat.
by Anna Zaks
· 14 years ago