| Commit message (Expand) | Author | Age | Files | Lines |
* | Removing the notion of TargetAttributesSema and replacing it with one where t... | Aaron Ballman | 2014-01-09 | 1 | -295/+0 |
* | Updated the wording of two attribute-related diagnostics so that they print t... | Aaron Ballman | 2014-01-02 | 1 | -1/+1 |
* | Simplifying some diagnostics so that they don't need to work with StringRefs.... | Aaron Ballman | 2013-12-26 | 1 | -1/+1 |
* | Allow target-specific attributes to share a spelling between different attrib... | Aaron Ballman | 2013-12-15 | 1 | -23/+32 |
* | Reverting changes from r196415; this patch exposed a different, but unrelated... | Aaron Ballman | 2013-12-06 | 1 | -1/+2 |
* | Giving a Subjects list to DllExport, which allows the removal of some custom ... | Aaron Ballman | 2013-12-04 | 1 | -9/+1 |
* | Common functionality is already checked within SemaDeclAttr.cpp and so it doe... | Aaron Ballman | 2013-12-04 | 1 | -65/+4 |
* | The MSP430Interrupt attribute does have a sema handler (it's in TargetAttribu... | Aaron Ballman | 2013-12-04 | 1 | -0/+2 |
* | Getting rid of some hard-coded strings. No functional changes intended, thoug... | Aaron Ballman | 2013-12-04 | 1 | -5/+5 |
* | This attribute somehow remained nameless in the attribute tablegen, until now. | Aaron Ballman | 2013-12-04 | 1 | -2/+1 |
* | Implement ARM GNU-style interrupt attribute | Tim Northover | 2013-10-01 | 1 | -0/+47 |
* | Consolidating the notion of a GNU attribute parameter with the attribute argu... | Aaron Ballman | 2013-08-31 | 1 | -3/+3 |
* | Replacing err_attribute_argument_not_int with err_attribute_not_type_attr | Aaron Ballman | 2013-07-30 | 1 | -2/+3 |
* | Remove the mblaze backend from clang. | Rafael Espindola | 2013-07-25 | 1 | -53/+0 |
* | Added the attribute name to the err_attribute_wrong_number_arguments diagnost... | Aaron Ballman | 2013-07-23 | 1 | -8/+16 |
* | Warn on and drop dllimport attrs from variable definitions | Reid Kleckner | 2013-05-20 | 1 | -0/+9 |
* | PR14922: when printing an attribute, use the real syntax of the attribute (GN... | Michael Han | 2013-01-24 | 1 | -8/+17 |
* | First step in implementation of mips16 and nomips16 attributes. | Reed Kotler | 2013-01-16 | 1 | -0/+51 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
* | Reapply r158700 and fixup patches, minus one hunk that slipped through and | Alexis Hunt | 2012-06-19 | 1 | -2/+2 |
* | Revert r158700 and dependent patches r158716, r158717, and r158731. | Jakob Stoklund Olesen | 2012-06-19 | 1 | -2/+2 |
* | Improve the specification of spellings in Attr.td. | Alexis Hunt | 2012-06-19 | 1 | -2/+2 |
* | Refactor all the | Rafael Espindola | 2012-05-13 | 1 | -21/+13 |
* | Fix an old (2009) FIXME: | Rafael Espindola | 2012-05-10 | 1 | -24/+40 |
* | Process attributes in the order they appear in the source code. This make clang | Rafael Espindola | 2012-05-07 | 1 | -10/+5 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -1/+1 |
* | Fix compiler warning about && in ||. | Benjamin Kramer | 2011-09-30 | 1 | -2/+2 |
* | Support dllimport and dllexport on x86-64 Windows. PR10978. Patch by Ruben ... | Eli Friedman | 2011-09-30 | 1 | -4/+5 |
* | Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t... | Francois Pichet | 2011-09-17 | 1 | -1/+1 |
* | Keep the source range of attributes. Depends on a llvm tablegen commit. | Argyrios Kyrtzidis | 2011-09-13 | 1 | -1/+2 |
* | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor | 2011-09-02 | 1 | -2/+2 |
* | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -1/+1 |
* | Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. | NAKAMURA Takumi | 2011-02-17 | 1 | -2/+1 |
* | Fix whitespace. | NAKAMURA Takumi | 2011-02-17 | 1 | -1/+0 |
* | 1. Add some ABI information for the Microblaze. | Wesley Peck | 2010-12-19 | 1 | -0/+51 |
* | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 |
* | Remove Sema.h's dependency on DeclCXX.h. | John McCall | 2010-08-25 | 1 | -1/+2 |
* | Generate Attr subclasses with TableGen. | Alexis Hunt | 2010-08-18 | 1 | -7/+7 |
* | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -1/+1 |
* | Don't emit a warning about a dllimport attribute being used in a typedef | Ted Kremenek | 2010-02-21 | 1 | -2/+6 |
* | Also don't warn about force_align_arg_pointer on function typedefs. (This will | Charles Davis | 2010-02-18 | 1 | -1/+2 |
* | Two fixes related to force_align_arg_pointer: | Charles Davis | 2010-02-18 | 1 | -2/+7 |
* | Revert r95939, as suggested by Alexandre Julliard from the Wine project (and | Charles Davis | 2010-02-17 | 1 | -6/+4 |
* | dllimport and dllexport are declspec attributes, too. They're also | Charles Davis | 2010-02-16 | 1 | -0/+88 |
* | Warn about using the new force_align_arg_pointer attribute on a function | Charles Davis | 2010-02-11 | 1 | -4/+6 |
* | Fix a potential null-pointer use, and fix the style of my new function. | Charles Davis | 2010-02-10 | 1 | -2/+2 |
* | Add support for the force_align_arg_pointer attribute. This is an x86-specific | Charles Davis | 2010-02-10 | 1 | -0/+42 |
* | Generalize target weirdness handling having proper layering in mind: | Anton Korobeynikov | 2010-01-10 | 1 | -0/+86 |