summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseInit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Kick out the proof-of-concept ASTOwner and replace it with ASTOwningResultSebastian Redl2008-12-091-3/+3
* Consistently use smart pointers for stmt and expr nodes in parser local varia...Sebastian Redl2008-12-091-16/+15
* Use RAII objects to ensure proper destruction of expression and statement AST...Sebastian Redl2008-11-251-8/+8
* Fix <rdar://problem/6150376> [sema] crash on invalid message send.Steve Naroff2008-11-191-3/+6
* Fix PR3001: if we have an error parsing an initializer, make sure to removeChris Lattner2008-11-031-2/+10
* pass designators into sema. This completes parser-level designatorChris Lattner2008-10-261-10/+11
* implement some more FIXMEs, by rejecting more bogus stuff inChris Lattner2008-10-261-4/+25
* add some simple designator testcases. Reject things like this:Chris Lattner2008-10-261-6/+10
* improve comments, build array and array range designator nodes, Chris Lattner2008-10-261-7/+23
* improve comments, build a Designation for field designators andChris Lattner2008-10-261-9/+26
* restructure ParseInitializerWithPotentialDesignator to make itChris Lattner2008-10-261-76/+75
* improve MayBeDesignationStart to do the entire determination Chris Lattner2008-10-261-17/+12
* inline the decision logic that chooses between an assign expr and braceChris Lattner2008-10-261-8/+4
* This patch continues parser-level implementation of designators:Chris Lattner2008-10-261-23/+41
* minor cleanupsChris Lattner2008-10-261-3/+5
* Simplify the parser a bit by looking at the next token without consuming it (...Argyrios Kyrtzidis2008-07-091-7/+6
* handle the full assignment-expression grammar when using an Chris Lattner2008-06-021-5/+4
* Two improvements to initializer parsing:Chris Lattner2008-04-201-5/+19
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+227
OpenPOWER on IntegriCloud