- 0049db6 fix PR2357 (#ifs didnt invalidate the multiple-inclusion optimization state) by Nuno Lopes · 16 years ago
- 73b17cd Fix rewriter bug <rdar://problem/5929344> clang ObjC rewriter: "extern int __CFConstantStringClassReference[];" should be extern "C". by Steve Naroff · 16 years ago
- 0c7e805 DO NOT pre-defined __OBJC2__. The __OBJC2__ macro should only be defined when targeting the new, Apple 2.0 *runtime ABI*. It is not intended to be used to #ifdef ObjC 2.0 langauge features. This is unfortunate (given it's name). In a perfect world, this defined would be named __OBJC2_RUNTIME_ABI__. Oh well. by Steve Naroff · 17 years ago
- 63bc035 The awesome GNU "comma elision extension" works with both the standard by Chris Lattner · 17 years ago
- 44cbbb0 Fix typo, improve comment. by Chris Lattner · 17 years ago
- 98ed49f Fix a few more bugs in preprocessor expressions w.r.t. ?:. Now I by Chris Lattner · 17 years ago
- 8ed3044 Neil pointed out that clang doesn't generate ranges from diagnostics by Chris Lattner · 17 years ago
- 9e66ba6 fix a bug handling right associative operators that Neil noticed, hopefully by Chris Lattner · 17 years ago
- 019ef7e ||/&& do not do UAC's either. This silences a bogus warning on #if -1 || 4U. by Chris Lattner · 17 years ago
- 463ec60 Neil points out that commas don't do UACs either. by Chris Lattner · 17 years ago
- 9189156 Fix the rest of PR2279: by Chris Lattner · 17 years ago
- d5214b2 Fix PR2279 part C: shifts don't perform the UACs, thanks to Neil by Chris Lattner · 17 years ago
- 3b69115 fix a nasty bug that Neil identifier in pp-expr parsing (this is PR2279 part D). by Chris Lattner · 17 years ago
- 70f66ab for exponent-related errors, emit the diagnostic on the 'e' or 'p'. by Chris Lattner · 17 years ago
- 0b7f69d when emitting diagnostics about some character in a numeric by Chris Lattner · 17 years ago
- aa39197 simplify ownership of the predefines buffer. by Chris Lattner · 17 years ago
- 339b9c2 class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor. by Ted Kremenek · 17 years ago
- ec6c574 Added "PreprocessorFactory", an interface for lazily creating Preprocessor objects on-demand. by Ted Kremenek · 17 years ago
- 5253c7f Fix typo by Nate Begeman · 17 years ago
- d98d975 Fix PR2220, making diagnostics for unexpected tokens in pp expressions by Chris Lattner · 17 years ago
- b25e5d7 don't diagnose empty source files, thanks Neil! by Chris Lattner · 17 years ago
- 8fa3078 don't read off the front of the buffer. Thanks to Sam for pointing this out. by Chris Lattner · 17 years ago
- 0c29b22 Support MS-specific integer suffixes (i8, i16, i32, i64, i128). by Steve Naroff · 17 years ago
- 35de512 Update to match simplified llvm MemoryBuffer interfaces for files. by Chris Lattner · 17 years ago
- ea301e1 Avoid overflowing buffer, patch by Algeris Kirtzidis! by Chris Lattner · 17 years ago
- 9a4939f Plug a memory leak in the "this macro expands into a single trivially- by Sam Bishop · 17 years ago
- f90a248 move #include to the file that needs it. by Chris Lattner · 17 years ago
- bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago