summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/inline.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Inline C++ operator new when c++-inline-allocators is turned on.Jordan Rose2014-02-111-1/+2
* [analyzer] Handle C string default values for const char * arguments.Jordan Rose2013-07-171-0/+9
* Fix a crash in the static analyzer (bug #16307)Pavel Labath2013-06-191-0/+7
* [analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant.Jordan Rose2013-05-021-3/+24
* [analyzer] Type information from C++ new expressions is perfect.Jordan Rose2013-04-221-3/+1
* [analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...Anton Yartsev2013-03-251-0/+1
* [analyzer] Handle reference parameters with default values.Jordan Rose2013-02-251-0/+9
* [analyzer] Use Clang's evaluation for global constants and default arguments.Jordan Rose2013-02-131-9/+33
* [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks2013-01-241-2/+2
* [analyzer] Adjust the return type of an inlined devirtualized method call.Jordan Rose2012-10-031-0/+27
* [analyzer] Member function calls that use qualified names are non-virtual.Jordan Rose2012-09-111-0/+15
* [analyzer] Cast the result of a placement new-expression to the correct type.Jordan Rose2012-09-081-0/+26
* [analyzer] Fail gracefully when the dynamic type is outside the hierarchy.Jordan Rose2012-09-071-0/+32
* [analyzer] Though C++ inlining is enabled, don't inline ctors and dtors.Jordan Rose2012-08-311-17/+0
* [analyzer] Teach CallEventManager that CXXTemporaryObjectExpr is also a ctor.Jordan Rose2012-08-281-0/+17
* [analyzer] Don't inline constructors for objects allocated with operator new.Jordan Rose2012-08-271-1/+41
* [analyzer] Support C++ default arguments if they are literal values.Jordan Rose2012-08-231-0/+34
* [analyzer] Even if we are not inlining a virtual call, still invalidate!Jordan Rose2012-08-151-0/+27
* [analyzer] Be more careful when downcasting for devirtualization.Jordan Rose2012-08-131-0/+57
* [analyzer] Strip CXXBaseObjectRegions when devirtualizing method calls.Jordan Rose2012-08-101-0/+38
* [analyzer] Try to devirtualize even if the static callee has no definition.Jordan Rose2012-08-101-0/+28
* [analyzer] Don't inline virtual calls unless we can devirtualize properly.Jordan Rose2012-07-121-0/+45
OpenPOWER on IntegriCloud