index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
StaticAnalyzer
/
Checkers
/
CStringSyntaxChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Fix analyzer warnings on analyzer.
Artem Dergachev
2019-08-28
1
-9
/
+18
*
[analyzer] CStringSyntaxChecks: Fix an off-by-one error in the strlcat() check.
Artem Dergachev
2019-02-08
1
-9
/
+2
*
[analyzer] Supply all checkers with a shouldRegister function
Kristof Umann
2019-01-26
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
1
-1
/
+1
*
[CStringSyntaxChecker] Check strlcat sizeof check
David Carlier
2018-09-23
1
-10
/
+34
*
Revert "[CStringSyntaxChecker] Check strlcat sizeof check"
George Karpenkov
2018-08-23
1
-50
/
+4
*
Revert "[CStringSyntaxChecker] Reduces space around error message for strlcat."
George Karpenkov
2018-08-23
1
-1
/
+1
*
[CStringSyntaxChecker] Reduces space around error message for strlcat.
David Carlier
2018-08-15
1
-1
/
+1
*
[CStringSyntaxChecker] Check strlcat sizeof check
David Carlier
2018-08-14
1
-4
/
+50
*
[CStringSyntaxChecker] Improvements of strlcpy check
David Carlier
2018-07-23
1
-2
/
+18
*
[CStringSyntaxChecker] Fix build bot builds != x86 archs
David Carlier
2018-07-20
1
-8
/
+9
*
Change \t to spaces
Fangrui Song
2018-07-20
1
-1
/
+1
*
[CStringSyntaxChecker] Check strlcpy sizeof syntax
David Carlier
2018-07-19
1
-0
/
+62
*
[CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h
George Karpenkov
2017-09-06
1
-1
/
+1
*
[analyzer] Fix an assertion fail in CStringSyntaxChecker.
Gabor Horvath
2017-02-02
1
-17
/
+15
*
Rewrite users of Stmt::child_begin/end into for-range loops.
Benjamin Kramer
2015-07-03
1
-4
/
+3
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-6
/
+7
*
[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.
Jordan Rose
2013-10-07
1
-2
/
+1
*
[analyzer] Fix a crash in SyntaxCString checker when given a custom strncat.
Anna Zaks
2013-04-10
1
-0
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-2
/
+2
*
[analyzer] isCLibraryFunction: check that the function is at TU-scope.
Jordan Rose
2012-11-02
1
-5
/
+4
*
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-04-04
1
-1
/
+1
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
[analyzer] Add checks for common anti-patterns in strncat.
Anna Zaks
2012-01-31
1
-0
/
+190