summaryrefslogtreecommitdiffstats
path: root/test/PCH/cxx_exprs.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)Roman Lebedev2018-07-241-2/+32
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+2
* Fix abbreviation for CharacterLiteral in AST serialization. PR13806.Eli Friedman2012-09-141-0/+6
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-3/+3
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-3/+3
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-3/+3
* Fix broken de/serialization for a couple of C++ Exprs.Argyrios Kyrtzidis2010-06-241-4/+4
* pch'ify typeid.Chris Lattner2010-05-091-0/+4
* Roll r95513 back in.Sam Weinig2010-02-071-3/+12
* Roll out r95513, it seems to have broken self hosting.Sam Weinig2010-02-071-12/+3
* Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr.Sam Weinig2010-02-071-3/+12
* Add PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCast...Sam Weinig2010-01-161-0/+26