Age | Commit message (Expand) | Author |
2009-12-22 | Serialize the NoReturn bit on FunctionTypes for precompiled headers | Douglas Gregor |
2009-12-12 | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin |
2009-12-12 | Implement runtime checks for undefined behavior. WIP. | Mike Stump |
2009-12-07 | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall |
2009-12-04 | Fix "using typename" and the instantiation of non-dependent using declarations. | John McCall |
2009-12-03 | Switch PCHReader::getOriginalSourceFile to use proper diagnostics. | Daniel Dunbar |
2009-11-29 | Add DeclarationName support for C++0x operator literals. They should now work as | Sean Hunt |
2009-11-28 | Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. | Benjamin Kramer |
2009-11-25 | Allow user re-definition of SEL as well as accessing its fields. | Fariborz Jahanian |
2009-11-21 | This patch implements objective-c's 'SEL' type as a built-in | Fariborz Jahanian |
2009-11-18 | Use llvm::sys::Path to check isAbsolute, instead of hard coding. Also, remove... | Daniel Dunbar |
2009-11-13 | Remove local splitLines reimplementation. | Daniel Dunbar |
2009-11-11 | Tweak PCH -include handling to make sure it matches the name as would be present | Daniel Dunbar |
2009-11-11 | Redo how PCH handles its implicit include. Instead of treating this specially in | Daniel Dunbar |
2009-11-11 | More StringRef simplification to PCHValidator::ReadPredefinesBuffer. | Daniel Dunbar |
2009-11-11 | Rewrite splitLines using StringRef; this is much simpler, and also now avoids | Daniel Dunbar |
2009-11-11 | Introduce a new representation for template template | Douglas Gregor |
2009-11-11 | StringRefify some PCH interfaces. | Daniel Dunbar |
2009-11-11 | Replace startsWith functions with StringRef. | Daniel Dunbar |
2009-11-10 | Switch to getFileOrSTDIN(). | Daniel Dunbar |
2009-11-05 | Adding -fshort-wchar option. | John Thompson |
2009-10-29 | Track source information for template arguments and template specialization | John McCall |
2009-10-23 | Add comment. | Ted Kremenek |
2009-10-23 | Fix integer overflow in PCHReader when reading the length of an | Ted Kremenek |
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 |