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
/
CStringChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] CStringChecker: Remember to highlight the argument expression range.
Artem Dergachev
2018-07-30
1
-0
/
+1
*
[Analyzer] alpha.unix.cstring.OutOfBounds checker enable/disable fix
Adam Balogh
2018-07-13
1
-6
/
+6
*
[analyzer] CStringChecker fix for strlcpy when no bytes are copied to the des...
David Carlier
2018-05-23
1
-1
/
+5
*
[analyzer] Improve the modeling of memset().
Henry Wong
2018-05-16
1
-3
/
+99
*
[analyzer] Re-apply r331096 "CStringChecker: Add support for BSD strlcpy()...".
Artem Dergachev
2018-05-14
1
-54
/
+97
*
[analyzer] Revert r331096 "CStringChecker: Add support for BSD strlcpy()...".
Artem Dergachev
2018-05-02
1
-39
/
+2
*
[analyzer] CStringChecker: Add support for BSD strlcpy() and strlcat().
Artem Dergachev
2018-04-27
1
-2
/
+39
*
[analyzer] CStringChecker.cpp - Code refactoring on bug report.
Henry Wong
2018-04-23
1
-100
/
+96
*
[analyzer] Fix assertion crash in CStringChecker
George Karpenkov
2018-03-31
1
-5
/
+8
*
Revert r326782 "[analyzer] CStringChecker.cpp: Remove the duplicated check...".
Artem Dergachev
2018-03-21
1
-0
/
+21
*
[analyzer] CStringChecker.cpp: Remove the duplicated check about null derefer...
Henry Wong
2018-03-06
1
-21
/
+0
*
[analyzer] Provide a check name when MallocChecker enables CStringChecker
Devin Coughlin
2018-01-20
1
-1
/
+11
*
[analyzer] introduce getSVal(Stmt *) helper on ExplodedNode, make sure the he...
George Karpenkov
2018-01-17
1
-3
/
+3
*
[analyzer] pr34779: CStringChecker: Accept non-standard headers.
Artem Dergachev
2017-11-07
1
-2
/
+4
*
[analyzer] CStringChecker: pr34460: Avoid a crash when a cast is not modeled.
Artem Dergachev
2017-10-13
1
-23
/
+14
*
[analyzer] Check NULL pointer dereference issue for memset function
Leslie Zhai
2017-06-20
1
-0
/
+51
*
[analyzer] Add LocationContext as a parameter to checkRegionChanges
Anna Zaks
2017-01-13
1
-2
/
+8
*
[analyzer] Remove unused check::RegionChanges::wantsRegionChangeUpdate callback
Anna Zaks
2016-11-16
1
-6
/
+0
*
[analyzer] Add LocationContext information to SymbolMetadata.
Artem Dergachev
2016-08-17
1
-0
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+0
*
[analyzer] Fix for PR23790 : constrain return value of strcmp() rather than r...
Anton Yartsev
2016-05-19
1
-17
/
+20
*
[analyzer] Let TK_PreserveContents span across the whole base region.
Artem Dergachev
2016-04-25
1
-1
/
+1
*
[analyzer] Invalidate destination of std::copy() and std::copy_backward().
Devin Coughlin
2016-02-07
1
-0
/
+58
*
[analyzer] Fix SVal/SymExpr/MemRegion class and enum names for consistency.
Artem Dergachev
2016-01-13
1
-3
/
+3
*
Refactor: Simplify boolean conditional return statements in lib/StaticAnalyze...
Alexander Kornienko
2015-12-28
1
-4
/
+1
*
[analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire ...
Devin Coughlin
2015-09-24
1
-7
/
+91
*
[analyzer] Add generateErrorNode() APIs to CheckerContext.
Devin Coughlin
2015-09-16
1
-6
/
+6
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-42
/
+42
*
Revert r246345 until an assertion is fixed.
Gabor Horvath
2015-08-31
1
-85
/
+7
*
[analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire ...
Devin Coughlin
2015-08-28
1
-7
/
+85
*
Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...
Aaron Ballman
2015-06-23
1
-17
/
+15
*
Remove the assertion as it was useless and broken.
Sylvestre Ledru
2015-04-17
1
-4
/
+0
*
Fix a bad assert. Found by coverity. CID 1101110
Sylvestre Ledru
2015-04-17
1
-1
/
+1
*
[analyzer] Make CStringChecker correctly calculate return value of mempcpy
Anna Zaks
2014-10-03
1
-1
/
+6
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-36
/
+41
*
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...
Aaron Ballman
2014-03-14
1
-3
/
+2
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-5
/
+2
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-16
/
+16
*
Expose the name of the checker producing each diagnostic message.
Alexander Kornienko
2014-02-11
1
-17
/
+29
*
[analyzer] Better modeling of memcpy by the CStringChecker (PR16731).
Anton Yartsev
2013-11-17
1
-13
/
+41
*
[analyzer] Replace bug category magic strings with shared constants, take 2.
Jordan Rose
2013-10-04
1
-4
/
+4
*
Temporarily revert r191910 until the layering violation can be fixed.
Richard Smith
2013-10-03
1
-4
/
+4
*
[analyzer] Replace bug category magic strings with shared constants.
Jordan Rose
2013-10-03
1
-4
/
+4
*
[analyzer] Assume that strings are no longer than SIZE_MAX/4.
Jordan Rose
2013-08-19
1
-2
/
+15
*
Fix memory corruption in CStringChecker
Pavel Labath
2013-06-12
1
-4
/
+1
*
[analyzer] Model strsep(), particularly that it returns its input.
Jordan Rose
2013-04-22
1
-0
/
+62
*
Replace ProgramPoint llvm::cast support to be well-defined.
David Blaikie
2013-02-21
1
-1
/
+1
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-33
/
+28
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-80
/
+74
*
Remove some stray uses of <ctype.h> functions.
Jordan Rose
2013-02-09
1
-1
/
+2
[next]