Age | Commit message (Expand) | Author |
2008-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |
2008-03-13 | improve DeclStmt to be able to store SourceRange info correctly. | Chris Lattner |
2008-02-25 | convert tabs to spaces, patch by Mike Stump! | Chris Lattner |
2008-02-21 | Collect and build and process type attributes on pointers. For | Chris Lattner |
2008-02-11 | Several cleanups surrounding Parser::ParseAsmStatement() and Parser::FuzzyPar... | Steve Naroff |
2008-02-11 | Move policy on unnamed fields (a Microsoft extension) from Parser::ParseStruc... | Steve Naroff |
2008-02-11 | Move Microsoft __declspec hack from the parser to the preprocessor. Since we ... | Steve Naroff |
2008-02-10 | Fix PR1999, by emitting a hard error only if an argument declarator is comple... | Chris Lattner |
2008-02-07 | - Add support for fuzzy parsing line-oriented __asm's (yuck). | Steve Naroff |
2008-02-07 | Minor cleanup from yesterday's -fms-extension commit. Move __int* MS keywords... | Steve Naroff |
2008-02-07 | Implement -fms-extensions. This allows us to fuzzy parse non-standard MS cons... | Steve Naroff |
2008-01-31 | Fix PR1965: missing diagnostics for parameters that are missing | Chris Lattner |
2008-01-25 | Add more support for Apple's "private extern" extension... | Steve Naroff |
2008-01-04 | Added a comment, minor refactoring of foreach parsing code per Chris's sugges... | Fariborz Jahanian |
2008-01-04 | Minor changes as suggested by Chris L. | Fariborz Jahanian |
2008-01-03 | Patch to parse/build AST ObjC2's foreach statement. | Fariborz Jahanian |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-12-18 | Add __private_extern__ keyword and recognize it. Added a FIXME to indicate th... | Steve Naroff |
2007-12-12 | move function to a more logical location, add its grammar productions. | Chris Lattner |
2007-12-12 | simplify some code. | Chris Lattner |
2007-12-11 | Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now | Ted Kremenek |
2007-11-15 | Handle "bool" in all places that touch _Bool. | Chris Lattner |
2007-11-13 | Give AST-walk passes a way to access DeclSpec attributes on functions and | Nate Begeman |
2007-10-31 | More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.) | Fariborz Jahanian |
2007-10-30 | More support for rewriting ObjC intefaces. Still some edge cases to handle... | Steve Naroff |
2007-10-29 | This commit contains lot's of small tweaks to how we pass around and store So... | Steve Naroff |
2007-10-29 | The callers of ParseStructDeclaration are not expecting it to | Chris Lattner |
2007-10-11 | Patch to create protocol conforming class types. | Fariborz Jahanian |
2007-10-10 | Remove Scope argument from ObjC actions that either don't need it or can now ... | Steve Naroff |
2007-10-09 | switch some more of the parser over to using Token::is and isNot | Chris Lattner |
2007-10-05 | This is the first patch toward supporting protocol conforming | Fariborz Jahanian |
2007-09-29 | Removed use of hash table for class decls and do a name look up directly. | Fariborz Jahanian |
2007-09-15 | Start converting Action methods from Parse-prefix to ActOn-prefix. | Steve Naroff |
2007-09-14 | Rename Action::ParseRecordBody() to ProcessFieldDecls(), and add a visibility... | Steve Naroff |
2007-09-12 | Fix the following bug submitted by Ted Kremenek: | Steve Naroff |
2007-09-05 | Start implementing Actions interface for ObjC classes, instance variables, an... | Steve Naroff |
2007-08-28 | Tweak declaration... | Steve Naroff |
2007-08-28 | Implement more thoughful error recovery when dealing with bogus declarator ty... | Steve Naroff |
2007-08-27 | C++ allows empty enum list. | Chris Lattner |
2007-08-26 | Break the assumption that any sort of scope (e.g. a loop scope) can | Chris Lattner |
2007-08-25 | refactor enough of the top-level parsing logic to parse and | Chris Lattner |
2007-08-22 | With this commit, we now successfully parse "Cocoa.h"! | Steve Naroff |
2007-08-21 | Tweak error recovery for missing semicolon after decl. For this: | Chris Lattner |
2007-08-20 | Added Parser::ParseStructDeclaration() as a result of refactoring Parser::Par... | Steve Naroff |
2007-08-09 | minor cleanups | Chris Lattner |
2007-08-09 | __attribute__ starts a declspec. | Chris Lattner |
2007-08-02 | Tidy up Parser::ParseTypeofSpecifier()...implement FIXME and minor restructure. | Steve Naroff |
2007-07-31 | Tighten up Parser::ParseTypeofSpecifier(). | Steve Naroff |
2007-07-31 | Add parsing and AST support for GNU "typeof". | Steve Naroff |
2007-07-25 | Fix a couple of bugs, add some new cool stuff. | Chris Lattner |