summaryrefslogtreecommitdiffstats
path: root/test/PCH
Commit message (Expand)AuthorAgeFilesLines
* Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky2012-04-161-0/+13
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-063-9/+9
* Enable warn_impcast_literal_float_to_integer by default.David Blaikie2012-04-051-1/+3
* Eliminate obvious use-after-free. Fixes PR12433 / <rdar://problem/11168333>.Douglas Gregor2012-04-042-0/+11
* Canonicalize the declaration we write to a PCH file for anDouglas Gregor2012-03-262-0/+16
* [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext,Argyrios Kyrtzidis2012-03-221-0/+42
* Instantiating a class template should not instantiate the definition of anyRichard Smith2012-03-141-0/+26
* AST representation for user-defined literals, plus just enough of semanticRichard Smith2012-03-071-0/+21
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-065-0/+224
* [PCH] Include a darwin-only PCH test on Cocoa.h.Argyrios Kyrtzidis2012-02-281-0/+7
* Teach CXXRecordDecl::hasIrrelevantDestructor to check the base classes andRichard Smith2012-02-252-0/+40
* Implement a new type trait __is_trivially_constructible(T, Args...)Douglas Gregor2012-02-242-3/+11
* objective-c++: Type of an objc string literal is NSString, not 'id'.Fariborz Jahanian2012-02-231-1/+1
* Generate an AST for the conversion from a lambda closure type to aDouglas Gregor2012-02-221-0/+0
* Deserialize the direct-initialization range of a "new" expressionDouglas Gregor2012-02-201-0/+27
* Implicitly define a lambda's conversion functions (to functionDouglas Gregor2012-02-161-3/+10
* Simplify and robustify lambda PCH testDouglas Gregor2012-02-141-3/+1
* Implement AST (de-)serialization for lambda expressions.Douglas Gregor2012-02-141-0/+43
* Track whether a function type has a trailing return type as type sugar. Use thisRichard Smith2012-02-101-0/+15
* [PCH] Add a PCH test.Argyrios Kyrtzidis2012-02-091-0/+35
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-3/+3
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-3/+3
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-3/+3
* C++ constant expression handling: eagerly instantiate static const integral dataRichard Smith2011-12-211-1/+6
* objc-arc: bridge casts in non-arc mode are nowFariborz Jahanian2011-12-191-2/+8
* constexpr handling improvements. Produce detailed diagnostics when a 'constexpr'Richard Smith2011-12-191-0/+19
* Completely re-implement (de-)serialization of declarationDouglas Gregor2011-12-171-0/+6
* [PCH] Remove extraneous line in the test that was mistakenly copied.Argyrios Kyrtzidis2011-12-171-2/+0
* [PCH] Fix bug where we failed to update an identifier for a single tokenArgyrios Kyrtzidis2011-12-171-0/+26
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+2
* [PCH] In ASTReader::FinishedDeserializing, after we do PassInterestingDeclsTo...Argyrios Kyrtzidis2011-11-301-0/+33
* [PCH] When serializing an PseudoObjectExpr or AtomicExpr, the serialization c...Argyrios Kyrtzidis2011-11-151-0/+8
* [PCH] Do not crash if a class extension in a chained PCH introduces/redeclare...Argyrios Kyrtzidis2011-11-141-0/+13
* [PCH] Fix the test.Argyrios Kyrtzidis2011-11-121-2/+2
* [PCH] When completing an objc forward reference, do not serialize the chain o...Argyrios Kyrtzidis2011-11-121-0/+44
* This test was assuming that /usr/include was in the system header searchChandler Carruth2011-11-061-5/+5
* Switch these two tests to use the Clang driver instead of CC1. They wantChandler Carruth2011-11-051-3/+3
* [PCH] Now that we store the location of a decl outside its recordArgyrios Kyrtzidis2011-10-311-0/+22
* Disable on Windows, for real.Douglas Gregor2011-10-261-2/+1
* Implement support for dependent Microsoft __if_exists/__if_not_existsDouglas Gregor2011-10-251-0/+29
* [PCH] When serializing Stmts, keep track of when sub statements are reference...Argyrios Kyrtzidis2011-10-212-0/+49
* Really protect from infinite loop when there are objc method redeclarations.Argyrios Kyrtzidis2011-10-141-0/+5
* Keep track of objc method redeclarations in the same interface.Argyrios Kyrtzidis2011-10-141-0/+13
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-1310-31/+31
* Add a simple PCH test for _Atomic.Eli Friedman2011-10-072-4/+7
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-6/+6
* [libclang] When getting a source location from a file:line:col tripletArgyrios Kyrtzidis2011-09-191-2/+4
* Disable this test on win32. My "sleep 2" trick didn't seem to workDouglas Gregor2011-09-141-1/+2
* Refactoring, mostly to give ObjCPropertyDecls stronger invariants forJohn McCall2011-09-131-1/+1
* Switch the serialization of LangOptions over to use the .def file. WeDouglas Gregor2011-09-131-2/+2