1. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 14 years ago
  2. 0aa2057 Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. by NAKAMURA Takumi · 14 years ago
  3. 125b4cb Fix whitespace. by NAKAMURA Takumi · 14 years ago
  4. 276fdf4 1. Add some ABI information for the Microblaze. by Wesley Peck · 14 years ago
  5. 2d88708 Split out a header to hold APIs meant for the Sema implementation from Sema.h. by John McCall · 14 years ago
  6. 384aff8 Remove Sema.h's dependency on DeclCXX.h. by John McCall · 14 years ago
  7. cf807c4 Generate Attr subclasses with TableGen. by Sean Hunt · 14 years ago
  8. e737f50 Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 14 years ago
  9. 240670c Don't emit a warning about a dllimport attribute being used in a typedef by Ted Kremenek · 15 years ago
  10. e01c063 Also don't warn about force_align_arg_pointer on function typedefs. (This will by Charles Davis · 15 years ago
  11. beaf5ed Two fixes related to force_align_arg_pointer: by Charles Davis · 15 years ago
  12. ab44216 Revert r95939, as suggested by Alexandre Julliard from the Wine project (and by Charles Davis · 15 years ago
  13. f0122fe dllimport and dllexport are declspec attributes, too. They're also by Charles Davis · 15 years ago
  14. b84412f Warn about using the new force_align_arg_pointer attribute on a function by Charles Davis · 15 years ago
  15. 9c00be5 Fix a potential null-pointer use, and fix the style of my new function. by Charles Davis · 15 years ago
  16. 5a0164d Add support for the force_align_arg_pointer attribute. This is an x86-specific by Charles Davis · 15 years ago
  17. 82d0a41 Generalize target weirdness handling having proper layering in mind: by Anton Korobeynikov · 15 years ago