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
/
test
/
Analysis
/
security-syntax-checks.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] PR41185: Fix regression where __builtin_* functions weren't recogn...
Kristof Umann
2019-04-17
1
-8
/
+37
*
[Builtins] Treat `bcmp` as a builtin.
Clement Courbet
2019-02-14
1
-1
/
+1
*
[analyzer] New checker for detecting usages of unsafe I/O functions
Kristof Umann
2019-02-11
1
-0
/
+82
*
[analyzer] [PR39792] false positive on strcpy targeting struct members
George Karpenkov
2019-01-14
1
-0
/
+5
*
[analyzer] Add security checks for bcmp(), bcopy(), bzero().
Artem Dergachev
2018-05-26
1
-0
/
+21
*
[analyzer] Don't flag strcpy of string literals into sufficiently large buffers.
Artem Dergachev
2018-01-12
1
-0
/
+10
*
Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-03
1
-8
/
+8
*
Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-8
/
+8
*
Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-8
/
+8
*
Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-8
/
+8
*
Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-8
/
+8
*
Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...
Dominic Chen
2017-02-28
1
-8
/
+8
*
Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-28
1
-8
/
+8
*
Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-27
1
-8
/
+8
*
[analyzer] NFC: Update test infrastructure to support multiple constraint man...
Dominic Chen
2017-02-27
1
-8
/
+8
*
Enable security checks for arc4random() on CloudABI as well.
Ed Schouten
2015-03-11
1
-0
/
+4
*
Check the canonical parameter type with getAs<>() in a static checker
Reid Kleckner
2013-06-24
1
-1
/
+2
*
Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...
Ted Kremenek
2012-08-16
1
-4
/
+4
*
[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
-0
/
+22
*
Turn 'SecuritySyntaxChecker' into a "meta" security checker for insecure APIs...
Ted Kremenek
2012-01-20
1
-4
/
+4
*
Fix the signatures of vfork, __sigsetjmp and sigsetjmp.
Rafael Espindola
2011-10-19
1
-1
/
+1
*
Add returns_twice to functions that are known to return twice. This implements
Rafael Espindola
2011-10-12
1
-1
/
+1
*
[analyzer] Warn about the use of insecure, deprecated vfork() function PR1105...
Anna Zaks
2011-10-11
1
-0
/
+11
*
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-08-03
1
-4
/
+4
*
Add security syntax checker for strcat() which causes the Static Analyzer to ...
Lenny Maiorani
2011-04-05
1
-0
/
+24
*
Add security syntax checker for strcpy() which causes the Static Analyzer to ...
Lenny Maiorani
2011-03-31
1
-0
/
+37
*
Rework checker "packages" and groups to be more hierarchical.
Ted Kremenek
2011-03-24
1
-1
/
+1
*
[analyzer] Use the new registration mechanism on the non-path-sensitive-check...
Argyrios Kyrtzidis
2011-02-17
1
-1
/
+1
*
Rename -cc1 option '-warn-security-syntactic' to '-analyzer-check-security-sy...
Ted Kremenek
2010-02-05
1
-1
/
+1
*
Add abort() as a builtin. This has two effects: one, we warn for incorrect
Eli Friedman
2009-12-16
1
-0
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Replace clang-cc with clang -cc1.
Zhongxing Xu
2009-12-14
1
-1
/
+1
*
Add test case for mktemp. Patch by Lei Zhang.
Zhongxing Xu
2009-12-06
1
-0
/
+6
*
Add check for obsolete function call of getpw().
Zhongxing Xu
2009-11-09
1
-0
/
+7
*
Implement: <rdar://problem/6337100> CWE-338: Use of cryptographically weak prng
Ted Kremenek
2009-09-02
1
-0
/
+29
*
Implement: <rdar://problem/6337132> CWE-273: Failure to Check Whether Privileges
Ted Kremenek
2009-08-28
1
-1
/
+32
*
Implement: <rdar://problem/6335715> rule request: gets() buffer overflow
Ted Kremenek
2009-07-23
1
-0
/
+8
*
Refine checking and diagnostics for use of floating point variable as a counter.
Ted Kremenek
2009-07-23
1
-0
/
+23