1. d7f915e Initial, rudimentary implementation of operator overloading for binary by Douglas Gregor · 16 years ago
  2. e60e5d3 Parsing, ASTs, and semantic analysis for the declaration of overloaded by Douglas Gregor · 16 years ago
  3. 658b444 Add the remaining C++0x keywords by Douglas Gregor · 16 years ago
  4. 4b269b4 -Add support for cv-qualifiers after function declarators. by Argiris Kirtzidis · 16 years ago
  5. daa5c00 implement a couple fixme's by implementing __extension__ properly. by Chris Lattner · 16 years ago
  6. 5205938 Final phase of converting BlockDecls over to DeclContext. This is unfortunately a largish/complex diff, however it was necessry to pass all the current block tests. by Steve Naroff · 16 years ago
  7. 3276cbc Handle ambiguities between expressions and type-ids that occur inside parentheses, e.g.: by Argiris Kirtzidis · 16 years ago
  8. a095a75 Remove support for BlockExprExpr. For example... by Steve Naroff · 16 years ago
  9. fd5b19d Add parser/action support for block literal expressions. by Steve Naroff · 16 years ago
  10. 7a1e741 Add support for C++'s "type-specifier ( expression-list )" expression: by Argiris Kirtzidis · 16 years ago
  11. a1b6d80 Fix a minor crash-on-invalid. by Eli Friedman · 16 years ago
  12. d37a418 "Remove the 'else' since the code is fallthrough after it." - suggestion by Chris. by Argiris Kirtzidis · 16 years ago
  13. 83dce11 Put (argument)-expression-list parsing in a separate function so that it can be re-used. by Argiris Kirtzidis · 16 years ago
  14. 4963ee4 C++ casts, (static_cast. dynamic_cast, etc.) can have postfix-expression pieces. by Argiris Kirtzidis · 16 years ago
  15. 8f8a52a Move handling of postfix-expression suffixes out of ParseCXXThis and into ParseCastExpression. by Argiris Kirtzidis · 16 years ago
  16. 6990929 rename PreDefinedExpr -> PredefinedExpr by Chris Lattner · 16 years ago
  17. fdde276 Add 'this' in the comments of Parser::ParseCastExpression to indicate that it is handled. by Argiris Kirtzidis · 16 years ago
  18. 680e1d9 Simplify the parser a bit by looking at the next token without consuming it (by Preprocessor::LookNext): by Argiris Kirtzidis · 16 years ago
  19. 9d78433 Add parsing support for C++ classes. by Argiris Kirtzidis · 16 years ago
  20. bfcf477 handle the full assignment-expression grammar when using an by Chris Lattner · 16 years ago
  21. 02d3c73 Don't call into objc front-end when not parsing objc code. This avoids by Chris Lattner · 17 years ago
  22. 44f6d9d Use token lookahead to simplify some code that is rarely executed. by Chris Lattner · 17 years ago
  23. be1a7a0 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Parse/ParseExpr.cpp]
  24. a7447ba add parsing, ast building and pretty printing support for C++ throw expressions. by Chris Lattner · 17 years ago
  25. 6cf9294 Implement support for __extension__ which silences extwarnings in its by Chris Lattner · 17 years ago
  26. c6078c9 Remainder of the __builtin_overload feedback by Nate Begeman · 17 years ago
  27. 8d050af remove an implemented todo by Chris Lattner · 17 years ago
  28. 9f3bfb7 Implement basic overload support via a new builtin, __builtin_overload. by Nate Begeman · 17 years ago
  29. 959e5be Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  30. 464c7f6 Fix an nice and subtle parser bug reported by Nico Weber. by Chris Lattner · 17 years ago
  31. 4855356 Parse "sizeof(arr)[0]" as a sizeof of an expr if arr is an expression. by Chris Lattner · 17 years ago
  32. fb9dd75 by Steve Naroff · 17 years ago
  33. 3676033 Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 17 years ago
  34. 4d7d234 switch more code to use Token::is/isNot where possible. by Chris Lattner · 17 years ago
  35. 37c9c61 this patch accomodates clattner's comments on expression processing in @try-statement. by Fariborz Jahanian · 17 years ago
  36. b82d6ef minor cleanup by Chris Lattner · 17 years ago
  37. 628abf1 Removed a few TODOs on things which are done. by Fariborz Jahanian · 17 years ago
  38. 64b864e Patch to parse objective-c's @try-statement and @throw-statement. by Fariborz Jahanian · 17 years ago
  39. 5cbb02f Rename statement actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  40. 87d58b4 Rename expression actions (from Parse-prefix to ActOn-prefix). by Steve Naroff · 17 years ago
  41. 0acc9c9 by Steve Naroff · 17 years ago
  42. 1e534dc 1. Fix parsing of method prototype involving c-style argument declarations. by Fariborz Jahanian · 17 years ago
  43. f2b0757 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
  44. 4a149b6 don't turn semantic errors into parse errors. by Chris Lattner · 17 years ago
  45. 214cbaf fix some memory leaks when recovering. by Chris Lattner · 17 years ago
  46. 1b6b5be Pass the location of the type. by Chris Lattner · 17 years ago
  47. cb8943a make sure to parse postfix expression suffixes after builtin by Chris Lattner · 17 years ago
  48. 69638b1 add an action callback for __builtin_offsetof by Chris Lattner · 17 years ago
  49. 511c37e Don't remove the grammar construct, just the TODO. by Anders Carlsson · 17 years ago
  50. 3ed8839 Remove objc-string-literal since it's been implemented now. by Anders Carlsson · 17 years ago
  51. a66cad4 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
  52. 93c5301 by Steve Naroff · 17 years ago
  53. 5b52892 by Steve Naroff · 17 years ago
  54. 63bad2d by Steve Naroff · 17 years ago
  55. 4b00965 Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago