| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix broken reading of NestedNameSpecifiers from PCH. | Argyrios Kyrtzidis | 2010-07-07 | 1 | -1/+1 |
| * | Delay passing InterestingDecls to the Consumer until when we know we are not ... | Argyrios Kyrtzidis | 2010-07-07 | 1 | -6/+17 |
| * | Add to PCH missing Sema information about VTable uses and dynamic classes. | Argyrios Kyrtzidis | 2010-07-06 | 1 | -0/+36 |
| * | Fix a regression of a previous commit of mine (rdar://8158953). | Argyrios Kyrtzidis | 2010-07-04 | 1 | -2/+2 |
| * | Don't try to install the __[u]int128_t identifier if it is already installed ... | Argyrios Kyrtzidis | 2010-07-04 | 1 | -0/+3 |
| * | Read/write CastExpr's CXXBaseSpecifierArray for PCH. | Argyrios Kyrtzidis | 2010-07-02 | 1 | -0/+10 |
| * | Fully read/write CXXRecordDecl for PCH. | Argyrios Kyrtzidis | 2010-07-02 | 1 | -0/+11 |
| * | Fix reading of DependentNameType. | Argyrios Kyrtzidis | 2010-07-02 | 1 | -1/+2 |
| * | Allow reading of InjectedClassNameType from PCH even when its decl is current... | Argyrios Kyrtzidis | 2010-07-02 | 1 | -1/+4 |
| * | Fix broken reading of member pointer from PCH. | Argyrios Kyrtzidis | 2010-07-02 | 1 | -1/+1 |
| * | - Allow a typedef type to be read from PCH even if its decl is currently init... | Argyrios Kyrtzidis | 2010-07-02 | 1 | -5/+12 |
| * | Fix broken reading of "#lines" from PCH. | Argyrios Kyrtzidis | 2010-07-02 | 1 | -2/+3 |
| * | Support DependentSizedArrayType for PCH. | Argyrios Kyrtzidis | 2010-06-30 | 1 | -0/+17 |
| * | Modify the way sub-statements are stored and retrieved from PCH. | Argyrios Kyrtzidis | 2010-06-28 | 1 | -56/+15 |
| * | Fix PCH emitting/reading for template arguments that contain expressions. | Argyrios Kyrtzidis | 2010-06-28 | 1 | -15/+52 |
| * | Fix various bugs in recent commits for C++ PCH. | Argyrios Kyrtzidis | 2010-06-28 | 1 | -2/+5 |
| * | Implement support for -fwrapv, rdar://7221421 | Chris Lattner | 2010-06-26 | 1 | -8/+6 |
| * | Support DependentTemplateSpecializationType and ElaboratedType for PCH. | Argyrios Kyrtzidis | 2010-06-25 | 1 | -9/+19 |
| * | Support a couple more C++ Exprs for PCH. | Argyrios Kyrtzidis | 2010-06-24 | 1 | -0/+8 |
| * | Support C++ class template specializations and partial specializations for PCH. | Argyrios Kyrtzidis | 2010-06-23 | 1 | -5/+31 |
| * | improve altivec vector bool/pixel support, patch by Anton Yartsev | Chris Lattner | 2010-06-23 | 1 | -5/+5 |
| * | -Introduce PCHReader::ReadTemplateArgumentLoc() | Argyrios Kyrtzidis | 2010-06-22 | 1 | -0/+7 |
| * | Initial support for reading templates from PCH. | Argyrios Kyrtzidis | 2010-06-19 | 1 | -6/+87 |
| * | Initial support for writing templates to PCH. | Argyrios Kyrtzidis | 2010-06-19 | 1 | -0/+8 |
| * | Split DependentNameType into two types. DependentNameType represents the | John McCall | 2010-06-11 | 1 | -0/+12 |
| * | Fix undefined behavior, noticed by GCC 4.5. Patch by Dimitry Andric! | Daniel Dunbar | 2010-06-02 | 1 | -2/+3 |
| * | Alter the ExternalASTSource interface to permit by-name lookups. PCH continu... | John McCall | 2010-06-01 | 1 | -16/+27 |
| * | Added basic source locations to Elaborated and DependentName types. | Abramo Bagnara | 2010-05-19 | 1 | -1/+4 |
| * | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -14/+12 |
| * | Revert r103770, "Added basic source locations to Elaborated and DependentName | Daniel Dunbar | 2010-05-14 | 1 | -2/+1 |
| * | Added basic source locations to Elaborated and DependentName types. | Abramo Bagnara | 2010-05-14 | 1 | -1/+2 |
| * | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -6/+5 |
| * | pchify CXXTemporary, CXXBindTemporaryExpr, and | Chris Lattner | 2010-05-10 | 1 | -0/+6 |
| * | add PCH support for a bunch of C++ Decls, patch by | Chris Lattner | 2010-05-07 | 1 | -0/+45 |
| * | More work toward implementing | Fariborz Jahanian | 2010-04-23 | 1 | -6/+5 |
| * | Check for -fno-constant-cfstrings consistency | Fariborz Jahanian | 2010-04-22 | 1 | -0/+3 |
| * | Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not | Chandler Carruth | 2010-04-17 | 1 | -0/+2 |
| * | On Windows, disable the modification-time check for files used in | Douglas Gregor | 2010-04-09 | 1 | -2/+8 |
| * | Make code-completion for Objective-C message sends to "id" work in the | Douglas Gregor | 2010-04-06 | 1 | -0/+8 |
| * | Match MemoryBuffer API changes. | Chris Lattner | 2010-04-05 | 1 | -3/+2 |
| * | Rename TypenameType to DependentNameType in anticipation of some | Douglas Gregor | 2010-03-31 | 1 | -1/+1 |
| * | Remember the regparm attribute in FunctionType::ExtInfo. | Rafael Espindola | 2010-03-30 | 1 | -5/+7 |
| * | the big refactoring bits of PR3782. | Rafael Espindola | 2010-03-30 | 1 | -3/+4 |
| * | Keep track of the size/modification time of each file source-location | Douglas Gregor | 2010-03-21 | 1 | -5/+12 |
| * | Remove the capture, serialization, and deserialization of comment | Douglas Gregor | 2010-03-19 | 1 | -13/+2 |
| * | Implement serialization and lazy deserialization of the preprocessing | Douglas Gregor | 2010-03-19 | 1 | -5/+120 |
| * | Add bounds check in PCHReader. when reading source file entry record | Ted Kremenek | 2010-03-18 | 1 | -0/+5 |
| * | Turn several PCH reader assertions into compiler errors, thus making | Ted Kremenek | 2010-03-18 | 1 | -30/+94 |
| * | Fix header-search problems with precompiled headers, where the | Douglas Gregor | 2010-03-16 | 1 | -13/+12 |
| * | Add IdentifierTable::get() overload and start using it | Kovarththanan Rajaratnam | 2010-03-12 | 1 | -1/+1 |