summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH
Commit message (Expand)AuthorAgeFilesLines
* Use %S, not `pwd`, and enable a line that *does* work.Daniel Dunbar2009-08-011-4/+4
* Revert this, we can now avoid error cascades better.Mike Stump2009-07-211-1/+0
* Revert recent change, I now have a better way to solve this (thanks Chris).Mike Stump2009-07-211-1/+0
* Prep for new warning.Mike Stump2009-07-213-2/+3
* Fixes for a couple of things:Argyrios Kyrtzidis2009-07-141-0/+7
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-3/+2
* Make ASTContext explicitly keep track of the declaration for the CDouglas Gregor2009-07-071-1/+13
* Introduce the notion of "Relocatable" precompiled headers, which are builtDouglas Gregor2009-07-073-0/+44
* Fix PR 4489, a crash in PCH loading that occurs when loading the nameDouglas Gregor2009-07-061-0/+8
* Fix PR 4489, a PCH crash during de-serialization.Douglas Gregor2009-07-011-0/+20
* Make precompiled headers work with -E. When we're only preprocessingDouglas Gregor2009-05-122-0/+12
* Make this test portable to non-x86 hosts, patch by Mark Cianciosa!Chris Lattner2009-05-071-3/+3
* Implement checking for macro definitions that occur on the commandDouglas Gregor2009-04-281-1/+3
* Allow some differences between the predefines buffer used to build aDouglas Gregor2009-04-282-0/+19
* Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls to the PCH file. Since t...Douglas Gregor2009-04-272-0/+14
* Fix a problem with the RUN line of one of the PCH testsDouglas Gregor2009-04-271-1/+1
* PCH support for the global method pool (= instance and factory methodDouglas Gregor2009-04-242-0/+58
* Add PCH support for #import.Steve Naroff2009-04-242-0/+22
* PCH support for all of the predefined Objective-C types, such as id,Douglas Gregor2009-04-232-5/+3
* More PushOnScopeChain() FIXME's.Steve Naroff2009-04-232-0/+9
* Sema::ActOnStartClassInterface(): Use PushOnScopeChains().Steve Naroff2009-04-231-4/+7
* Add PCH read/write support for Objective-C Selectors.Steve Naroff2009-04-232-0/+8
* PCH support for Objective-C property declarations (UNTESTED!)Douglas Gregor2009-04-222-0/+23
* Support locally-declared external declarations in PCH filesDouglas Gregor2009-04-222-0/+21
* Clean up and de-XFAIL-ify PCH test for external definitionsDouglas Gregor2009-04-222-8/+0
* Support tentative definitions in precompiled headers. This isn't likelyDouglas Gregor2009-04-222-0/+18
* deserialization support for qualified interfacesChris Lattner2009-04-222-1/+5
* pch support for protocol qualified id's.Chris Lattner2009-04-222-6/+11
* add three new objc expression types. @selector doesn't work because we have no Chris Lattner2009-04-222-3/+20
* implement serialization support for @encode,Chris Lattner2009-04-222-0/+12
* rename methods.* -> objc_methods.*Chris Lattner2009-04-222-2/+2
* Test PCH support for VLAsDouglas Gregor2009-04-223-2/+5
* Eliminate a FIXME in one of the PCH test casesDouglas Gregor2009-04-221-2/+2
* Lazy deserialization of identifiers in PCH files fixed a problem withDouglas Gregor2009-04-211-9/+1
* Lazy deserialization of the declaration chains associated withDouglas Gregor2009-04-212-0/+12
* Explictly track tentative definitions within Sema, then hand thoseDouglas Gregor2009-04-211-2/+1
* Add pch reader/writer support for ObjCMethodDecl.Steve Naroff2009-04-202-0/+17
* make sure to verify that the "non pch" runs worked.Chris Lattner2009-04-1813-13/+13
* Store the type ID for __builtin_va_list in the PCH file, so that theDouglas Gregor2009-04-181-3/+2
* FunctionDecl::getBody() is getting an ASTContext argument for use inDouglas Gregor2009-04-183-7/+8
* Fix two embarrassing PCH bugs:Douglas Gregor2009-04-172-0/+24
* PCH support for inline assembly statements.Douglas Gregor2009-04-172-0/+25
* PCH tests for va_arg expressions. Verified that the blocks test does create a...Douglas Gregor2009-04-172-0/+20
* PCH support for blocksDouglas Gregor2009-04-173-3/+29
* PCH support for GNU statement expressionsDouglas Gregor2009-04-172-0/+7
* PCH support for indirect gotos and address-of-label expressions.Douglas Gregor2009-04-172-0/+20
* PCH support for labels and goto.Douglas Gregor2009-04-171-0/+8
* PCH support for declaration statements, and a test for PredefinedExprDouglas Gregor2009-04-172-2/+7
* PCH support for return statements.Douglas Gregor2009-04-172-3/+26
* PCH support for do-while and for loopsDouglas Gregor2009-04-171-1/+8
OpenPOWER on IntegriCloud