| Commit message (Expand) | Author | Age | Files | Lines |
* | Use %S, not `pwd`, and enable a line that *does* work. | Daniel Dunbar | 2009-08-01 | 1 | -4/+4 |
* | Revert this, we can now avoid error cascades better. | Mike Stump | 2009-07-21 | 1 | -1/+0 |
* | Revert recent change, I now have a better way to solve this (thanks Chris). | Mike Stump | 2009-07-21 | 1 | -1/+0 |
* | Prep for new warning. | Mike Stump | 2009-07-21 | 3 | -2/+3 |
* | Fixes for a couple of things: | Argyrios Kyrtzidis | 2009-07-14 | 1 | -0/+7 |
* | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff | 2009-07-10 | 1 | -3/+2 |
* | Make ASTContext explicitly keep track of the declaration for the C | Douglas Gregor | 2009-07-07 | 1 | -1/+13 |
* | Introduce the notion of "Relocatable" precompiled headers, which are built | Douglas Gregor | 2009-07-07 | 3 | -0/+44 |
* | Fix PR 4489, a crash in PCH loading that occurs when loading the name | Douglas Gregor | 2009-07-06 | 1 | -0/+8 |
* | Fix PR 4489, a PCH crash during de-serialization. | Douglas Gregor | 2009-07-01 | 1 | -0/+20 |
* | Make precompiled headers work with -E. When we're only preprocessing | Douglas Gregor | 2009-05-12 | 2 | -0/+12 |
* | Make this test portable to non-x86 hosts, patch by Mark Cianciosa! | Chris Lattner | 2009-05-07 | 1 | -3/+3 |
* | Implement checking for macro definitions that occur on the command | Douglas Gregor | 2009-04-28 | 1 | -1/+3 |
* | Allow some differences between the predefines buffer used to build a | Douglas Gregor | 2009-04-28 | 2 | -0/+19 |
* | Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls to the PCH file. Since t... | Douglas Gregor | 2009-04-27 | 2 | -0/+14 |
* | Fix a problem with the RUN line of one of the PCH tests | Douglas Gregor | 2009-04-27 | 1 | -1/+1 |
* | PCH support for the global method pool (= instance and factory method | Douglas Gregor | 2009-04-24 | 2 | -0/+58 |
* | Add PCH support for #import. | Steve Naroff | 2009-04-24 | 2 | -0/+22 |
* | PCH support for all of the predefined Objective-C types, such as id, | Douglas Gregor | 2009-04-23 | 2 | -5/+3 |
* | More PushOnScopeChain() FIXME's. | Steve Naroff | 2009-04-23 | 2 | -0/+9 |
* | Sema::ActOnStartClassInterface(): Use PushOnScopeChains(). | Steve Naroff | 2009-04-23 | 1 | -4/+7 |
* | Add PCH read/write support for Objective-C Selectors. | Steve Naroff | 2009-04-23 | 2 | -0/+8 |
* | PCH support for Objective-C property declarations (UNTESTED!) | Douglas Gregor | 2009-04-22 | 2 | -0/+23 |
* | Support locally-declared external declarations in PCH files | Douglas Gregor | 2009-04-22 | 2 | -0/+21 |
* | Clean up and de-XFAIL-ify PCH test for external definitions | Douglas Gregor | 2009-04-22 | 2 | -8/+0 |
* | Support tentative definitions in precompiled headers. This isn't likely | Douglas Gregor | 2009-04-22 | 2 | -0/+18 |
* | deserialization support for qualified interfaces | Chris Lattner | 2009-04-22 | 2 | -1/+5 |
* | pch support for protocol qualified id's. | Chris Lattner | 2009-04-22 | 2 | -6/+11 |
* | add three new objc expression types. @selector doesn't work because we have no | Chris Lattner | 2009-04-22 | 2 | -3/+20 |
* | implement serialization support for @encode, | Chris Lattner | 2009-04-22 | 2 | -0/+12 |
* | rename methods.* -> objc_methods.* | Chris Lattner | 2009-04-22 | 2 | -2/+2 |
* | Test PCH support for VLAs | Douglas Gregor | 2009-04-22 | 3 | -2/+5 |
* | Eliminate a FIXME in one of the PCH test cases | Douglas Gregor | 2009-04-22 | 1 | -2/+2 |
* | Lazy deserialization of identifiers in PCH files fixed a problem with | Douglas Gregor | 2009-04-21 | 1 | -9/+1 |
* | Lazy deserialization of the declaration chains associated with | Douglas Gregor | 2009-04-21 | 2 | -0/+12 |
* | Explictly track tentative definitions within Sema, then hand those | Douglas Gregor | 2009-04-21 | 1 | -2/+1 |
* | Add pch reader/writer support for ObjCMethodDecl. | Steve Naroff | 2009-04-20 | 2 | -0/+17 |
* | make sure to verify that the "non pch" runs worked. | Chris Lattner | 2009-04-18 | 13 | -13/+13 |
* | Store the type ID for __builtin_va_list in the PCH file, so that the | Douglas Gregor | 2009-04-18 | 1 | -3/+2 |
* | FunctionDecl::getBody() is getting an ASTContext argument for use in | Douglas Gregor | 2009-04-18 | 3 | -7/+8 |
* | Fix two embarrassing PCH bugs: | Douglas Gregor | 2009-04-17 | 2 | -0/+24 |
* | PCH support for inline assembly statements. | Douglas Gregor | 2009-04-17 | 2 | -0/+25 |
* | PCH tests for va_arg expressions. Verified that the blocks test does create a... | Douglas Gregor | 2009-04-17 | 2 | -0/+20 |
* | PCH support for blocks | Douglas Gregor | 2009-04-17 | 3 | -3/+29 |
* | PCH support for GNU statement expressions | Douglas Gregor | 2009-04-17 | 2 | -0/+7 |
* | PCH support for indirect gotos and address-of-label expressions. | Douglas Gregor | 2009-04-17 | 2 | -0/+20 |
* | PCH support for labels and goto. | Douglas Gregor | 2009-04-17 | 1 | -0/+8 |
* | PCH support for declaration statements, and a test for PredefinedExpr | Douglas Gregor | 2009-04-17 | 2 | -2/+7 |
* | PCH support for return statements. | Douglas Gregor | 2009-04-17 | 2 | -3/+26 |
* | PCH support for do-while and for loops | Douglas Gregor | 2009-04-17 | 1 | -1/+8 |