1. 6614b2d Testcase for r103712. by Chandler Carruth · 14 years ago
  2. 6c1cb99 Introduce a limit on the depth of the macro instantiation backtrace by Douglas Gregor · 14 years ago
  3. 60909e1 add regex support for -verify mode. You can now do things like by Chris Lattner · 14 years ago
  4. ce487ef Fix a bug in caret-line-pruning logic that only happens when we have a by Douglas Gregor · 14 years ago
  5. 55b3884 When diagnosing suspicious precedence or assignments, move the fix-it by Douglas Gregor · 14 years ago
  6. a69fa5f Remove this test. It is causing problems has has relatively little value by Douglas Gregor · 14 years ago
  7. dbf8ee6 Entering the main source file in the preprocessor can fail if the by Douglas Gregor · 14 years ago
  8. a5c6c58 fix a bug in SourceManager::getInstantiationLocSlowCase, where by Chris Lattner · 14 years ago
  9. e44433c Print fix-it hints properly around tabs, from Christian Adåker! by Douglas Gregor · 14 years ago
  10. c165f12 testcase for -ftabstop, patch by Christian Adaker! by Chris Lattner · 14 years ago
  11. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  12. 2b48ed7 Switch this test to use clang-cc. by Daniel Dunbar · 15 years ago
  13. 7bd7165 Update test and CIndex to use -FOO BAR form for -{remap-file,code-completion-at}. by Daniel Dunbar · 15 years ago
  14. 057e567 Extend -remap-file=from;to to permit mapping from a non-existent by Douglas Gregor · 15 years ago
  15. 716f0b3 Introduce a new clang-cc option by Douglas Gregor · 15 years ago
  16. b1295da Remove some redundant tests. by Daniel Dunbar · 15 years ago
  17. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  18. b3bacef Tweak test, with -strict-whitespace $ won't match on Windows because the buffer by Daniel Dunbar · 15 years ago
  19. 06d1072 Workaround a bug exposed by the FileCheckify of message-length.c, the caret end by Daniel Dunbar · 15 years ago
  20. acfd65d convert this to FileCheck, PR5232 by Chris Lattner · 15 years ago
  21. b1d76bd PR4715 by Shantonu Sen · 15 years ago
  22. a0978c2 Fix for PR2386: distinguish between insertion and replacements in the by Eli Friedman · 15 years ago
  23. c95bd4d When word-wrapping, be more defensive about a ridiculously small number of columns. Fixes <rdar://problem/6892178> by Douglas Gregor · 15 years ago
  24. c9c042c adjust this to bourne shell syntax by Chris Lattner · 15 years ago
  25. 037fb7f Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion generates untraceable warnings by Chris Lattner · 15 years ago
  26. 67a16fe rename test by Chris Lattner · 15 years ago
  27. dcef78d Update test case... the location given for this error makes it look by Daniel Dunbar · 15 years ago
  28. 1ef29d2 Fix an infinite loop in diagnostic printing. by Daniel Dunbar · 15 years ago
  29. 47f7177 When printing a source line as part of a diagnostic, the source line by Douglas Gregor · 15 years ago
  30. fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 15 years ago
  31. 3936024 Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean, by Chris Lattner · 15 years ago
  32. 2b07d8f arrange for -Wno-error=foo warnings to be immune to -Werror as by Chris Lattner · 15 years ago
  33. 3fbbfcf add another sanity check for -Werror=xx by Chris Lattner · 15 years ago
  34. 17e681f add a missing && by Chris Lattner · 15 years ago
  35. 92af210 fix a broken test, that passed for the wrong reason. Two wrongs make a right! :) by Chris Lattner · 15 years ago
  36. 27ceb9d Rejigger how -pedantic and -pedantic-errors work and their interaction by Chris Lattner · 15 years ago
  37. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  38. 7c175fb fix PR3798 by ignoring all diagnostics generated while repreprocessing a file in rewrite macros. by Chris Lattner · 15 years ago
  39. 2bc69bd add \n characters to the scratch buffer *before* returned tokens. by Chris Lattner · 15 years ago
  40. f0b26b1 Fix PR3635 by handling ## magically by Chris Lattner · 15 years ago
  41. 05db427 Fix rdar://6562329, a static analyzer crash Ted noticed on by Chris Lattner · 15 years ago
  42. 786e7a1 fix bogus run line. by Chris Lattner · 16 years ago
  43. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  44. 009e9f7 Build ASTs before relexing the file. This avoids having comment finding mutate the by Chris Lattner · 17 years ago