index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Core
/
MemRegion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AST] Remove ASTContext from getThisType (NFC)
Brian Gesiak
2019-01-11
1
-3
/
+2
*
[Analyzer] Iterator Checkers - Use the region of the topmost base class for i...
Adam Balogh
2018-12-04
1
-0
/
+9
*
[analyzer] [NFC] Remove unused parameters, as found by -Wunused-parameter
George Karpenkov
2018-09-28
1
-2
/
+2
*
[analyzer] Further printing improvements: use declarations,
George Karpenkov
2018-09-15
1
-5
/
+5
*
[analyzer] Support modeling no-op BaseToDerived casts in ExprEngine.
Artem Dergachev
2018-08-29
1
-6
/
+47
*
[analyzer] [NFC] A convenient getter for getting a current stack frame
George Karpenkov
2018-06-27
1
-5
/
+5
*
[analyzer] Fix offset overflow check in MemRegion
George Karpenkov
2018-06-13
1
-42
/
+8
*
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-2
/
+2
*
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2018-04-03
1
-90
/
+110
*
[analyzer] Cache offset computation for MemRegion
George Karpenkov
2018-03-31
1
-31
/
+36
*
[analyzer] Better pretty-printing of regions in exploded graph
George Karpenkov
2018-03-29
1
-2
/
+7
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-3
/
+3
*
Revert "Revert "[analyzer] Quickfix: do not overflow in calculating offset in...
George Karpenkov
2018-02-27
1
-0
/
+47
*
Revert "[analyzer] Quickfix: do not overflow in calculating offset in RegionM...
George Karpenkov
2018-02-26
1
-46
/
+0
*
[analyzer] Quickfix: do not overflow in calculating offset in RegionManager
George Karpenkov
2018-02-26
1
-0
/
+46
*
[analyzer] Make isSubRegionOf reflexive
George Karpenkov
2018-01-17
1
-3
/
+3
*
[analyzer] Mark heap-based symbolic regions in debug dumps.
Artem Dergachev
2017-12-05
1
-0
/
+2
*
[CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.h
George Karpenkov
2017-09-06
1
-1
/
+1
*
[analyzer] Enforce super-region classes for various memory regions.
Artem Dergachev
2017-04-13
1
-26
/
+30
*
[analyzer] Add numerous assertions to SVal, SymExpr, and MemRegion classes.
Artem Dergachev
2017-04-13
1
-4
/
+2
*
[analyzer] Fix MacOSXAPIChecker fp with static locals seen from nested blocks.
Artem Dergachev
2017-01-25
1
-2
/
+4
*
Revert "[analyzer] Fix memory space of static locals seen from nested blocks."
Devin Coughlin
2017-01-24
1
-35
/
+19
*
[analyzer] Fix memory space of static locals seen from nested blocks.
Artem Dergachev
2017-01-23
1
-19
/
+35
*
[StaticAnalyzer] Remove dead code.
Benjamin Kramer
2016-08-06
1
-42
/
+0
*
[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
[next]