| Commit message (Expand) | Author | Age | Files | Lines |
* | (1) Rename getClangSubversionRevision() to getClangRevision(), and | Ted Kremenek | 2010-01-22 | 1 | -8/+1 |
* | Rename pch::SVN_BRANCH_REVISION to pch::VERSION_CONTROL_BRANCH_REVISION. | Ted Kremenek | 2010-01-22 | 1 | -1/+1 |
* | Rename getClangSubversionPath() -> getClangRepositoryPath() and have it retur... | Ted Kremenek | 2010-01-22 | 1 | -3/+3 |
* | Improve source-location information for builtin TypeLocs, from Enea | Douglas Gregor | 2010-01-18 | 1 | -1/+7 |
* | Encoding calling conventions in the type system, from Charles Davis! | Douglas Gregor | 2010-01-18 | 1 | -4/+6 |
* | Add type source information for both kinds of typeof types. | John McCall | 2010-01-13 | 1 | -2/+7 |
* | Teach Preprocessor::macro_begin/macro_end to lazily load all macro | Douglas Gregor | 2010-01-04 | 1 | -1/+61 |
* | Get rid of FixedWidthIntType, as suggested by Chris and Eli. | Anders Carlsson | 2009-12-29 | 1 | -8/+0 |
* | Serialize the NoReturn bit on FunctionTypes for precompiled headers | Douglas Gregor | 2009-12-22 | 1 | -4/+5 |
* | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | 2009-12-12 | 1 | -1/+1 |
* | Implement runtime checks for undefined behavior. WIP. | Mike Stump | 2009-12-12 | 1 | -0/+3 |
* | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall | 2009-12-07 | 1 | -5/+5 |
* | Fix "using typename" and the instantiation of non-dependent using declarations. | John McCall | 2009-12-04 | 1 | -0/+7 |
* | Switch PCHReader::getOriginalSourceFile to use proper diagnostics. | Daniel Dunbar | 2009-12-03 | 1 | -8/+7 |
* | Add DeclarationName support for C++0x operator literals. They should now work as | Alexis Hunt | 2009-11-29 | 1 | -0/+4 |
* | Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. | Benjamin Kramer | 2009-11-28 | 1 | -6/+5 |
* | Allow user re-definition of SEL as well as accessing its fields. | Fariborz Jahanian | 2009-11-25 | 1 | -1/+1 |
* | This patch implements objective-c's 'SEL' type as a built-in | Fariborz Jahanian | 2009-11-21 | 1 | -0/+7 |
* | Use llvm::sys::Path to check isAbsolute, instead of hard coding. Also, remove... | Daniel Dunbar | 2009-11-18 | 1 | -3/+2 |
* | Remove local splitLines reimplementation. | Daniel Dunbar | 2009-11-13 | 1 | -29/+7 |
* | Tweak PCH -include handling to make sure it matches the name as would be present | Daniel Dunbar | 2009-11-11 | 1 | -4/+6 |
* | Redo how PCH handles its implicit include. Instead of treating this specially in | Daniel Dunbar | 2009-11-11 | 1 | -4/+23 |
* | More StringRef simplification to PCHValidator::ReadPredefinesBuffer. | Daniel Dunbar | 2009-11-11 | 1 | -27/+22 |
* | Rewrite splitLines using StringRef; this is much simpler, and also now avoids | Daniel Dunbar | 2009-11-11 | 1 | -26/+26 |
* | Introduce a new representation for template template | Douglas Gregor | 2009-11-11 | 1 | -0/+8 |
* | StringRefify some PCH interfaces. | Daniel Dunbar | 2009-11-11 | 1 | -28/+22 |
* | Replace startsWith functions with StringRef. | Daniel Dunbar | 2009-11-11 | 1 | -25/+4 |
* | Switch to getFileOrSTDIN(). | Daniel Dunbar | 2009-11-10 | 1 | -4/+1 |
* | Adding -fshort-wchar option. | John Thompson | 2009-11-05 | 1 | -0/+2 |
* | Track source information for template arguments and template specialization | John McCall | 2009-10-29 | 1 | -1/+27 |
* | Add comment. | Ted Kremenek | 2009-10-23 | 1 | -0/+3 |
* | Fix integer overflow in PCHReader when reading the length of an | Ted Kremenek | 2009-10-23 | 1 | -1/+1 |
* | FunctionTypeLocs don't necessarily provide ParmVarDecls, so don't crash if | John McCall | 2009-10-23 | 1 | -1/+1 |
* | When building types from declarators, instead of building two types (one for | John McCall | 2009-10-22 | 1 | -14/+9 |
* | Extend out the block descriptor structure for debug information with | Mike Stump | 2009-10-22 | 1 | -0/+3 |
* | Refine the type of the first parameter to block invoke functions. | Mike Stump | 2009-10-20 | 1 | -0/+2 |
* | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar | 2009-10-18 | 1 | -1/+1 |
* | When performing template-substitution into a type, don't just replace the | John McCall | 2009-10-18 | 1 | -0/+13 |
* | Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize | John McCall | 2009-10-18 | 1 | -36/+111 |
* | Switch to llvm::HashString. | Daniel Dunbar | 2009-10-17 | 1 | -3/+4 |
* | Merge the "types" and "declarations" blocks in the precompiled header | Douglas Gregor | 2009-10-17 | 1 | -15/+9 |
* | Factor out routines to encode/decode DeclaratorInfos and move them into the | John McCall | 2009-10-16 | 1 | -0/+80 |
* | Add support for a chain of stat caches in the FileManager, rather than | Douglas Gregor | 2009-10-16 | 1 | -12/+14 |
* | Remove the ConstantArrayType subtypes. This information is preserved in the | John McCall | 2009-10-16 | 1 | -24/+0 |
* | Encode the Clang branch and Subversion revision into a PCH file, and | Douglas Gregor | 2009-10-05 | 1 | -3/+19 |
* | Introduce ObjCProtocolListType type subclass. | Argyrios Kyrtzidis | 2009-09-29 | 1 | -0/+10 |
* | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall | 2009-09-24 | 1 | -17/+10 |
* | Allow PCH files to be read from stdin. | Daniel Dunbar | 2009-09-22 | 1 | -1/+6 |
* | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall | 2009-09-21 | 1 | -3/+3 |
* | Add missing PCH support for -fstack-protector. | Daniel Dunbar | 2009-09-21 | 1 | -1/+6 |