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
/
BasicValueFactory.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[cxx2a] P1236R1: the validity of a left shift does not depend on the
Richard Smith
2019-06-25
1
-4
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix -Wimplicit-fallthrough warning in LLVM_ENABLE_ASSERTIONS=Off builds
Fangrui Song
2018-11-02
1
-1
/
+1
*
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2018-03-02
1
-25
/
+31
*
[analyzer] Model and check unrepresentable left shifts
Gabor Horvath
2018-01-22
1
-3
/
+3
*
[analyzer] Left shifting a negative value is undefined
Gabor Horvath
2017-10-30
1
-0
/
+2
*
[analyzer] Add a new SVal to support pointer-to-member operations.
Devin Coughlin
2016-12-15
1
-0
/
+50
*
Fix a crash by division by zero in analyzer
Daniel Marjamaki
2015-06-25
1
-0
/
+4
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-4
/
+4
*
[analyzer] Shitfing a constant value by its bit width is undefined.
Jordan Rose
2014-01-16
1
-2
/
+2
*
[analyzer] Disallow creation of int vals with explicit bit width / signedness.
Jordan Rose
2012-09-01
1
-5
/
+1
*
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
Benjamin Kramer
2012-07-04
1
-0
/
+1
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-5
/
+5
*
[analyzer] Introduce new MemRegion, "TypedValueRegion", so that we can separa...
Ted Kremenek
2011-08-12
1
-2
/
+2
*
A few more is(Un)signedIntegerType/is(Un)signedOrEnumerationType cleanups.
Douglas Gregor
2011-05-21
1
-1
/
+2
*
#include Store.h into BasicValueFactory.cpp to provide definitions of StoreRe...
Ted Kremenek
2011-03-08
1
-0
/
+1
*
static analyzer: Fix use-after-free bug in RegionStore involving LazyCompound...
Ted Kremenek
2011-03-08
1
-3
/
+4
*
Makes most methods in SVals.h conform to the naming guide. Reviewed
Zhanyong Wan
2011-02-16
1
-3
/
+1
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-1
/
+1
*
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis
2011-02-08
1
-0
/
+290