summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TargetAttributesSema.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han2013-01-241-8/+17
* First step in implementation of mips16 and nomips16 attributes.Reed Kotler2013-01-161-0/+51
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* Reapply r158700 and fixup patches, minus one hunk that slipped through andAlexis Hunt2012-06-191-2/+2
* Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen2012-06-191-2/+2
* Improve the specification of spellings in Attr.td.Alexis Hunt2012-06-191-2/+2
* Refactor all theRafael Espindola2012-05-131-21/+13
* Fix an old (2009) FIXME:Rafael Espindola2012-05-101-24/+40
* Process attributes in the order they appear in the source code. This make clangRafael Espindola2012-05-071-10/+5
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* Fix compiler warning about && in ||.Benjamin Kramer2011-09-301-2/+2
* Support dllimport and dllexport on x86-64 Windows. PR10978. Patch by Ruben ...Eli Friedman2011-09-301-4/+5
* Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet2011-09-171-1/+1
* Keep the source range of attributes. Depends on a llvm tablegen commit.Argyrios Kyrtzidis2011-09-131-1/+2
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-2/+2
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-1/+1
* Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead.NAKAMURA Takumi2011-02-171-2/+1
* Fix whitespace.NAKAMURA Takumi2011-02-171-1/+0
* 1. Add some ABI information for the Microblaze.Wesley Peck2010-12-191-0/+51
* Split out a header to hold APIs meant for the Sema implementation from Sema.h.John McCall2010-08-251-1/+1
* Remove Sema.h's dependency on DeclCXX.h.John McCall2010-08-251-1/+2
* Generate Attr subclasses with TableGen.Alexis Hunt2010-08-181-7/+7
* Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor2010-08-121-1/+1
* Don't emit a warning about a dllimport attribute being used in a typedefTed Kremenek2010-02-211-2/+6
* Also don't warn about force_align_arg_pointer on function typedefs. (This willCharles Davis2010-02-181-1/+2
* Two fixes related to force_align_arg_pointer:Charles Davis2010-02-181-2/+7
* Revert r95939, as suggested by Alexandre Julliard from the Wine project (andCharles Davis2010-02-171-6/+4
* dllimport and dllexport are declspec attributes, too. They're alsoCharles Davis2010-02-161-0/+88
* Warn about using the new force_align_arg_pointer attribute on a functionCharles Davis2010-02-111-4/+6
* Fix a potential null-pointer use, and fix the style of my new function.Charles Davis2010-02-101-2/+2
* Add support for the force_align_arg_pointer attribute. This is an x86-specificCharles Davis2010-02-101-0/+42
* Generalize target weirdness handling having proper layering in mind:Anton Korobeynikov2010-01-101-0/+86
OpenPOWER on IntegriCloud