summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse
Commit message (Expand)AuthorAgeFilesLines
* Default argument cleanups and minor improvements, patch byChris Lattner2008-04-121-7/+0
* AST generation for objc2's property declarations.Fariborz Jahanian2008-04-111-14/+3
* Minor changes per Chris L's review.Fariborz Jahanian2008-04-111-1/+2
* Patch for:Fariborz Jahanian2008-04-102-8/+6
* reduce the amount of 'C++ magic' this code depends on :)Chris Lattner2008-04-101-2/+2
* refactor Parser::ParseStructDeclaration to return a vector of uninterpreted Chris Lattner2008-04-102-31/+66
* Simplify lifetime of location object.Chris Lattner2008-04-101-6/+6
* Several improvements from Doug Gregor related to defaultChris Lattner2008-04-101-1/+2
* Add support for C++ default arguments, and rework Parse-Sema Chris Lattner2008-04-082-23/+46
* Have Parser::FuzzyParseMicrosoftAsmStatement() return the null statement (';'). Steve Naroff2008-04-071-1/+1
* move sorting of qualifying protocols from the parser intoChris Lattner2008-04-071-15/+1
* move a semantic check out of the parser into sema.Chris Lattner2008-04-061-13/+0
* now that identifier list parsing is split out, simplify handling ofChris Lattner2008-04-061-111/+102
* reject 'int test(x, x) int x; {}'Chris Lattner2008-04-061-0/+1
* reject 'typedef int y; int test(x, y)'.Chris Lattner2008-04-061-1/+5
* simplify Parser::ParseFunctionDeclaratorIdentifierListChris Lattner2008-04-061-24/+15
* split parsing of identifier lists in function declarators out intoChris Lattner2008-04-061-48/+74
* minor simplificationChris Lattner2008-04-061-4/+2
* finish up throw parsing.Chris Lattner2008-04-061-7/+15
* split code for handling grouping parens in declarators from code thatChris Lattner2008-04-061-54/+64
* another minor simplificationChris Lattner2008-04-061-3/+1
* Use token lookahead to simplify some code that is rarely executed.Chris Lattner2008-04-062-50/+10
* Fix handling of implicit int, resolving PR2012 and reverting (andChris Lattner2008-04-052-21/+15
* Step #1 to fixing PR2012: c89 allows declspecs to be completely Chris Lattner2008-04-051-4/+17
* Two changes to Sema::LookupDecl() interface. Steve Naroff2008-04-021-1/+1
* clean up property memory allocation to move it into the ast classesChris Lattner2008-03-171-2/+2
* minor cleanups, make getNumInstanceMethods always return unsigned.Chris Lattner2008-03-161-2/+1
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-1512-0/+6993
OpenPOWER on IntegriCloud