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
/
Core
/
MemRegion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Add checker to verify the correct usage of the MPI API
Devin Coughlin
2016-06-13
1
-0
/
+59
*
Revert "[analyzer] Reapply r271907 (2nd try)."
Devin Coughlin
2016-06-07
1
-59
/
+0
*
[analyzer] Reapply r271907 (2nd try).
Devin Coughlin
2016-06-07
1
-0
/
+59
*
Revert "Reapply "[analyzer] Add checker for correct usage of MPI API in C and...
Devin Coughlin
2016-06-06
1
-59
/
+0
*
Reapply "[analyzer] Add checker for correct usage of MPI API in C and C++."
Devin Coughlin
2016-06-06
1
-0
/
+59
*
Revert "[analyzer] Add checker for correct usage of MPI API in C and C++."
Devin Coughlin
2016-06-06
1
-59
/
+0
*
[analyzer] Add checker for correct usage of MPI API in C and C++.
Devin Coughlin
2016-06-06
1
-0
/
+59
*
Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...
Eugene Zelenko
2016-02-10
1
-9
/
+0
*
Minor cleanup to remove casts and improve some const correctness. NFC.
Aaron Ballman
2016-02-03
1
-26
/
+26
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-2
/
+2
*
Removing unnecessary casts; NFC.
Aaron Ballman
2016-01-29
1
-2
/
+2
*
[analyzer] Fix SVal/SymExpr/MemRegion class and enum names for consistency.
Artem Dergachev
2016-01-13
1
-28
/
+32
*
[analyzer] Fix MemRegion crash casting non-struct to derived struct (PR25426).
Devin Coughlin
2015-12-05
1
-12
/
+13
*
[analyzer] Fix another crash when analyzing lambda functions.
Gabor Horvath
2015-10-27
1
-1
/
+2
*
[analyzer] Fixed a rare crash when analyzing lambda functions.
Gabor Horvath
2015-10-26
1
-1
/
+1
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-4
/
+5
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-5
/
+4
*
[Static Analyzer] Lambda support.
Gabor Horvath
2015-09-11
1
-2
/
+13
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-13
/
+13
*
[analyzer] When forced to fake a block type, do it correctly.
Jordan Rose
2015-07-10
1
-3
/
+6
*
Update APIs that return a pair of iterators to return an iterator_range instead.
Benjamin Kramer
2015-02-06
1
-7
/
+8
*
[analyzer] Refactor and cleanup IsCompleteType
Anna Zaks
2014-10-03
1
-13
/
+2
*
Removing an "if (this == nullptr)" check from two print methods. The condition
Richard Trieu
2014-06-09
1
-0
/
+2
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-22
/
+22
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-8
/
+4
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...
Aaron Ballman
2013-12-19
1
-1
/
+1
*
[analyzer] Fix an infinite recursion in region invalidation by adding block c...
Anna Zaks
2013-11-20
1
-4
/
+14
*
[analyzer] This patch removes passing around of const-invalidation vs regular...
Anton Yartsev
2013-09-24
1
-0
/
+42
*
Using the function pointer instead of the function type; this allows us to re...
Aaron Ballman
2013-07-27
1
-1
/
+1
*
[analyzer] Fix FP warnings when binding a temporary to a local static variable
Pavel Labath
2013-07-26
1
-0
/
+6
*
[analyzer] Accept references to variables declared "extern void" (C only).
Jordan Rose
2013-05-29
1
-1
/
+1
*
[analyzer] Don't crash if a block doesn't have a type signature.
Jordan Rose
2013-05-22
1
-3
/
+12
*
[analyzer] Ensure BugReporterTracking works on regions with pointer arithmetic
Anna Zaks
2013-04-20
1
-0
/
+11
*
[analyzer] Flip printPretty and printPrettyAsExpr as per suggestion from Jord...
Anna Zaks
2013-04-20
1
-4
/
+4
*
[analyzer] Add pretty printing to CXXBaseObjectRegion.
Anna Zaks
2013-04-15
1
-1
/
+5
*
[analyzer] Address code review for r179395
Anna Zaks
2013-04-15
1
-15
/
+24
*
[analyzer]Print field region even when the base region is not printable
Anna Zaks
2013-04-12
1
-5
/
+29
*
[analyzer] Special-case bitfields when finding sub-region bindings.
Jordan Rose
2013-03-01
1
-0
/
+4
*
[analyzer] Base regions may be invalid when layered on symbolic regions.
Jordan Rose
2013-02-25
1
-0
/
+32
*
[analyzer] tracking stores/constraints now works for ObjC ivars or struct fie...
Ted Kremenek
2013-02-24
1
-0
/
+8
*
[analyzer] Don't canonicalize the RecordDecl used in CXXBaseObjectRegion.
Jordan Rose
2013-02-22
1
-2
/
+2
*
StaticAnalyzer/Core: Suppress warnings. [-Wunused-variable, -Wunused-function]
NAKAMURA Takumi
2013-02-21
1
-2
/
+3
*
Whitespace.
NAKAMURA Takumi
2013-02-21
1
-1
/
+1
*
[analyzer] Record whether a base object region represents a virtual base.
Jordan Rose
2013-02-21
1
-42
/
+50
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-3
/
+2
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-2
/
+4
*
[analyzer] Refactor RegionStore's sub-region bindings traversal.
Jordan Rose
2013-02-15
1
-2
/
+23
*
Change subexpressions to be visited in the CFG from left-to-right.
Ted Kremenek
2013-02-05
1
-0
/
+10
*
Pull logic to map from VarDecl* to captured region using a helper function. ...
Ted Kremenek
2012-12-06
1
-17
/
+24
[next]