Age | Commit message (Expand) | Author |
2009-10-23 | FunctionTypeLocs don't necessarily provide ParmVarDecls, so don't crash if | 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 | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar |
2009-10-18 | When performing template-substitution into a type, don't just replace the | John McCall |
2009-10-18 | Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize | John McCall |
2009-10-17 | Switch to llvm::HashString. | Daniel Dunbar |
2009-10-17 | Merge the "types" and "declarations" blocks in the precompiled header | Douglas Gregor |
2009-10-16 | Factor out routines to encode/decode DeclaratorInfos and move them into the | John McCall |
2009-10-16 | Add support for a chain of stat caches in the FileManager, rather than | 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-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-22 | Allow PCH files to be read from stdin. | Daniel Dunbar |
2009-09-21 | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall |
2009-09-21 | Add missing PCH support for -fstack-protector. | Daniel Dunbar |
2009-09-17 | PCH: When deserializing an explicit "external definition", don't pass it to H... | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-08 | Fix PR4922, where Sema would complete tentative definitions in nondeterminstic | Chris Lattner |
2009-09-05 | Basic support for representing elaborated type specifiers | John McCall |
2009-09-03 | Save/load POSIXThreads flag for PCH | Douglas Gregor |
2009-09-03 | Add basic support for -pthread. | Daniel Dunbar |
2009-08-24 | Switch TargetInfo to store an llvm::Triple. | Daniel Dunbar |
2009-08-22 | Add a -fno-elide-constructors option to clang-cc. | Anders Carlsson |
2009-08-21 | Make the new Objective-C "id" and "Class" redefinition types special | Douglas Gregor |
2009-08-05 | Introduce the canonical type smart pointers, and use them in a few places to | Douglas Gregor |
2009-07-29 | Change uses of: | Ted Kremenek |
2009-07-28 | Make longjmp a real builtin. | Mike Stump |
2009-07-21 | Remove the ObjCCategoryImpls vector from Sema class. | Argyrios Kyrtzidis |
2009-07-18 | Remove ObjCQualifiedInterfaceType:-) | Steve Naroff |
2009-07-18 | Fix a comment. | Zhongxing Xu |
2009-07-17 | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek |
2009-07-17 | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek |
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-10 | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff |
2009-07-07 | Make ASTContext explicitly keep track of the declaration for the C | Douglas Gregor |
2009-07-07 | Introduce the notion of "Relocatable" precompiled headers, which are built | Douglas Gregor |
2009-07-06 | Fix PR 4489, a crash in PCH loading that occurs when loading the name | 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-25 | Write/Read new Language Options | Nate Begeman |
2009-06-25 | PCH support for OpenCL language options | Nate Begeman |
2009-06-24 | Add a DecltypeType type. | Anders Carlsson |
2009-06-19 | Fix bug in the new PCHReader constructor. PP and Context should be initialize... | Argyrios Kyrtzidis |
2009-06-19 | Make changes to PCHReader to allow reading a PCH file without having a pre-in... | Argyrios Kyrtzidis |
2009-06-17 | First step toward fixing <rdar://problem/6613046> refactor clang objc type re... | Steve Naroff |
2009-06-15 | If PCH refers to a file that doesn't exist anymore, emit a nice error | Chris Lattner |