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