| Commit message (Expand) | Author | Age | Files | Lines |
* | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor | 2009-11-16 | 1 | -6/+6 |
* | Introduce a new representation for template template | Douglas Gregor | 2009-11-11 | 1 | -0/+6 |
* | Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen | Eli Friedman | 2009-11-09 | 1 | -0/+3 |
* | Adding -fshort-wchar option. | John Thompson | 2009-11-05 | 1 | -0/+1 |
* | Track source information for template arguments and template specialization | John McCall | 2009-10-29 | 1 | -1/+22 |
* | Remove OriginalTypeParmDecl; the original type is the one specified | John McCall | 2009-10-23 | 1 | -1/+0 |
* | 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/+1 |
* | Refine the type of the first parameter to block invoke functions. | Mike Stump | 2009-10-20 | 1 | -0/+1 |
* | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar | 2009-10-18 | 1 | -2/+2 |
* | When performing template-substitution into a type, don't just replace the | John McCall | 2009-10-18 | 1 | -0/+12 |
* | Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize | John McCall | 2009-10-18 | 1 | -38/+109 |
* | Switch to llvm::HashString. | Daniel Dunbar | 2009-10-17 | 1 | -3/+4 |
* | Write the preprocessor block after we write out types + declarations, | Douglas Gregor | 2009-10-17 | 1 | -1/+2 |
* | Merge the "types" and "declarations" blocks in the precompiled header | Douglas Gregor | 2009-10-17 | 1 | -35/+19 |
* | While writing source-location entries to a PCH file, go through an | Douglas Gregor | 2009-10-16 | 1 | -7/+6 |
* | Factor out routines to encode/decode DeclaratorInfos and move them into the | John McCall | 2009-10-16 | 1 | -0/+79 |
* | Remove the ConstantArrayType subtypes. This information is preserved in the | John McCall | 2009-10-16 | 1 | -17/+0 |
* | Encode the Clang branch and Subversion revision into a PCH file, and | Douglas Gregor | 2009-10-05 | 1 | -1/+13 |
* | 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 | -24/+44 |
* | Add missing PCH support for -fstack-protector. | Daniel Dunbar | 2009-09-21 | 1 | -0/+1 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -115/+115 |
* | Fix PR4922, where Sema would complete tentative definitions in nondeterminstic | Chris Lattner | 2009-09-08 | 1 | -7/+10 |
* | Basic support for representing elaborated type specifiers | John McCall | 2009-09-05 | 1 | -0/+6 |
* | Save/load POSIXThreads flag for PCH | Douglas Gregor | 2009-09-03 | 1 | -0/+1 |
* | Regularize the case and sort. | Mike Stump | 2009-08-26 | 1 | -2/+2 |
* | Switch to StringRef based BitstreamWriter APIs, where appropriate. | Daniel Dunbar | 2009-08-24 | 1 | -21/+13 |
* | Switch TargetInfo to store an llvm::Triple. | Daniel Dunbar | 2009-08-24 | 1 | -2/+3 |
* | API changes to match llvm ToT. | Chris Lattner | 2009-08-23 | 1 | -5/+5 |
* | Add a -fno-elide-constructors option to clang-cc. | Anders Carlsson | 2009-08-22 | 1 | -0/+1 |
* | Make the new Objective-C "id" and "Class" redefinition types special | Douglas Gregor | 2009-08-21 | 1 | -0/+2 |
* | map previously ignored __attribute((malloc)) to noalias attribute of llvm fun... | Ryan Flynn | 2009-08-09 | 1 | -0/+1 |
* | Introduce a new PragmaPack attribute, and use it for #pragma pack. The Packed... | Anders Carlsson | 2009-08-08 | 1 | -2/+5 |
* | Make longjmp a real builtin. | Mike Stump | 2009-07-28 | 1 | -0/+2 |
* | Remove the ObjCCategoryImpls vector from Sema class. | Argyrios Kyrtzidis | 2009-07-21 | 1 | -11/+0 |
* | Remove ObjCQualifiedInterfaceType:-) | Steve Naroff | 2009-07-18 | 1 | -21/+13 |
* | Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu... | Steve Naroff | 2009-07-15 | 1 | -0/+2 |
* | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith | 2009-07-14 | 1 | -0/+2 |
* | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff | 2009-07-10 | 1 | -1/+1 |
* | Make ASTContext explicitly keep track of the declaration for the C | Douglas Gregor | 2009-07-07 | 1 | -0/+1 |
* | Introduce the notion of "Relocatable" precompiled headers, which are built | Douglas Gregor | 2009-07-07 | 1 | -35/+94 |
* | Keep track of the Expr used to describe the size of an array type, | Douglas Gregor | 2009-07-06 | 1 | -0/+19 |
* | Add support for retrieving the Doxygen comment associated with a given | Douglas Gregor | 2009-07-02 | 1 | -2/+22 |
* | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -5/+4 |
* | Implement enough of the 'auto' keyword so we can claim to support N2546. | Anders Carlsson | 2009-06-26 | 1 | -0/+3 |
* | OpenCL 1.0 support: attributes | Nate Begeman | 2009-06-26 | 1 | -0/+6 |
* | Write/Read new Language Options | Nate Begeman | 2009-06-25 | 1 | -0/+2 |
* | Add a DecltypeType type. | Anders Carlsson | 2009-06-24 | 1 | -0/+5 |
* | First step toward fixing <rdar://problem/6613046> refactor clang objc type re... | Steve Naroff | 2009-06-17 | 1 | -4/+6 |