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
/
CallEvent.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] CallEvent: Add helper methods for obtaining the callee stack frame.
Artem Dergachev
2018-08-01
1
-0
/
+63
*
[analyzer] [NFC] A convenient getter for getting a current stack frame
George Karpenkov
2018-06-27
1
-1
/
+1
*
[analyzer] Fix invalidation on C++ const methods with arrow syntax.
Artem Dergachev
2018-06-25
1
-2
/
+7
*
[clang] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-4
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
[analyzer] Enable analysis of WebKit "unified sources".
Artem Dergachev
2018-04-25
1
-5
/
+4
*
[analyzer] Fix null deref in AnyFunctionCall::getRuntimeDefinition
Gabor Horvath
2018-04-13
1
-16
/
+17
*
[analyzer] Do not crash in CallEvent.getReturnType()
George Karpenkov
2018-03-24
1
-3
/
+5
*
Resubmit [analyzer] Support for naive cross translation unit analysis
Ilya Biryukov
2018-03-01
1
-1
/
+22
*
Revert "[analyzer] Support for naive cross translation unit analysis"
Ilya Biryukov
2018-03-01
1
-22
/
+1
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-1
/
+1
*
[analyzer] Support for naive cross translation unit analysis
Gabor Horvath
2018-02-28
1
-1
/
+22
*
[StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2018-02-28
1
-56
/
+78
*
[analyzer] Don't crash when dynamic type of a variable is set via placement new.
Artem Dergachev
2018-02-27
1
-1
/
+9
*
Silence a -Wparentheses warning; NFC.
Aaron Ballman
2018-02-15
1
-1
/
+1
*
[analyzer] Compute the correct this-region for temporary destructors.
Artem Dergachev
2018-02-15
1
-2
/
+1
*
[analyzer] Suppress "this" pointer escape during construction.
Artem Dergachev
2018-01-18
1
-2
/
+7
*
[analyzer] Handle ObjC messages conservatively in CallDescription
Gabor Horvath
2017-10-30
1
-1
/
+3
*
[Analyzer] Log when auto-synthesized body is used.
George Karpenkov
2017-09-22
1
-3
/
+14
*
[NFC] [CSA] Move AnyFunctionCall::getRuntimeDefinition implementation to cpp.
George Karpenkov
2017-09-06
1
-0
/
+16
*
Removed dead code (PR34467). NFCI.
Simon Pilgrim
2017-09-05
1
-3
/
+0
*
[analyzer] Fix a crash when an ObjC object is constructed in AllocaRegion.
Artem Dergachev
2017-06-12
1
-0
/
+6
*
[analyzer] Add a check for IvarRegion in getExtraInvalidatedValues
Alexander Shaposhnikov
2017-04-12
1
-5
/
+7
*
[analyzer] Proper caching in CallDescription objects.
Gabor Horvath
2017-02-15
1
-2
/
+5
*
[analyzer] Support inlining of '[self classMethod]' and '[[self class] classM...
Anna Zaks
2017-01-13
1
-2
/
+60
*
[analyzer] Teach the analyzer that pointers can escape into __cxa_demangle
Anna Zaks
2016-12-15
1
-0
/
+5
*
[analyzer] Model base to derived casts more precisely.
Gabor Horvath
2016-08-08
1
-1
/
+1
*
[analyzer] Let TK_PreserveContents span across the whole base region.
Artem Dergachev
2016-04-25
1
-1
/
+1
*
[analyzer] Prefer accessor method in extension over category in CallEvent.
Devin Coughlin
2016-04-01
1
-2
/
+24
*
[analyzer] Improve modeling of ObjC synthesized property setters.
Devin Coughlin
2016-02-18
1
-9
/
+54
*
[analyzer] Utility to match function calls.
Gabor Horvath
2016-01-22
1
-0
/
+10
*
fix typos; NFC
Sanjay Patel
2015-12-09
1
-1
/
+1
*
[analyzer] Support inlining lambda-converted blocks.
Devin Coughlin
2015-12-04
1
-2
/
+17
*
[Analyzer] Fix comments and formatting. NFC.
Sean Eveson
2015-11-10
1
-3
/
+3
*
[analyzer] Fix assertion failure invalidating on const member function calls ...
Devin Coughlin
2015-11-09
1
-1
/
+3
*
[analyzer] Assume escape is possible through system functions taking void*
Anna Zaks
2015-10-27
1
-12
/
+29
*
Test commit
Sean Eveson
2015-10-16
1
-1
/
+1
*
[analyzer] Don’t invalidate CXXThis when conservatively evaluating const me...
Devin Coughlin
2015-10-13
1
-6
/
+29
*
[Static Analyzer] Properly clean up the dynamic type information for dead reg...
Gabor Horvath
2015-09-11
1
-2
/
+3
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-10
/
+10
*
Fix "the the" in comments/documentation/etc.
Eric Christopher
2015-06-19
1
-1
/
+1
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-1
/
+1
*
Remove llvm:: from uses of ArrayRef.
Craig Topper
2014-06-28
1
-1
/
+1
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-11
/
+11
*
[analyzer] Functions marked __attribute__((const)) don't modify any memory.
Jordan Rose
2014-05-07
1
-0
/
+5
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-2
/
+1
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-3
/
+3
*
Change CallEvent to use ArrayRef<> interface to get formal parameters of callee.
Ted Kremenek
2014-01-17
1
-42
/
+13
*
[analyzer] BlockCall shouldn't really be an AnyFunctionCall.
Jordan Rose
2014-01-15
1
-4
/
+4
*
[analyzer] Model getters of known-@synthesized Objective-C properties.
Jordan Rose
2014-01-10
1
-1
/
+9
[next]