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
/
CheckSecuritySyntaxOnly.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change \t to spaces
Fangrui Song
2018-07-20
1
-1
/
+1
*
[analyzer] Add security checks for bcmp(), bcopy(), bzero().
Artem Dergachev
2018-05-26
1
-0
/
+141
*
[analyzer] Don't flag strcpy of string literals into sufficiently large buffers.
Artem Dergachev
2018-01-12
1
-0
/
+11
*
[CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h
George Karpenkov
2017-09-06
1
-1
/
+1
*
Remove Bitrig: Clang Changes
Erich Keane
2017-07-21
1
-1
/
+0
*
Test commit
Pierre Gousseau
2015-11-26
1
-2
/
+1
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-15
/
+15
*
Rewrite users of Stmt::child_begin/end into for-range loops.
Benjamin Kramer
2015-07-03
1
-7
/
+7
*
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
*
Enable security checks for arc4random() on CloudABI as well.
Ed Schouten
2015-03-11
1
-0
/
+1
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-11
/
+11
*
Fix typos
Alp Toker
2014-05-15
1
-1
/
+1
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-18
/
+33
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-17
/
+16
*
[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.
Jordan Rose
2013-10-07
1
-21
/
+11
*
Use getAs<> where appropriate on QualTypes instead of using dyn_cast.
Eli Friedman
2013-06-24
1
-14
/
+7
*
Check the canonical parameter type with getAs<>() in a static checker
Reid Kleckner
2013-06-24
1
-5
/
+5
*
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
2013-04-09
1
-3
/
+3
*
[analyzer] Move DefaultBool so that all checkers can share it.
Anna Zaks
2013-02-08
1
-7
/
+0
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Silence static analyzer issue by documenting that in this context
Ted Kremenek
2012-10-12
1
-0
/
+1
*
clang support for Bitrig (an OpenBSD fork); patch by David Hill.
Eli Friedman
2012-08-08
1
-0
/
+1
*
Revert "Tweak insecureAPI analyzer checks to have the ability to be individua...
Ted Kremenek
2012-06-29
1
-2
/
+8
*
Tweak insecureAPI analyzer checks to have the ability to be individually disa...
Ted Kremenek
2012-06-29
1
-8
/
+2
*
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-04-04
1
-21
/
+33
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-6
/
+6
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
[analyzer] Change the warning to suggest 'strlcat/strlcpy' as
Anna Zaks
2012-01-31
1
-2
/
+2
*
Implement checker that looks for calls to mktemps and friends that have fewer...
Ted Kremenek
2012-01-20
1
-3
/
+101
*
Turn 'SecuritySyntaxChecker' into a "meta" security checker for insecure APIs...
Ted Kremenek
2012-01-20
1
-6
/
+59
*
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-24
1
-3
/
+3
*
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-14
1
-5
/
+5
*
[analyzer] Warn about the use of insecure, deprecated vfork() function PR1105...
Anna Zaks
2011-10-11
1
-0
/
+22
*
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...
Anna Zaks
2011-09-20
1
-15
/
+38
*
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-09-02
1
-1
/
+1
*
Remove dead code.
Ted Kremenek
2011-08-20
1
-12
/
+0
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-2
/
+2
*
Add security syntax checker for strcat() which causes the Static Analyzer to ...
Lenny Maiorani
2011-04-05
1
-57
/
+91
*
Refactoring the security checker a little bit so that each CallExpr check doe...
Lenny Maiorani
2011-04-03
1
-60
/
+44
*
Add security syntax checker for strcpy() which causes the Static Analyzer to ...
Lenny Maiorani
2011-03-31
1
-0
/
+54
*
Fix spelling in a comment. (test commit)
Lenny Maiorani
2011-03-31
1
-1
/
+1
*
[analyzer] Rename CheckerV2 -> Checker.
Argyrios Kyrtzidis
2011-03-01
1
-2
/
+2
*
[analyzer] Use the new registration mechanism on the non-path-sensitive-check...
Argyrios Kyrtzidis
2011-02-17
1
-6
/
+17
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-1
/
+1
*
NetBSD, OpenBSD, and Dragonfly BSD also have arc4random. Patch from
Douglas Gregor
2011-01-17
1
-1
/
+4
*
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
1
-0
/
+503