1. 51d8c52 PR14922: when printing an attribute, use the real syntax of the attribute (GNU, C++11, MS Declspec) instead of hardcoded GNU syntax. by Michael Han · 12 years ago
  2. 7dfd182 First step in implementation of mips16 and nomips16 attributes. by Reed Kotler · 12 years ago
  3. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  4. 8e083e7 Reapply r158700 and fixup patches, minus one hunk that slipped through and by Sean Hunt · 12 years ago
  5. 3532936 Revert r158700 and dependent patches r158716, r158717, and r158731. by Jakob Stoklund Olesen · 12 years ago
  6. bfcb037 Improve the specification of spellings in Attr.td. by Sean Hunt · 12 years ago
  7. 599f1b7 Refactor all the by Rafael Espindola · 12 years ago
  8. 98ae834 Fix an old (2009) FIXME: by Rafael Espindola · 12 years ago
  9. 9b79fc9 Process attributes in the order they appear in the source code. This make clang by Rafael Espindola · 12 years ago
  10. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 13 years ago
  11. f2cee5c Fix compiler warning about && in ||. by Benjamin Kramer · 13 years ago
  12. 9afbfbe Support dllimport and dllexport on x86-64 Windows. PR10978. Patch by Ruben Van Boxem. by Eli Friedman · 13 years ago
  13. 62ec1f2 Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear that this flag must be used only for Microsoft extensions and not emulation; to avoid confusion with the new LangOptions::MicrosoftMode flag. by Francois Pichet · 13 years ago
  14. 768d6ca Keep the source range of attributes. Depends on a llvm tablegen commit. by Argyrios Kyrtzidis · 13 years ago
  15. bcfd1f5 Extend the ASTContext constructor to delay the initialization of by Douglas Gregor · 13 years ago
  16. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago
  17. 0aa2057 Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. by NAKAMURA Takumi · 14 years ago
  18. 125b4cb Fix whitespace. by NAKAMURA Takumi · 14 years ago
  19. 276fdf4 1. Add some ABI information for the Microblaze. by Wesley Peck · 14 years ago
  20. 2d88708 Split out a header to hold APIs meant for the Sema implementation from Sema.h. by John McCall · 14 years ago
  21. 384aff8 Remove Sema.h's dependency on DeclCXX.h. by John McCall · 14 years ago
  22. cf807c4 Generate Attr subclasses with TableGen. by Sean Hunt · 14 years ago
  23. e737f50 Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 14 years ago
  24. 240670c Don't emit a warning about a dllimport attribute being used in a typedef by Ted Kremenek · 15 years ago
  25. e01c063 Also don't warn about force_align_arg_pointer on function typedefs. (This will by Charles Davis · 15 years ago
  26. beaf5ed Two fixes related to force_align_arg_pointer: by Charles Davis · 15 years ago
  27. ab44216 Revert r95939, as suggested by Alexandre Julliard from the Wine project (and by Charles Davis · 15 years ago
  28. f0122fe dllimport and dllexport are declspec attributes, too. They're also by Charles Davis · 15 years ago
  29. b84412f Warn about using the new force_align_arg_pointer attribute on a function by Charles Davis · 15 years ago
  30. 9c00be5 Fix a potential null-pointer use, and fix the style of my new function. by Charles Davis · 15 years ago
  31. 5a0164d Add support for the force_align_arg_pointer attribute. This is an x86-specific by Charles Davis · 15 years ago
  32. 82d0a41 Generalize target weirdness handling having proper layering in mind: by Anton Korobeynikov · 15 years ago