Age | Commit message (Expand) | Author |
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 |
2009-04-27 | Load most of the source manager's information lazily from the PCH | Douglas Gregor |
2009-04-27 | fix a comment by starting stmts/exprs after types and decls. | Chris Lattner |
2009-04-26 | Some fixes for PCH (de-)serialization of Objective-C AST nodes: | Douglas Gregor |
2009-04-26 | Add PCH read/write support for ObjC statements. | Steve Naroff |
2009-04-26 | implement PCH support for the rest of ExprObjC.h, including | Chris Lattner |
2009-04-26 | Don't read all of the records in the PCH file's preprocessor block, | Douglas Gregor |
2009-04-25 | Load the selector table lazily from the PCH file. | Douglas Gregor |
2009-04-25 | Add PCH support for ObjCMessageExpr (needed to build Mail). | Steve Naroff |
2009-04-24 | PCH support for the global method pool (= instance and factory method | Douglas Gregor |
2009-04-24 | Add PCH support for #import. | Steve Naroff |
2009-04-23 | PCH support for all of the predefined Objective-C types, such as id, | Douglas Gregor |
2009-04-23 | Add PCH read/write support for Objective-C Selectors. | Steve Naroff |
2009-04-22 | Support locally-declared external declarations in PCH files | Douglas Gregor |
2009-04-22 | Support tentative definitions in precompiled headers. This isn't likely | Douglas Gregor |
2009-04-22 | ObjCQualifiedClass is dead, remove it. | Chris Lattner |
2009-04-22 | pch support for protocol qualified id's. | Chris Lattner |
2009-04-22 | add three new objc expression types. @selector doesn't work because we have no | Chris Lattner |
2009-04-22 | implement serialization support for @encode, | Chris Lattner |
2009-04-21 | Lazy deserialization of macro definitions for precompiled headers. | Douglas Gregor |
2009-04-21 | Add pch reader/writer support for most of DeclObjC.h. Very close to reading/w... | Steve Naroff |
2009-04-20 | Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & Obj... | Steve Naroff |
2009-04-20 | Add pch reader/writer support for ObjCMethodDecl. | Steve Naroff |
2009-04-18 | Store the type ID for __builtin_va_list in the PCH file, so that the | Douglas Gregor |
2009-04-17 | Keep track of the number of statements/expressions written to and read | Douglas Gregor |
2009-04-17 | PCH support for inline assembly statements. | Douglas Gregor |
2009-04-17 | PCH support for blocks | Douglas Gregor |
2009-04-17 | PCH support for GNU statement expressions | Douglas Gregor |
2009-04-17 | PCH support for indirect gotos and address-of-label expressions. | Douglas Gregor |
2009-04-17 | PCH support for labels and goto. | Douglas Gregor |
2009-04-17 | PCH support for declaration statements, and a test for PredefinedExpr | Douglas Gregor |
2009-04-17 | PCH support for return statements. | Douglas Gregor |