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
/
string.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] CStringChecker: Fix overly eager assumption that memcmp args overlap.
Artem Dergachev
2019-12-11
1
-0
/
+24
*
[analyzer] CStringChecker: Improve warning messages.
Artem Dergachev
2019-12-11
1
-24
/
+24
*
[analyzer] CStringChecker: Modernize to use CallDescriptions.
Artem Dergachev
2019-07-01
1
-0
/
+6
*
[analyzer][NFC] Prettify some RUN: lines in test files.
Kristof Umann
2019-05-23
1
-5
/
+43
*
[analyzer] Make default bindings to variables actually work.
Artem Dergachev
2019-04-18
1
-0
/
+6
*
[Sema] Add some compile time _FORTIFY_SOURCE diagnostics
Erik Pilkington
2019-03-18
1
-2
/
+8
*
[analyzer][CStringChecker] evaluate explicit_bzero
David Carlier
2018-12-11
1
-1
/
+55
*
[analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by default
George Karpenkov
2018-08-29
1
-5
/
+5
*
[Analyzer] alpha.unix.cstring.OutOfBounds checker enable/disable fix
Adam Balogh
2018-07-13
1
-1
/
+24
*
[analyzer] Improve the modeling of memset().
Henry Wong
2018-05-16
1
-4
/
+289
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-3
/
+3
*
[analyzer] Hopefully fix the ARM buildbot.
George Karpenkov
2018-03-31
1
-10
/
+0
*
[analyzer] Fix assertion crash in CStringChecker
George Karpenkov
2018-03-31
1
-0
/
+11
*
Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-03
1
-4
/
+4
*
Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-4
/
+4
*
Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-4
/
+4
*
Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-4
/
+4
*
Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-4
/
+4
*
Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...
Dominic Chen
2017-02-28
1
-4
/
+4
*
Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-28
1
-4
/
+4
*
Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-27
1
-4
/
+4
*
[analyzer] NFC: Update test infrastructure to support multiple constraint man...
Dominic Chen
2017-02-27
1
-4
/
+4
*
[analyzer] Add LocationContext information to SymbolMetadata.
Artem Dergachev
2016-08-17
1
-0
/
+17
*
[analyzer] Fix for PR23790 : constrain return value of strcmp() rather than r...
Anton Yartsev
2016-05-19
1
-28
/
+76
*
[analyzer] Avoid crash when attempting to evaluate binary operation on LazyCo...
Devin Coughlin
2016-02-08
1
-0
/
+14
*
[analyzer] Assume that strings are no longer than SIZE_MAX/4.
Jordan Rose
2013-08-19
1
-2
/
+4
*
[analyzer] Model strsep(), particularly that it returns its input.
Jordan Rose
2013-04-22
1
-0
/
+51
*
[analyzer] Don't invalidate globals when there's no call involved.
Jordan Rose
2013-03-20
1
-0
/
+4
*
[analyzer] Use isLiveRegion to determine when SymbolRegionValue is dead.
Anna Zaks
2013-03-15
1
-17
/
+27
*
Fix analyzer tests.
Ted Kremenek
2012-08-24
1
-4
/
+4
*
[analyzer] Fix test for PR12206, which was failing on i386.
Jordy Rose
2012-05-16
1
-31
/
+0
*
[analyzer] Revert a regression committed in r156920.
Anna Zaks
2012-05-16
1
-5
/
+4
*
[analyzer] Convert many existing tests to use clang_analyzer_eval.
Jordy Rose
2012-05-16
1
-244
/
+139
*
[analyzer] strncpy: Special-case a length of 0 to avoid an incorrect warning.
Jordy Rose
2012-05-14
1
-0
/
+22
*
[analyzer] Equality ops are like relational ops in that the arguments shouldn...
Jordy Rose
2012-05-03
1
-0
/
+32
*
[analyzer] Turn on by default the Malloc Checker and a couple of CString
Anna Zaks
2012-02-20
1
-4
/
+4
*
[analyzer] Allow each CString check to be enabled/disabled
Anna Zaks
2012-02-07
1
-4
/
+4
*
[analyzer] Add checks for common anti-patterns in strncat.
Anna Zaks
2012-01-31
1
-4
/
+4
*
[analyzer] RegionStoreManager::getBinding() should not crash when
Anna Zaks
2012-01-13
1
-0
/
+4
*
[analyzer] Do not invalidate arguments when the parameter's
Anna Zaks
2011-12-20
1
-0
/
+12
*
[analyzer] CStringChecker should not rely on the analyzer generating UndefOrU...
Anna Zaks
2011-12-11
1
-1
/
+9
*
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-08-03
1
-4
/
+4
*
[analyzer] strnlen isn't a builtin, don't test for it
Jordy Rose
2011-06-28
1
-8
/
+7
*
[analyzer] Finish size argument checking for strncat (and strncpy).
Jordy Rose
2011-06-20
1
-4
/
+61
*
[analyzer] Re-enable checking for strncpy, along with a new validation of the...
Jordy Rose
2011-06-20
1
-0
/
+99
*
[analyzer] Eliminate "byte string function" from CStringChecker's diagnostics...
Jordy Rose
2011-06-20
1
-32
/
+32
*
[analyzer] Clean up modeling of strcmp, including cases where a string litera...
Jordy Rose
2011-06-16
1
-4
/
+29
*
[analyzer] Revise CStringChecker's modelling of strcpy() and strcat():
Jordy Rose
2011-06-15
1
-6
/
+31
*
[analyzer] CStringChecker checks functions in the C standard library, not C++...
Jordy Rose
2011-06-14
1
-4
/
+4
*
[analyzer] Fix modeling of strnlen to be more conservative. Move tests we can...
Jordy Rose
2011-06-14
1
-54
/
+37
[next]