summaryrefslogtreecommitdiffstats
path: root/clang/Parse/ParseExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-1081/+0
* add parsing, ast building and pretty printing support for C++ throw expressions.Chris Lattner2008-02-261-0/+7
* Implement support for __extension__ which silences extwarnings in its Chris Lattner2008-02-021-2/+12
* Remainder of the __builtin_overload feedbackNate Begeman2008-01-311-6/+0
* remove an implemented todoChris Lattner2008-01-251-2/+1
* Implement basic overload support via a new builtin, __builtin_overload.Nate Begeman2008-01-171-0/+40
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fix an nice and subtle parser bug reported by Nico Weber.Chris Lattner2007-12-181-2/+2
* Parse "sizeof(arr)[0]" as a sizeof of an expr if arr Chris Lattner2007-11-131-2/+6
* Fix a parser bug with message expressions - need to call ParsePostfixExpressi...Steve Naroff2007-10-151-3/+4
* Add code generation and sema checking for __builtin_va_arg.Anders Carlsson2007-10-151-6/+10
* switch more code to use Token::is/isNot where possible.Chris Lattner2007-10-091-31/+29
* this patch accomodates clattner's comments on expression processing in @try-s...Fariborz Jahanian2007-10-041-1/+1
* minor cleanupChris Lattner2007-10-031-8/+7
* Removed a few TODOs on things which are done.Fariborz Jahanian2007-09-261-3/+3
* Patch to parse objective-c's @try-statement and @throw-statement.Fariborz Jahanian2007-09-191-1/+16
* Rename statement actions (from Parse-prefix to ActOn-prefix).Steve Naroff2007-09-161-5/+5
* Rename expression actions (from Parse-prefix to ActOn-prefix).Steve Naroff2007-09-161-18/+18
* Start converting Action methods from Parse-prefix to ActOn-prefix.Steve Naroff2007-09-151-3/+3
* 1. Fix parsing of method prototype involving c-style argument declarations.Fariborz Jahanian2007-09-051-5/+7
* Fix a bug/missing-feature Ted noticed: the 'unused' warning should notChris Lattner2007-08-311-3/+2
* don't turn semantic errors into parse errors.Chris Lattner2007-08-311-9/+13
* fix some memory leaks when recovering.Chris Lattner2007-08-311-3/+18
* Pass the location of the type.Chris Lattner2007-08-301-1/+2
* make sure to parse postfix expression suffixes after builtinChris Lattner2007-08-301-7/+10
* add an action callback for __builtin_offsetofChris Lattner2007-08-301-12/+38
* Don't remove the grammar construct, just the TODO.Anders Carlsson2007-08-211-0/+1
* Remove objc-string-literal since it's been implemented now.Anders Carlsson2007-08-211-1/+0
* Implement parsing and code generation of Objective-C string literals.Anders Carlsson2007-08-211-0/+2
* Implement __builtin_choose_expr.Steve Naroff2007-08-031-7/+23
* - Finish hooking up support for __builtin_types_compatible_p().Steve Naroff2007-08-011-3/+8
* Add AST/Sema support for __builtin_types_compatible_p (a GNU extension).Steve Naroff2007-08-011-2/+2
* implement ast building and trivial semantic analysis of stmt exprs.Chris Lattner2007-07-241-4/+8
* Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__Anders Carlsson2007-07-211-1/+1
* improve and simplify error recovery for calls, fix a crash when diagnosingChris Lattner2007-07-211-6/+3
* At one point there were going to be lexer and parser tokens.Chris Lattner2007-07-201-6/+6
* Work towards fixing crasher with compound literals...Steve Naroff2007-07-191-1/+2
* Submitted by: Bill WendlingBill Wendling2007-06-291-0/+4
* Submitted by: Bill WendlingBill Wendling2007-06-281-2/+1
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-4/+3
* implement full sema support for the GCC address-of-label extension.Chris Lattner2007-05-281-6/+5
* Fix a problem where a semantic error confused error recovery to the pointChris Lattner2007-05-211-3/+6
* Bug #:Steve Naroff2007-04-261-0/+4
* Bug #:Steve Naroff2007-03-231-1/+1
* Bug #:Steve Naroff2007-03-141-1/+1
* Bug #:Steve Naroff2007-03-061-112/+1
* Bug #:Steve Naroff2007-03-031-7/+112
* Batch search/replace snafu (inadvertantly changed IntegerConstant->StringLite...Steve Naroff2007-02-211-2/+2
* rename IntegerConstant->IntegerLiteralSteve Naroff2007-02-211-2/+2
* C++: Added support for bool types.Bill Wendling2007-02-131-0/+5
OpenPOWER on IntegriCloud