Age | Commit message (Expand) | Author |
2010-04-09 | On Windows, disable the modification-time check for files used in | Douglas Gregor |
2010-04-06 | Make code-completion for Objective-C message sends to "id" work in the | Douglas Gregor |
2010-04-05 | Match MemoryBuffer API changes. | Chris Lattner |
2010-03-31 | Rename TypenameType to DependentNameType in anticipation of some | Douglas Gregor |
2010-03-30 | Remember the regparm attribute in FunctionType::ExtInfo. | Rafael Espindola |
2010-03-30 | the big refactoring bits of PR3782. | Rafael Espindola |
2010-03-21 | Keep track of the size/modification time of each file source-location | Douglas Gregor |
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-18 | Add bounds check in PCHReader. when reading source file entry record | Ted Kremenek |
2010-03-18 | Turn several PCH reader assertions into compiler errors, thus making | Ted Kremenek |
2010-03-16 | Fix header-search problems with precompiled headers, where the | Douglas Gregor |
2010-03-12 | Add IdentifierTable::get() overload and start using it | Kovarththanan Rajaratnam |
2010-03-10 | Create a new InjectedClassNameType to represent bare-word references to the | John McCall |
2010-03-07 | Undefine correct macro | Kovarththanan Rajaratnam |
2010-02-12 | Fix bug I introduced with assinging a temporary to a StringRef. | Ted Kremenek |
2010-02-12 | Implementing unused function warning. | Tanya Lattner |
2010-02-11 | Allocate 'ObjCMethodList' objects (owned by Sema) using Sema's BumpPtrAllocat... | Ted Kremenek |
2010-02-10 | clang -cc1: Add -fsjlj-exceptions, which requires far too much button pushing. | Daniel Dunbar |
2010-02-09 | Implement synthesizing properties by default. | Fariborz Jahanian |
2010-02-05 | First stage of adding AltiVec support | John Thompson |
2010-01-31 | Add VarDecl::isThisDeclarationADefinition(), which properly encapsulates the ... | Sebastian Redl |
2010-01-22 | (1) Rename getClangSubversionRevision() to getClangRevision(), and | Ted Kremenek |
2010-01-22 | Rename pch::SVN_BRANCH_REVISION to pch::VERSION_CONTROL_BRANCH_REVISION. | Ted Kremenek |
2010-01-22 | Rename getClangSubversionPath() -> getClangRepositoryPath() and have it retur... | Ted Kremenek |
2010-01-18 | Improve source-location information for builtin TypeLocs, from Enea | Douglas Gregor |
2010-01-18 | Encoding calling conventions in the type system, from Charles Davis! | Douglas Gregor |
2010-01-13 | Add type source information for both kinds of typeof types. | John McCall |
2010-01-04 | Teach Preprocessor::macro_begin/macro_end to lazily load all macro | Douglas Gregor |
2009-12-29 | Get rid of FixedWidthIntType, as suggested by Chris and Eli. | Anders Carlsson |
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 |