1. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  2. 04ae2df add push/pop semantics for diagnostics. Patch by Louis Gerbarg! by Chris Lattner · 15 years ago
  3. 6896a37 Fix #pragma GCC system_header by making it insert a virtual linemarker into by Chris Lattner · 15 years ago
  4. a81aae2 rename test by Chris Lattner · 15 years ago
  5. ea9ff8d convert this test to -verify mode. by Chris Lattner · 15 years ago
  6. 3ee211f Fix PR2741 by making our newline tracking be aware of newlines that by Chris Lattner · 15 years ago
  7. 1b63e4f Sink the BuiltinInfo object from ASTContext into the by Chris Lattner · 15 years ago
  8. 148772a implement and document a new __has_feature and __has_builtin magic by Chris Lattner · 15 years ago
  9. 3e753e2 PR4288: Make -dD (dump macros with preprocessed source) play nicely with by Eli Friedman · 15 years ago
  10. 2a1c363 PR4283: Don't truncate multibyte character constants in the preprocessor. by Eli Friedman · 15 years ago
  11. 8c0d8a2 update test for r72519 by Chris Lattner · 15 years ago
  12. cfcceab Make the bad paste diagnostic print the entire pasted token. by Eli Friedman · 15 years ago
  13. 3240469 Fix a couple of bugs: by Chris Lattner · 15 years ago
  14. c5b7e8d fix this test to fail when the patch isn't applied. by Chris Lattner · 15 years ago
  15. 4c3ba6c Make sure an invalid concatentaion doesn't insert whitespace before by Eli Friedman · 15 years ago
  16. c25d805 In assembler-with-cpp mode, don't error on '#' (stringize) operator applied to by Daniel Dunbar · 15 years ago
  17. 3265a42 PR3942: Don't warn on unsigned overflow in preprocessor expressions. by Eli Friedman · 15 years ago
  18. 766703b Fix rdar://6880630 - # in _Pragma does not start a preprocessor directive. by Chris Lattner · 15 years ago
  19. 6fd34f9 convert test to use -verify by Chris Lattner · 15 years ago
  20. 0a1a0ec rename test by Chris Lattner · 15 years ago
  21. 9fc9e77 When we expect two arguments but have zero, make sure to add by Chris Lattner · 15 years ago
  22. 3ac7904 Handle -march for the LLVM recognized cpu names. by Daniel Dunbar · 15 years ago
  23. 17ca363 More x86 target feature support. by Daniel Dunbar · 15 years ago
  24. 686a21b Fix the testcase for PR4132. by Eli Friedman · 15 years ago
  25. d9b856f Fix for PR4132: make sure to insert whitespace consistently before a by Eli Friedman · 15 years ago
  26. e5393fb PR4063, with feeling: Chain PP callbacks by default. by Daniel Dunbar · 15 years ago
  27. 0a70c64 PR4063: Fix dependency generation with -E. by Daniel Dunbar · 15 years ago
  28. eb32fde Simplify the scheme used for keywords, and change the classification by Eli Friedman · 15 years ago
  29. d0359af Change our silencing of C typedef redefinition handling to what we had by Chris Lattner · 15 years ago
  30. 04ad9b2 make -Wtypedef-redefinition an extwarn instead of defaulting by Chris Lattner · 15 years ago
  31. a864cf7 fix rdar://6816766 - Crash with function-like macro test at end of directive. by Chris Lattner · 15 years ago
  32. e1614bb apply Eli's patch to fix PR4008, with a testcase. Thanks Eli! by Chris Lattner · 15 years ago
  33. 97e2de1 fix the second half of PR4006 and rdar://6807000 by treating by Chris Lattner · 15 years ago
  34. 5b912d9 Fix PR4007: clang doesn't know -Werror-foo is the same as -Werror=foo by Chris Lattner · 15 years ago
  35. 4d8aac3 Warn about uses of #pragma STDC FENV_ACCESS ON, since we don't by Chris Lattner · 15 years ago
  36. 6c5cf4a diagnose invalid syntax of STDC pragmas. by Chris Lattner · 15 years ago
  37. f545be5 reject invalid stuff in the STDC namespace. by Chris Lattner · 15 years ago
  38. 062f232 stub out STDC #pragmas. by Chris Lattner · 15 years ago
  39. af7cdf4 basic support for -Wunknown-pragmas, more coming. by Chris Lattner · 15 years ago
  40. 332ee08 move token paste poisoning diagnostics to after the instantiation loc by Chris Lattner · 15 years ago
  41. 6efcef5 pick a smaller header, one that we control to test this. by Chris Lattner · 15 years ago
  42. 7b6dbc6 rename test for consistency with other pragma test. by Chris Lattner · 15 years ago
  43. bf60445 merge pragma poison tests into one file with -verify mode. by Chris Lattner · 15 years ago
  44. db56df6 merge two tests by Chris Lattner · 15 years ago
  45. b5e9cb4 convert to -verify mode. by Chris Lattner · 15 years ago
  46. 8fde597 Fix PR4006, incorrect handling of __VA_ARGS__ when it was the first token by Chris Lattner · 15 years ago
  47. f5db8f8 fix rdar://6804322 by wiring up -fdollars-in-identifiers by Chris Lattner · 15 years ago
  48. c39c3d4 convert to -verify mode. by Chris Lattner · 15 years ago
  49. dff070f Fix PR3917: the location of a #line directive is the location of the first _. by Chris Lattner · 15 years ago
  50. dc8c90d more fun with line markers: the digit string is required to be interpreted by Chris Lattner · 15 years ago
  51. 5c497a8 fix PR3927 by being more careful about the pp test for identifier. by Chris Lattner · 15 years ago
  52. bc81682 second half of PR3940: #line requires simple digit sequence. by Chris Lattner · 15 years ago
  53. d92fa47 this is really just a recommendation, not a requirement. by Chris Lattner · 15 years ago
  54. 6272bcf enforce requirements imposed by C90 6.8 TC1, fixing PR3919. by Chris Lattner · 15 years ago
  55. 8fe00e7 Fix PR3938 by taking into account C99 6.10p4. by Chris Lattner · 15 years ago
  56. ae7cbf1 convert test to -verify style. by Chris Lattner · 15 years ago
  57. 0a4f1b9 Substantially restructure function-like macro argument parsing. by Chris Lattner · 15 years ago
  58. 9cb51ce Fix two problems from PR3916, and one problem I noticed while hacking by Chris Lattner · 15 years ago
  59. 58e91d5 implement PR3940: #line numbers not fully checked by Chris Lattner · 15 years ago
  60. ab82f41 #line is allowed to have macros that expand to nothing after them. by Chris Lattner · 15 years ago
  61. 32b0675 tweak redefinition of a typedef a bit to fix a couple of problems: by Chris Lattner · 15 years ago
  62. d82df3a Implement support for GCC's -dD mode, which dumps -E output *and* by Chris Lattner · 15 years ago
  63. 4fa37ac use doug's new %S thing to make this work when run from different locations. by Chris Lattner · 15 years ago
  64. 748dd20 Force triple for these tests. by Daniel Dunbar · 15 years ago
  65. fd10511 finish the implementation of -imacros. The driver still needs to be hooked up. by Chris Lattner · 15 years ago
  66. 3bbc753 More fixes to builtin preprocessor defines. by Daniel Dunbar · 15 years ago
  67. 9fd0b1f Set __PIC__ (more) correctly. by Daniel Dunbar · 15 years ago
  68. ef88e58 Fix broken test case. I have no idea why this ever worked. by Anders Carlsson · 15 years ago
  69. 82fc0cb Use %s in test, not hard coded name. by Daniel Dunbar · 15 years ago
  70. 0b51415 implement rdar://6762183. I'm not sure if it is more insane that by Chris Lattner · 15 years ago
  71. 4ca076f Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are passed to the compiler. by Anders Carlsson · 15 years ago
  72. 0b5b0da Pull clang-cc code for generating PTH files based on the input type. by Daniel Dunbar · 15 years ago
  73. 4fcb4cd fix PR3880, fixing a comma swallowing bug handling macros that only take by Chris Lattner · 15 years ago
  74. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  75. f1538de The individual pieces of an invalid paste as still candidates for expansion. by Chris Lattner · 15 years ago
  76. 01c499d Fix include-pth.c test case to (hopefully) more resilient to where and how tests by Ted Kremenek · 15 years ago
  77. 600cfab Add test case for '-include-pth'. by Ted Kremenek · 15 years ago
  78. e966d9a add tests for the various .S bugs I fixed on wednesday. by Chris Lattner · 15 years ago
  79. 15154b4 rename this test from .S to .c so that it gets run. by Chris Lattner · 15 years ago
  80. 688a248 fix PR3764 - A redefinition of a pre-processor macro fails by Chris Lattner · 15 years ago
  81. c3c489e convert this to use -verify. by Chris Lattner · 15 years ago
  82. 5a7a848 rename test by Chris Lattner · 15 years ago
  83. b627c8d #import is not considered an extension for ObjC. by Chris Lattner · 15 years ago
  84. c8fbd44 fix PR3579: __LINE__ expands to the presumed location of the by Chris Lattner · 15 years ago
  85. e7fb484 track "just a little more" location information for macro instantiations. by Chris Lattner · 15 years ago
  86. 3855b9a Fix limits.h for linux, as glibc does a #include_next unless by Mike Stump · 15 years ago
  87. f73903a Add an implementation of -dM that follows GCC closely enough to permit by Chris Lattner · 16 years ago
  88. c8f2d9a smaller header. by Chris Lattner · 16 years ago
  89. be5c64d Fix PR3464 by searching for headers from the predefines by Chris Lattner · 16 years ago
  90. d62ef1a Ok, we need a system header for this test to pass in the clang/test directory as well as from the pp directory. by Chris Lattner · 16 years ago
  91. cd22f81 fix test by Chris Lattner · 16 years ago
  92. df23f2b rename again by Chris Lattner · 16 years ago
  93. 72650ad rename some tests by Chris Lattner · 16 years ago
  94. 4da9f9c include smaller header for test. by Chris Lattner · 16 years ago
  95. 137b6a6 Implement handling of file entry/exit notifications from GNU by Chris Lattner · 16 years ago
  96. bd16209 # 42 doesn't change system header state either, add test. by Chris Lattner · 16 years ago
  97. 6b30667 make getFileCharacteristic linetable aware. line markers that by Chris Lattner · 16 years ago
  98. 953b4b0 Add simple #line directive test. by Chris Lattner · 16 years ago
  99. 4c9a166 add testcase for PR3437 and r63405 by Chris Lattner · 16 years ago
  100. b9c3f96 Introduce a new PresumedLoc class to represent the concept of a location by Chris Lattner · 16 years ago