| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for the weakref attribute. We still produce "alias weak" as llvm-... | Rafael Espindola | 2010-02-23 | 1 | -1/+1 |
* | Sort cases. | Ted Kremenek | 2010-02-18 | 1 | -2/+2 |
* | Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to | Ted Kremenek | 2010-02-18 | 1 | -2/+4 |
* | Add IBAction attribute to keep the IBOutlet attribute company. | Ted Kremenek | 2010-02-17 | 1 | -0/+1 |
* | Implementing unused function warning. | Tanya Lattner | 2010-02-12 | 1 | -0/+10 |
* | clang -cc1: Add -fsjlj-exceptions, which requires far too much button pushing. | Daniel Dunbar | 2010-02-10 | 1 | -0/+1 |
* | Implement synthesizing properties by default. | Fariborz Jahanian | 2010-02-09 | 1 | -1/+4 |
* | Roll r95513 back in. | Sam Weinig | 2010-02-07 | 1 | -0/+9 |
* | Roll out r95513, it seems to have broken self hosting. | Sam Weinig | 2010-02-07 | 1 | -9/+0 |
* | Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr. | Sam Weinig | 2010-02-07 | 1 | -0/+9 |
* | First stage of adding AltiVec support | John Thompson | 2010-02-05 | 1 | -0/+2 |
* | Add VarDecl::isThisDeclarationADefinition(), which properly encapsulates the ... | Sebastian Redl | 2010-01-31 | 1 | -5/+3 |
* | (1) Rename getClangSubversionRevision() to getClangRevision(), and | Ted Kremenek | 2010-01-22 | 1 | -8/+7 |
* | Rename pch::SVN_BRANCH_REVISION to pch::VERSION_CONTROL_BRANCH_REVISION. | Ted Kremenek | 2010-01-22 | 1 | -3/+3 |
* | Rename getClangSubversionPath() -> getClangRepositoryPath() and have it retur... | Ted Kremenek | 2010-01-22 | 1 | -1/+1 |
* | Use the llvm coding convention for indentation for switch. | Mike Stump | 2010-01-20 | 1 | -1/+1 |
* | Improve source-location information for builtin TypeLocs, from Enea | Douglas Gregor | 2010-01-18 | 1 | -1/+7 |
* | Encoding calling conventions in the type system, from Charles Davis! | Douglas Gregor | 2010-01-18 | 1 | -0/+2 |
* | Add type source information for both kinds of typeof types. | John McCall | 2010-01-13 | 1 | -2/+7 |
* | Generalize target weirdness handling having proper layering in mind: | Anton Korobeynikov | 2010-01-10 | 1 | -1/+4 |
* | Teach Preprocessor::macro_begin/macro_end to lazily load all macro | Douglas Gregor | 2010-01-04 | 1 | -2/+0 |
* | Get rid of FixedWidthIntType, as suggested by Chris and Eli. | Anders Carlsson | 2009-12-29 | 1 | -10/+0 |
* | Serialize the NoReturn bit on FunctionTypes for precompiled headers | Douglas Gregor | 2009-12-22 | 1 | -0/+1 |
* | Fix a few MSVC warnings. | Daniel Dunbar | 2009-12-18 | 1 | -4/+4 |
* | Implement runtime checks for undefined behavior. WIP. | Mike Stump | 2009-12-12 | 1 | -0/+1 |
* | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall | 2009-12-07 | 1 | -5/+5 |
* | Fix "using typename" and the instantiation of non-dependent using declarations. | John McCall | 2009-12-04 | 1 | -0/+11 |
* | Add DeclarationName support for C++0x operator literals. They should now work as | Alexis Hunt | 2009-11-29 | 1 | -0/+4 |
* | Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. | Benjamin Kramer | 2009-11-28 | 1 | -5/+4 |
* | Allow user re-definition of SEL as well as accessing its fields. | Fariborz Jahanian | 2009-11-25 | 1 | -1/+1 |
* | Parse C++ member check attributes - base_check, hiding, and override. | Alexis Hunt | 2009-11-25 | 1 | -0/+5 |
* | This patch implements objective-c's 'SEL' type as a built-in | Fariborz Jahanian | 2009-11-21 | 1 | -0/+5 |
* | Added rudimentary C++0x attribute support. | Alexis Hunt | 2009-11-21 | 1 | -0/+1 |
* | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor | 2009-11-16 | 1 | -6/+6 |
* | Introduce a new representation for template template | Douglas Gregor | 2009-11-11 | 1 | -0/+6 |
* | Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGen | Eli Friedman | 2009-11-09 | 1 | -0/+3 |
* | Adding -fshort-wchar option. | John Thompson | 2009-11-05 | 1 | -0/+1 |
* | Track source information for template arguments and template specialization | John McCall | 2009-10-29 | 1 | -1/+22 |
* | Remove OriginalTypeParmDecl; the original type is the one specified | John McCall | 2009-10-23 | 1 | -1/+0 |
* | When building types from declarators, instead of building two types (one for | John McCall | 2009-10-22 | 1 | -14/+9 |
* | Extend out the block descriptor structure for debug information with | Mike Stump | 2009-10-22 | 1 | -0/+1 |
* | Refine the type of the first parameter to block invoke functions. | Mike Stump | 2009-10-20 | 1 | -0/+1 |
* | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar | 2009-10-18 | 1 | -2/+2 |
* | When performing template-substitution into a type, don't just replace the | John McCall | 2009-10-18 | 1 | -0/+12 |
* | Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize | John McCall | 2009-10-18 | 1 | -38/+109 |
* | Switch to llvm::HashString. | Daniel Dunbar | 2009-10-17 | 1 | -3/+4 |
* | Write the preprocessor block after we write out types + declarations, | Douglas Gregor | 2009-10-17 | 1 | -1/+2 |
* | Merge the "types" and "declarations" blocks in the precompiled header | Douglas Gregor | 2009-10-17 | 1 | -35/+19 |
* | While writing source-location entries to a PCH file, go through an | Douglas Gregor | 2009-10-16 | 1 | -7/+6 |
* | Factor out routines to encode/decode DeclaratorInfos and move them into the | John McCall | 2009-10-16 | 1 | -0/+79 |