1. f8c247d Move all of the logic for __DEPRECATED to the driver based on comments by Chandler Carruth · 13 years ago
  2. 1cfe3c3 Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. This by Chandler Carruth · 13 years ago
  3. 50465d1 There were some frustrating problems with the implementation of by Chandler Carruth · 13 years ago
  4. 9a2b9d7 Implement -fshort-enums (rdar://8490496). by Argyrios Kyrtzidis · 14 years ago
  5. c304ba3 Daniel re-educated me about what Alias does and does not do. Turn that off for by Chandler Carruth · 14 years ago
  6. c31176d Use -fno-math-errno by default, and remove the IsMathErrnoDefault by Dan Gohman · 15 years ago
  7. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 15 years ago
  8. 288294f Tests: Fix some bugs in clang_f_opts, options were out of order but it worked by Daniel Dunbar · 15 years ago
  9. 5099b80 Convert the remainder of this test case over to using FileCheck. by Ted Kremenek · 15 years ago
  10. 6feaf57 Make using '-fshort-enums' an error until it is actually implemented (changes the ABI, so it is dangerous to not error out if we don't support it). Fixes <rdar://problem/7461006>. by Ted Kremenek · 15 years ago
  11. 53e8484 Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... variants instead of using llvm::cl::init(true) arguments. by Daniel Dunbar · 15 years ago
  12. 9e5cc6b Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, by Daniel Dunbar · 15 years ago
  13. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  14. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  15. a6fda12 Adding -fshort-wchar option. by John Thompson · 15 years ago
  16. 75eb1d6 PR4016: Forward -fno-show-source-location to clang. by Daniel Dunbar · 15 years ago
  17. 82d0068 Driver: Fix forwarding of -fpascal-strings. by Daniel Dunbar · 15 years ago