Age | Commit message (Expand) | Author |
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-16 | Fix header-search problems with precompiled headers, where the | Douglas Gregor |
2010-03-16 | Use SourceManager's Diagnostic object for all file-reading errors, | Douglas Gregor |
2010-03-14 | Path related cleanup. Remove unnecessary variables. | Kovarththanan Rajaratnam |
2010-03-14 | Use makeAbsolute() | Kovarththanan Rajaratnam |
2010-03-10 | Create a new InjectedClassNameType to represent bare-word references to the | John McCall |
2010-02-23 | Add support for the weakref attribute. We still produce "alias weak" as llvm-... | Rafael Espindola |
2010-02-18 | Sort cases. | Ted Kremenek |
2010-02-18 | Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to | Ted Kremenek |
2010-02-17 | Add IBAction attribute to keep the IBOutlet attribute company. | Ted Kremenek |
2010-02-12 | Implementing unused function warning. | Tanya Lattner |
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-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-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-20 | Use the llvm coding convention for indentation for switch. | Mike Stump |
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-10 | Generalize target weirdness handling having proper layering in mind: | Anton Korobeynikov |
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-18 | Fix a few MSVC warnings. | Daniel Dunbar |
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-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-25 | Parse C++ member check attributes - base_check, hiding, and override. | Sean Hunt |
2009-11-21 | This patch implements objective-c's 'SEL' type as a built-in | Fariborz Jahanian |
2009-11-21 | Added rudimentary C++0x attribute support. | Sean Hunt |
2009-11-16 | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor |
2009-11-11 | Introduce a new representation for template template | Douglas Gregor |
2009-11-09 | Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen | Eli Friedman |
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 | Remove OriginalTypeParmDecl; the original type is the one specified | John McCall |