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
/
test
/
Analysis
/
inline.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by default
George Karpenkov
2018-08-29
1
-1
/
+1
*
[analyzer] operator new: Use the correct region for the constructor.
Artem Dergachev
2018-01-17
1
-8
/
+5
*
Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-03
1
-1
/
+1
*
Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-1
/
+1
*
Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...
Dominic Chen
2017-02-28
1
-1
/
+1
*
Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-28
1
-1
/
+1
*
Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-27
1
-1
/
+1
*
[analyzer] NFC: Update test infrastructure to support multiple constraint man...
Dominic Chen
2017-02-27
1
-1
/
+1
*
[analyzer] Add check for when block is called with too few arguments.
Devin Coughlin
2016-11-15
1
-1
/
+1
*
[analyzer] Improve modeling of static initializers.
Anna Zaks
2015-11-19
1
-1
/
+8
*
[analyzer] Inline C++ operator new when c++-inline-allocators is turned on.
Jordan Rose
2014-02-11
1
-1
/
+2
*
[analyzer] Handle C string default values for const char * arguments.
Jordan Rose
2013-07-17
1
-0
/
+9
*
Fix a crash in the static analyzer (bug #16307)
Pavel Labath
2013-06-19
1
-0
/
+7
*
[analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant.
Jordan Rose
2013-05-02
1
-3
/
+24
*
[analyzer] Type information from C++ new expressions is perfect.
Jordan Rose
2013-04-22
1
-3
/
+1
*
[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...
Anton Yartsev
2013-03-25
1
-0
/
+1
*
[analyzer] Handle reference parameters with default values.
Jordan Rose
2013-02-25
1
-0
/
+9
*
[analyzer] Use Clang's evaluation for global constants and default arguments.
Jordan Rose
2013-02-13
1
-9
/
+33
*
[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".
Anna Zaks
2013-01-24
1
-2
/
+2
*
[analyzer] Adjust the return type of an inlined devirtualized method call.
Jordan Rose
2012-10-03
1
-0
/
+27
*
[analyzer] Member function calls that use qualified names are non-virtual.
Jordan Rose
2012-09-11
1
-0
/
+15
*
[analyzer] Cast the result of a placement new-expression to the correct type.
Jordan Rose
2012-09-08
1
-0
/
+26
*
[analyzer] Fail gracefully when the dynamic type is outside the hierarchy.
Jordan Rose
2012-09-07
1
-0
/
+32
*
[analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.
Jordan Rose
2012-08-31
1
-17
/
+0
*
[analyzer] Teach CallEventManager that CXXTemporaryObjectExpr is also a ctor.
Jordan Rose
2012-08-28
1
-0
/
+17
*
[analyzer] Don't inline constructors for objects allocated with operator new.
Jordan Rose
2012-08-27
1
-1
/
+41
*
[analyzer] Support C++ default arguments if they are literal values.
Jordan Rose
2012-08-23
1
-0
/
+34
*
[analyzer] Even if we are not inlining a virtual call, still invalidate!
Jordan Rose
2012-08-15
1
-0
/
+27
*
[analyzer] Be more careful when downcasting for devirtualization.
Jordan Rose
2012-08-13
1
-0
/
+57
*
[analyzer] Strip CXXBaseObjectRegions when devirtualizing method calls.
Jordan Rose
2012-08-10
1
-0
/
+38
*
[analyzer] Try to devirtualize even if the static callee has no definition.
Jordan Rose
2012-08-10
1
-0
/
+28
*
[analyzer] Don't inline virtual calls unless we can devirtualize properly.
Jordan Rose
2012-07-12
1
-0
/
+45