summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Revert testing code I committed by mistake in r151464.Argyrios Kyrtzidis2012-02-27
* Serialize InitListExpr's initializesStdInitializerList bit, so it's not left ...Benjamin Kramer2012-02-27
* ObjcInterfaceTypes are also complete types for the type cache.Eric Christopher2012-02-27
* Ensure that we delete default constructors in the right cases. Don't delete theRichard Smith2012-02-27
* Fix decltype crash-on-invalid, if we don't find a matching ')' for an ill-formedRichard Smith2012-02-27
* Half of PR12088: parse braced-init-lists on the RHS of assignment operators.Richard Smith2012-02-26
* Reorder members to save padding.Benjamin Kramer2012-02-26
* Move FullSourceLoc::dump into the .cpp file, the used attribute made us emit ...Benjamin Kramer2012-02-26
* Don't assert when trying to diagnose why a class with a constructor template isRichard Smith2012-02-26
* A follow-up to r151482 which added support for powerpc and powerpc64Chandler Carruth2012-02-26
* Ensure that we delete destructors in the right cases. Specifically:Richard Smith2012-02-26
* Add support for PPC and PPC64 multiarch toolchains on Debain.Chandler Carruth2012-02-26
* Make sure we don't try to produce a definition of an implicitly-deleted functionRichard Smith2012-02-26
* Special members which are defaulted or deleted on their first declaration areRichard Smith2012-02-26
* Revert r151460 as it is not enough to address the issue.Argyrios Kyrtzidis2012-02-25
* Richard Smith pointed out that there already is a proposal for init list mang...Sebastian Redl2012-02-25
* When evaluating integer expressions handle logical operators outsideArgyrios Kyrtzidis2012-02-25
* Initializer lists are now supported.Sebastian Redl2012-02-25
* CodeGen support for global variables of type std::initializer_list<X>.Sebastian Redl2012-02-25
* Fix crashers on unexpected std::initializer_list layouts. Found by inspection.Sebastian Redl2012-02-25
* Better mangling for new-expressions. Also, although we can't mangle arbitrary...Sebastian Redl2012-02-25
* Temporarily revert r151288:Chad Rosier2012-02-25
* ArrayRef'ize various functions in the AST/Parser/Sema.Ahmed Charles2012-02-25
* Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (andRichard Smith2012-02-25
* Fix r151443 to only apply C++11's exception for non-static data member accessRichard Smith2012-02-25
* PR11956: C++11's special exception for accessing non-static data members fromRichard Smith2012-02-25
* Fix assertion (too few Diag arguments) when diagnosing a deleted operator deleteRichard Smith2012-02-25
* Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes andRichard Smith2012-02-25
* Fix a regression from r151117: ADL requires that we attempt to complete anyRichard Smith2012-02-25
* Prevent llvm.lifetime intrinsics from being emitted at -O0.Chad Rosier2012-02-25
* Work-in-progress for lambda conversion-to-block operator. Still need to impl...Eli Friedman2012-02-25
* Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis2012-02-25
* RetainCountChecker: don't adjust the retain count when analyzing a ReturnStmt...Ted Kremenek2012-02-25
* [arcmt] GC migrator: don't try to remove redundant __strong, it doesArgyrios Kyrtzidis2012-02-25
* Improve the diagnostic in ARC mode when a conditional with an Objective-C typ...Eli Friedman2012-02-25
* Trying to increase my Ohloh ranking with trivial tweaksDouglas Gregor2012-02-25
* Bugfix: bogus warning -- "invalid use of non-static data member",DeLesley Hutchins2012-02-25
* Simplify check per Eli's commentDouglas Gregor2012-02-25
* [analyzer] Malloc: reason about the ObjC messages and C++.Anna Zaks2012-02-24
* Implement C++11 [over.match.copy]p1b2, which allows the use ofDouglas Gregor2012-02-24
* Fix a stupid mistake in r151133. Reported to me by Joerg Sonnenberger.Eli Friedman2012-02-24
* For the purposes of building LLVM types, a forward-declaredDouglas Gregor2012-02-24
* Back out __decltype warning from r151377: we should either warn on all the GNURichard Smith2012-02-24
* Make helper static.Benjamin Kramer2012-02-24
* When checking whether a reference to a variable is an ICE, look at the type ofRichard Smith2012-02-24
* Minor modern rewriter bug showed up during testingFariborz Jahanian2012-02-24
* C++11 [class.ctor]p5 says thatDouglas Gregor2012-02-24
* Fix comment: correct predicate name, reformat comment.Dmitri Gribenko2012-02-24
* Change the text of a FIXME.Argyrios Kyrtzidis2012-02-24
* __decltype is a GNU extension, not a C++11 extension.Richard Smith2012-02-24