1. 8047f17 Revert the unused TST_pixel entry from r95335 as it is not listed in the Sema by Chandler Carruth · 14 years ago
  2. 82287d1 First stage of adding AltiVec support by John Thompson · 14 years ago
  3. ddf889a Improve source-location information for builtin TypeLocs, from Enea by Douglas Gregor · 15 years ago
  4. 0efc2c1 Reimplement constructor declarator parsing to cope with template-ids by Douglas Gregor · 15 years ago
  5. 9f61aa9 Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave by Jeffrey Yasskin · 15 years ago
  6. 314b97f Improve parsing of template arguments to lay the foundation for by Douglas Gregor · 15 years ago
  7. 2ac6723 Parse C++0x constexpr. Test case follows when this does something useful. by Sebastian Redl · 15 years ago
  8. 3f9a056 Introduce a new class, UnqualifiedId, that provides a parsed by Douglas Gregor · 15 years ago
  9. e3a535b Move DeclSpec::setProtocolQualifiers() out of line. by Argyrios Kyrtzidis · 15 years ago
  10. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  11. 82bf010 Keep track of the right paren ')' source location in a function declarator. by Argyrios Kyrtzidis · 15 years ago
  12. 67d1a67 First pass at friend semantics. by John McCall · 15 years ago
  13. fec5401 Refactor methods on DeclSpec to take a diagnostic& parameter, and reflect this by John McCall · 15 years ago
  14. 32d335e Templatize BadSpecifier and introduce DeclSpec::getSpecifier(T) for the by John McCall · 15 years ago
  15. f5c209d Basic support for C++0x unicode types. Support for literals will follow in an incremental patch by Alisdair Meredith · 15 years ago
  16. e89d159 Implement enough of the 'auto' keyword so we can claim to support N2546. by Anders Carlsson · 15 years ago
  17. 3cc9726 Disallow exception specs on typedefs. by Sebastian Redl · 15 years ago
  18. ef65f06 Reject incomplete types in exception specs. by Sebastian Redl · 15 years ago
  19. 402abb5 When we parse a tag specifier, keep track of whether that tag by Douglas Gregor · 15 years ago
  20. f47f7a1 Add parsing of friend specifiers. by Anders Carlsson · 15 years ago
  21. 7dc8134 Have the parser communicate the exception specification to the action. by Sebastian Redl · 15 years ago
  22. 63054b3 Add more thorough/correct checking for invalid __thread specifiers. by Eli Friedman · 15 years ago
  23. 9b3064b Add code modification hints to various parsing-related diagnostics. by Douglas Gregor · 15 years ago
  24. b28317a Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for a by Chris Lattner · 15 years ago
  25. 3507369 Simplify CXXScopeSpec a lot. No more weird SmallVector-like hacks here by Douglas Gregor · 15 years ago
  26. e4e5b05 Introduce a representation for types that we referred to via a by Douglas Gregor · 15 years ago
  27. 2a327d1 cleanup by Chris Lattner · 15 years ago
  28. 965acbb Allow "overloadable" functions in C to be declared as variadic without by Douglas Gregor · 15 years ago
  29. 1a51b4a Make Sema::getTypeName return the opaque pointer of a QualType rather by Douglas Gregor · 15 years ago
  30. ddc29e1 Semantic checking for class template declarations and by Douglas Gregor · 15 years ago
  31. 500d329 move library-specific diagnostic headers into library private dirs. Reduce by Chris Lattner · 16 years ago
  32. 20c6b3b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 16 years ago
  33. 5af2f35 Optimize Declarator to avoid malloc/free traffic for the argument list of a by Chris Lattner · 16 years ago
  34. 4920f1f Implement support for anonymous structs and unions in C. Both C and by Douglas Gregor · 16 years ago
  35. a4ed0d8 Diagnose declarations that don't declare anything, and fix PR3020. by Sebastian Redl · 16 years ago
  36. 254be6a remove some more old Diag methods, replace with a single static helper function by Chris Lattner · 16 years ago
  37. 0a14eee This reworks some of the Diagnostic interfaces a bit to change how diagnostics by Chris Lattner · 16 years ago
  38. 2383b7f Change the diagnostics interface to take an array of pointers to by Chris Lattner · 16 years ago
  39. 669d5d7 Implement parsing and semantic checking of the 'mutable' keyword. by Sebastian Redl · 16 years ago
  40. b48fe38 Add support for parsing and representing C++ constructor declarations. by Douglas Gregor · 16 years ago
  41. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  42. e4858a6 More #include cleaning by Daniel Dunbar · 16 years ago
  43. 64c438a Implement support for the 'wchar_t' C++ type. by Argyrios Kyrtzidis · 16 years ago
  44. 39caa08 Wherever a type is used/returned from the Action module, use TypeTy instead of DeclTy or void. by Argyrios Kyrtzidis · 16 years ago
  45. d420433 One more test checkin. by Mike Stump · 16 years ago
  46. 99dc914 This patch is just the easy part of the class names patch, which by Chris Lattner · 16 years ago
  47. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from Parse/DeclSpec.cpp]
  48. 96715ae by Steve Naroff · 16 years ago
  49. 9532414 by Steve Naroff · 16 years ago
  50. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  51. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  52. 2efcd2f improve VC++ compatibility, patch by Cédric Venet. by Chris Lattner · 17 years ago
  53. d1861fd by Steve Naroff · 17 years ago
  54. e80a59c Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago
  55. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago