| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fold Parser::ParseTag into Parser::ParseEnumSpecifier, as suggested in this p... | Argyrios Kyrtzidis | 2008-09-11 | 1 | -48/+39 |
| * | Support "typeof unary-expression" (GNU C++ extension). | Argyrios Kyrtzidis | 2008-09-05 | 1 | -4/+22 |
| * | Fix Parser::ParseDeclaratorInternal(): add langopts test when recognizing blo... | Steve Naroff | 2008-08-28 | 1 | -2/+2 |
| * | First wave of changes to support "blocks" (an extension to C). | Steve Naroff | 2008-08-27 | 1 | -7/+12 |
| * | Set the SourceRange ending of DeclSpec, when Parser::ParseTypeofSpecifier fin... | Argyrios Kyrtzidis | 2008-08-16 | 1 | -0/+1 |
| * | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -0/+1 |
| * | Implement support for the 'wchar_t' C++ type. | Argyrios Kyrtzidis | 2008-08-09 | 1 | -0/+6 |
| * | Move AsmLabel into Declarator instead of just a parameter to | Daniel Dunbar | 2008-08-05 | 1 | -4/+4 |
| * | Add more Parser/Sema support for GCC asm-label extension. | Daniel Dunbar | 2008-08-05 | 1 | -5/+11 |
| * | Wherever a type is used/returned from the Action module, use TypeTy instead o... | Argyrios Kyrtzidis | 2008-08-01 | 1 | -1/+1 |
| * | pull protocol resolution out into ActOnStartProtocolInterface. | Chris Lattner | 2008-07-26 | 1 | -11/+2 |
| * | simplify some code. | Chris Lattner | 2008-07-26 | 1 | -2/+2 |
| * | < only starts a declspec in objc mode. | Chris Lattner | 2008-07-26 | 1 | -2/+3 |
| * | remove fixed fixme | Chris Lattner | 2008-07-26 | 1 | -1/+0 |
| * | make DeclSpec manage its own protocol qualifier list memory instead of having | Chris Lattner | 2008-07-26 | 1 | -8/+6 |
| * | Fix hte next wave of problems with protocol qualified ID: | Chris Lattner | 2008-07-26 | 1 | -38/+54 |
| * | improve handling of the horrible GCC objc extension that treats "<foo>" | Chris Lattner | 2008-07-26 | 1 | -7/+15 |
| * | minor cleanup to the actions interface to pass around SmallVectorImpl instead | Chris Lattner | 2008-07-21 | 1 | -2/+5 |
| * | add parser and sema support for the funny ObjC '@defs' thing. | Chris Lattner | 2008-06-21 | 1 | -13/+34 |
| * | Support "<p>" as a short-hand for "id<p>". Here's a comment from GCC (the onl... | Steve Naroff | 2008-06-05 | 1 | -1/+21 |
| * | -Implement proper name lookup for namespaces. | Argyrios Kyrtzidis | 2008-05-09 | 1 | -1/+2 |
| * | This patch adds very basic support for parsing and type-checking class | Douglas Gregor | 2008-04-13 | 1 | -38/+2 |
| * | This patch is just the easy part of the class names patch, which | Chris Lattner | 2008-04-13 | 1 | -5/+11 |
| * | Default argument cleanups and minor improvements, patch by | Chris Lattner | 2008-04-12 | 1 | -7/+0 |
| * | Patch for: | Fariborz Jahanian | 2008-04-10 | 1 | -1/+1 |
| * | reduce the amount of 'C++ magic' this code depends on :) | Chris Lattner | 2008-04-10 | 1 | -2/+2 |
| * | refactor Parser::ParseStructDeclaration to return a vector of uninterpreted | Chris Lattner | 2008-04-10 | 1 | -20/+30 |
| * | Simplify lifetime of location object. | Chris Lattner | 2008-04-10 | 1 | -6/+6 |
| * | Several improvements from Doug Gregor related to default | Chris Lattner | 2008-04-10 | 1 | -1/+2 |
| * | Add support for C++ default arguments, and rework Parse-Sema | Chris Lattner | 2008-04-08 | 1 | -18/+34 |
| * | move a semantic check out of the parser into sema. | Chris Lattner | 2008-04-06 | 1 | -13/+0 |
| * | now that identifier list parsing is split out, simplify handling of | Chris Lattner | 2008-04-06 | 1 | -111/+102 |
| * | reject 'int test(x, x) int x; {}' | Chris Lattner | 2008-04-06 | 1 | -0/+1 |
| * | reject 'typedef int y; int test(x, y)'. | Chris Lattner | 2008-04-06 | 1 | -1/+5 |
| * | simplify Parser::ParseFunctionDeclaratorIdentifierList | Chris Lattner | 2008-04-06 | 1 | -24/+15 |
| * | split parsing of identifier lists in function declarators out into | Chris Lattner | 2008-04-06 | 1 | -48/+74 |
| * | split code for handling grouping parens in declarators from code that | Chris Lattner | 2008-04-06 | 1 | -54/+64 |
| * | another minor simplification | Chris Lattner | 2008-04-06 | 1 | -3/+1 |
| * | Use token lookahead to simplify some code that is rarely executed. | Chris Lattner | 2008-04-06 | 1 | -14/+10 |
| * | Fix handling of implicit int, resolving PR2012 and reverting (and | Chris Lattner | 2008-04-05 | 1 | -20/+14 |
| * | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+1540 |