- c30ebfb extwarn about decls intermixed with code in c89 mode. by Chris Lattner · 17 years ago
- 45a566c implement a fixme: __extension__ marker on decls in compound stmts. by Chris Lattner · 17 years ago
- 2215325 Fix test/Parser/if-scope-*.c. Patch by Neil Booth! by Chris Lattner · 17 years ago
- 31e0572 Break the assumption that any sort of scope (e.g. a loop scope) can by Chris Lattner · 17 years ago
- bae3511 read and ignore the body of a namespace. by Chris Lattner · 17 years ago
- 8f08cb7 refactor enough of the top-level parsing logic to parse and by Chris Lattner · 17 years ago
- f726175 C++ explicitly allows an empty source file. by Chris Lattner · 17 years ago
- 527fe23 by Steve Naroff · 17 years ago
- 861cf3e by Steve Naroff · 17 years ago
- 4988ae3 As suggested by Chris, use MatchRHSPunctuation instead of manually looking for a right parenthesis when parsing @encode() and @protocol(). by Anders Carlsson · 17 years ago
- 29b2cb1 Parse ObjC @protocol expressions. by Anders Carlsson · 17 years ago
- 4fa7afd by Steve Naroff · 17 years ago
- 7ef58fd by Steve Naroff · 17 years ago
- 4985ace by Steve Naroff · 17 years ago
- 294494e by Steve Naroff · 17 years ago
- f9bcf01 Parse @encode expressions. by Anders Carlsson · 17 years ago
- 697e15f update todo markers by Chris Lattner · 17 years ago
- 3848440 optimize scope push/pop to avoid work in the common case. by Chris Lattner · 17 years ago
- 0ecea03 Fix the scoping issue Neil pointed out for the rest of by Chris Lattner · 17 years ago
- a36ce71 Fix a nasty C99 scope issue that Neil pointed out (for ifs) by Chris Lattner · 17 years ago
- ddbff78 Implement parsing for objc instance variables. by Steve Naroff · 17 years ago
- 5dac7f6 Don't remove the grammar construct, just the TODO. by Anders Carlsson · 17 years ago
- ed44238 Tweak error recovery for missing semicolon after decl. For this: by Chris Lattner · 17 years ago
- c52056a Remove objc-string-literal since it's been implemented now. by Anders Carlsson · 17 years ago
- 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
- 28a7ca8 by Steve Naroff · 17 years ago
- dac269b by Steve Naroff · 17 years ago
- c301815 add support for a top-level __extension__ marker, implementing a todo. by Chris Lattner · 18 years ago
- 1ef0876 minor cleanups by Chris Lattner · 18 years ago
- d6c7c18 __attribute__ starts a declspec. by Chris Lattner · 18 years ago
- d04fdd5 by Steve Naroff · 18 years ago
- 9dfa7b4 by Steve Naroff · 18 years ago
- 363bcff by Steve Naroff · 18 years ago
- d34e915 by Steve Naroff · 18 years ago
- 2cb64ec by Steve Naroff · 18 years ago
- d1861fd by Steve Naroff · 18 years ago
- e80a59c Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 18 years ago
- 012cf46 Fix a comment, patch by Kevin Andre! by Chris Lattner · 18 years ago
- ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 18 years ago
- c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 18 years ago
- 95cfb85 Catch goto's with a missing identifier, patch by Neil Booth. by Chris Lattner · 18 years ago
- 2274266 Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__ by Anders Carlsson · 18 years ago
- 2ff5426 improve and simplify error recovery for calls, fix a crash when diagnosing by Chris Lattner · 18 years ago
- d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 18 years ago
- 4aa88f8 by Steve Naroff · 18 years ago
- 6c36be5 Add initial switch stmt support, patch by Anders Carlsson! by Chris Lattner · 18 years ago
- 9e344c6 Make parser scope cache be a member of the parser instead of a global, by Chris Lattner · 18 years ago
- 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 18 years ago