1. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  2. a75a92d Remove unnecessary -fms-extensions=0 from tests (this command line syntax is going away). by Daniel Dunbar · 15 years ago
  3. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  4. b3eca29 Disabling some MS extensions which cause these tests to fail by John Thompson · 15 years ago
  5. d0359af Change our silencing of C typedef redefinition handling to what we had by Chris Lattner · 15 years ago
  6. 04ad9b2 make -Wtypedef-redefinition an extwarn instead of defaulting by Chris Lattner · 15 years ago
  7. dff070f Fix PR3917: the location of a #line directive is the location of the first _. by Chris Lattner · 15 years ago
  8. dc8c90d more fun with line markers: the digit string is required to be interpreted by Chris Lattner · 15 years ago
  9. bc81682 second half of PR3940: #line requires simple digit sequence. by Chris Lattner · 15 years ago
  10. 58e91d5 implement PR3940: #line numbers not fully checked by Chris Lattner · 15 years ago
  11. ab82f41 #line is allowed to have macros that expand to nothing after them. by Chris Lattner · 15 years ago
  12. 32b0675 tweak redefinition of a typedef a bit to fix a couple of problems: by Chris Lattner · 15 years ago
  13. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  14. 137b6a6 Implement handling of file entry/exit notifications from GNU by Chris Lattner · 15 years ago
  15. bd16209 # 42 doesn't change system header state either, add test. by Chris Lattner · 15 years ago
  16. 6b30667 make getFileCharacteristic linetable aware. line markers that by Chris Lattner · 15 years ago
  17. 953b4b0 Add simple #line directive test. by Chris Lattner · 15 years ago
  18. 478a18e add parsing and constraint enforcement for GNU line marker directives. by Chris Lattner · 15 years ago
  19. 8e60a29 add another sanity test. by Chris Lattner · 15 years ago
  20. 359cc44 parse and enforce required constraints on #line directives. Right now by Chris Lattner · 15 years ago