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