Age | Commit message (Expand) | Author |
2010-03-19 | Remove the capture, serialization, and deserialization of comment | Douglas Gregor |
2010-03-19 | Implement serialization and lazy deserialization of the preprocessing | Douglas Gregor |
2010-03-16 | Fix header-search problems with precompiled headers, where the | Douglas Gregor |
2010-03-10 | Create a new InjectedClassNameType to represent bare-word references to the | John McCall |
2010-02-21 | Implement PCH support for C++ namespaces. | Douglas Gregor |
2010-02-12 | Implementing unused function warning. | Tanya Lattner |
2010-02-07 | Roll r95513 back in. | Sam Weinig |
2010-02-07 | Roll out r95513, it seems to have broken self hosting. | Sam Weinig |
2010-02-07 | Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr. | Sam Weinig |
2010-01-22 | Rename pch::SVN_BRANCH_REVISION to pch::VERSION_CONTROL_BRANCH_REVISION. | Ted Kremenek |
2010-01-16 | Add PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCast... | Sam Weinig |
2009-12-29 | Get rid of FixedWidthIntType, as suggested by Chris and Eli. | Anders Carlsson |
2009-12-04 | Fix "using typename" and the instantiation of non-dependent using declarations. | John McCall |
2009-11-21 | This patch implements objective-c's 'SEL' type as a built-in | Fariborz Jahanian |
2009-10-26 | Update location of DataTypes.h to reflect move in LLVM with r85086. | Chandler Carruth |
2009-10-23 | Remove OriginalTypeParmDecl; the original type is the one specified | John McCall |
2009-10-22 | When building types from declarators, instead of building two types (one for | John McCall |
2009-10-22 | Extend out the block descriptor structure for debug information with | Mike Stump |
2009-10-20 | Refine the type of the first parameter to block invoke functions. | Mike Stump |
2009-10-18 | When performing template-substitution into a type, don't just replace the | John McCall |
2009-10-17 | Merge the "types" and "declarations" blocks in the precompiled header | Douglas Gregor |
2009-10-16 | Remove the ConstantArrayType subtypes. This information is preserved in the | John McCall |
2009-10-05 | Encode the Clang branch and Subversion revision into a PCH file, and | Douglas Gregor |
2009-09-29 | Introduce ObjCProtocolListType type subclass. | Argyrios Kyrtzidis |
2009-09-09 | Improve handling of initialization by constructor, by ensuring that | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-05 | Basic support for representing elaborated type specifiers | John McCall |
2009-08-21 | Remove comma at the end of enumerator list. | Daniel Dunbar |
2009-08-21 | Make the new Objective-C "id" and "Class" redefinition types special | Douglas Gregor |
2009-08-20 | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian |
2009-08-18 | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian |
2009-07-28 | Make longjmp a real builtin. | Mike Stump |
2009-07-24 | Allow front-end 'isa' access on object's of type 'id'. | Steve Naroff |
2009-07-21 | Remove the ObjCCategoryImpls vector from Sema class. | Argyrios Kyrtzidis |
2009-07-18 | Remove ObjCQualifiedInterfaceType:-) | Steve Naroff |
2009-07-15 | Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu... | Steve Naroff |
2009-07-14 | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith |
2009-07-14 | Read/write a CXXOperatorCallExpr from/to PCH files. | Argyrios Kyrtzidis |
2009-07-08 | Bump the PCH version number | Douglas Gregor |
2009-07-07 | Make ASTContext explicitly keep track of the declaration for the C | Douglas Gregor |
2009-07-06 | Keep track of the Expr used to describe the size of an array type, | Douglas Gregor |
2009-07-02 | Add support for retrieving the Doxygen comment associated with a given | Douglas Gregor |
2009-06-24 | Add a DecltypeType type. | Anders Carlsson |
2009-06-17 | First step toward fixing <rdar://problem/6613046> refactor clang objc type re... | Steve Naroff |
2009-05-12 | Make precompiled headers work with -E. When we're only preprocessing | Douglas Gregor |
2009-05-10 | Implement C++0x nullptr. | Sebastian Redl |
2009-04-30 | initial support for __[u]int128_t, which should be basically | Chris Lattner |
2009-04-27 | Add a header containing the Clang version; make the driver use this | Douglas Gregor |
2009-04-27 | Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls to the PCH file. Since t... | Douglas Gregor |
2009-04-27 | Implement caching of stat() calls for precompiled headers, which is | Douglas Gregor |