| Commit message (Expand) | Author | Age | Files | Lines |
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -647/+0 |
* | A much better fix for http://llvm.org/bugs/show_bug.cgi?id=1987. | Steve Naroff | 2008-02-14 | 1 | -3/+14 |
* | Allow the parser to detect invalid DeclSpec's. This fixes http://llvm.org/bug... | Steve Naroff | 2008-02-12 | 1 | -1/+4 |
* | Put back the top-level asm code; all tests pass now. | Anders Carlsson | 2008-02-08 | 1 | -9/+14 |
* | Back out 46855 for now, it causes test failures on Darwin. | Anders Carlsson | 2008-02-08 | 1 | -12/+10 |
* | Handle top-level asm declarations. | Anders Carlsson | 2008-02-07 | 1 | -10/+12 |
* | Fix a fixme, by only parsing extern "C" in C++ mode. | Chris Lattner | 2008-01-12 | 1 | -2/+1 |
* | Add first pieces of support for parsing and representing | Chris Lattner | 2008-01-12 | 1 | -0/+9 |
* | Substituted all instances of the string "Objc" for "ObjC". This fixes | Ted Kremenek | 2008-01-07 | 1 | -16/+16 |
* | New declarations/defs for Objc2's foreach-statement. This is work in progress. | Fariborz Jahanian | 2008-01-02 | 1 | -0/+1 |
* | Issue diagnostic when objective-c's @interface is preceeded by a type specifier. | Fariborz Jahanian | 2008-01-02 | 1 | -0/+3 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | - Use Tok.isObjCAtKeyword instead of Tok.getIdentifierInfo()->getObjCKeyword... | Chris Lattner | 2007-12-27 | 1 | -2/+6 |
* | TargetInfo no longer includes a reference to SourceManager. | Ted Kremenek | 2007-12-12 | 1 | -1/+1 |
* | Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now | Ted Kremenek | 2007-12-11 | 1 | -1/+1 |
* | Yesterday, I simplified how we stream top-level decls. | Steve Naroff | 2007-11-29 | 1 | -3/+5 |
* | Several fixes/simplifications surrounding how we stream top-level decl AST's. | Steve Naroff | 2007-11-28 | 1 | -5/+3 |
* | Store inline asm code in the AST. | Anders Carlsson | 2007-11-20 | 1 | -3/+5 |
* | Rewrite method definition bodies. Also renamed a method to distinguish betwee... | Steve Naroff | 2007-11-13 | 1 | -1/+1 |
* | Replace 3 method definition functions (ObjcParseMethodDefinition, ParseObjCIn... | Steve Naroff | 2007-11-11 | 1 | -45/+1 |
* | This is the last 5% of the solution to teaching Sema::ActOnInstanceMessage() ... | Steve Naroff | 2007-11-11 | 1 | -1/+0 |
* | Represent method definitions as separate AST nodes. Pretty print will come next. | Fariborz Jahanian | 2007-11-10 | 1 | -10/+20 |
* | Some code clean up in the form of name changes for functions which | Fariborz Jahanian | 2007-11-09 | 1 | -5/+7 |
* | First patch toward rewriting of method definitions. This is work in progress. | Fariborz Jahanian | 2007-11-08 | 1 | -2/+27 |
* | Refactored parsing of main function body for reuse by objective-c methods. | Fariborz Jahanian | 2007-11-08 | 1 | -15/+1 |
* | More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.) | Fariborz Jahanian | 2007-10-31 | 1 | -1/+1 |
* | resolve a fixme, by moving __builtin_va_list to a more logical | Chris Lattner | 2007-10-10 | 1 | -19/+0 |
* | Make sure methods with no return type default to "id". | Steve Naroff | 2007-10-09 | 1 | -2/+3 |
* | avoid a noop virtual method call on the hot scope poping path. | Chris Lattner | 2007-10-09 | 1 | -2/+4 |
* | Add two new Token helper functions, "is" and "isNot". This allows us to write | Chris Lattner | 2007-10-09 | 1 | -23/+23 |
* | rename some "Parse" actions to "ActOn". Move code around in | Chris Lattner | 2007-10-09 | 1 | -16/+16 |
* | Patch for method implementation. It populates ObjcImplementationDecl object w... | Fariborz Jahanian | 2007-09-27 | 1 | -0/+1 |
* | Start converting Action methods from Parse-prefix to ActOn-prefix. | Steve Naroff | 2007-09-15 | 1 | -2/+2 |
* | Fix the following bug submitted by Ted Kremenek: | Steve Naroff | 2007-09-12 | 1 | -1/+1 |
* | Some small tweaks to the recent Objc support... | Steve Naroff | 2007-09-10 | 1 | -2/+2 |
* | The goal of this commit is to get just enough Sema support to recognize Objec... | Steve Naroff | 2007-09-06 | 1 | -0/+1 |
* | Author: F. Jahanian | Fariborz Jahanian | 2007-08-31 | 1 | -0/+12 |
* | cleanup context-sensitive objc keyword recognition. Patch by Fariborz Jahanian. | Chris Lattner | 2007-08-29 | 1 | -0/+11 |
* | Break the assumption that any sort of scope (e.g. a loop scope) can | Chris Lattner | 2007-08-26 | 1 | -5/+4 |
* | read and ignore the body of a namespace. | Chris Lattner | 2007-08-25 | 1 | -1/+1 |
* | refactor enough of the top-level parsing logic to parse and | Chris Lattner | 2007-08-25 | 1 | -0/+1 |
* | C++ explicitly allows an empty source file. | Chris Lattner | 2007-08-25 | 1 | -1/+2 |
* | - Cleanup "hack" comment and fix typos. | Steve Naroff | 2007-08-23 | 1 | -2/+2 |
* | Add support for parsing protocols. | Steve Naroff | 2007-08-22 | 1 | -2/+2 |
* | update todo markers | Chris Lattner | 2007-08-22 | 1 | -3/+3 |
* | Start parsing ObjC classes/categories! | Steve Naroff | 2007-08-20 | 1 | -0/+7 |
* | add support for a top-level __extension__ marker, implementing a todo. | Chris Lattner | 2007-08-10 | 1 | -3/+10 |
* | Fix a comment, patch by Kevin Andre! | Chris Lattner | 2007-07-24 | 1 | -1/+1 |
* | Make parser scope cache be a member of the parser instead of a global, | Chris Lattner | 2007-07-15 | 1 | -17/+10 |
* | Finally bite the bullet and make the major change: split the clang namespace | Chris Lattner | 2007-06-15 | 1 | -2/+2 |