aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/TargetAttributesSema.cpp
AgeCommit message (Expand)Author
2013-01-24PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han
2013-01-16First step in implementation of mips16 and nomips16 attributes.Reed Kotler
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-06-19Reapply r158700 and fixup patches, minus one hunk that slipped through andSean Hunt
2012-06-19Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen
2012-06-19Improve the specification of spellings in Attr.td.Sean Hunt
2012-05-13Refactor all theRafael Espindola
2012-05-10Fix an old (2009) FIXME:Rafael Espindola
2012-05-07Process attributes in the order they appear in the source code. This make clangRafael Espindola
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2011-09-30Fix compiler warning about && in ||.Benjamin Kramer
2011-09-30Support dllimport and dllexport on x86-64 Windows. PR10978. Patch by Ruben ...Eli Friedman
2011-09-17Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet
2011-09-13Keep the source range of attributes. Depends on a llvm tablegen commit.Argyrios Kyrtzidis
2011-09-02Extend the ASTContext constructor to delay the initialization ofDouglas Gregor
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith
2011-02-17Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead.NAKAMURA Takumi
2011-02-17Fix whitespace.NAKAMURA Takumi
2010-12-191. Add some ABI information for the Microblaze.Wesley Peck
2010-08-25Split out a header to hold APIs meant for the Sema implementation from Sema.h.John McCall
2010-08-25Remove Sema.h's dependency on DeclCXX.h.John McCall
2010-08-18Generate Attr subclasses with TableGen.Sean Hunt
2010-08-12Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor
2010-02-21Don't emit a warning about a dllimport attribute being used in a typedefTed Kremenek
2010-02-18Also don't warn about force_align_arg_pointer on function typedefs. (This willCharles Davis
2010-02-18Two fixes related to force_align_arg_pointer:Charles Davis
2010-02-17Revert r95939, as suggested by Alexandre Julliard from the Wine project (andCharles Davis
2010-02-16dllimport and dllexport are declspec attributes, too. They're alsoCharles Davis
2010-02-11Warn about using the new force_align_arg_pointer attribute on a functionCharles Davis
2010-02-10Fix a potential null-pointer use, and fix the style of my new function.Charles Davis
2010-02-10Add support for the force_align_arg_pointer attribute. This is an x86-specificCharles Davis
2010-01-10Generalize target weirdness handling having proper layering in mind:Anton Korobeynikov