1. 4c3fd51 Add a testcase for r142121 based on an idea from Richard Smith. Thanks! by Chandler Carruth · 13 years ago
  2. e409238 Remove the leftover partial comment. by David Blaikie · 13 years ago
  3. 176d1d7 I fixed this with r142127; these notes now make sense even w/o the caret. by Chandler Carruth · 13 years ago
  4. a47129e Now that macro expansion notes are real notes and go through the same by Chandler Carruth · 13 years ago
  5. 4ba5565 Now that the structure of this is more reasonably laid out, fix a long by Chandler Carruth · 13 years ago
  6. e0376c0 Add a prefix to the existing test to prepare for more tests of other by Chandler Carruth · 13 years ago
  7. 1aaddf2 Fold two run lines into a single logical one, and move them down below by Chandler Carruth · 13 years ago
  8. 2b54d3d Rename this test to a more general name in preparation for adding more by Chandler Carruth · 13 years ago
  9. d5951cb Add flags for the remaining shift related warnings by Joerg Sonnenberger · 13 years ago
  10. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  11. e1e7862 Place diagnostic group ext_typecheck_decl_incomplete_type under a -W flag. by Ted Kremenek · 13 years ago
  12. 08f35a7 Add -Wlanguage-extension-token option for ext_token_used warning. by Ivan Krasin · 13 years ago
  13. 06d92bf Place diagnostic warn_atomic_property_rule under a -W flag. Fixes <rdar://problem/10230631>. by Ted Kremenek · 13 years ago
  14. d649c57 Place diagnostic warn_ownin_getter_rule under a -W flag. Fixes <rdar://problem/10230626>. by Ted Kremenek · 13 years ago
  15. 3b8b00b Place diagnostic ext_predef_outside_function under a -W flag. Fixes <rdar://problem/10226192>. by Ted Kremenek · 13 years ago
  16. 2a1a89e Revert r141060. We should NEVER add new warnings that aren't guarded by flag. by Ted Kremenek · 13 years ago
  17. 55d78d2 Update testcase for r141053+r141055. by Chad Rosier · 13 years ago
  18. a08529c Fixed exapnsion range for # and ##. by Abramo Bagnara · 13 years ago
  19. 35f37cd Add a warning group for warnings about using C1X features as extensions by Peter Collingbourne · 13 years ago
  20. 64b0cee Add back support for a manually formatted section of the diagnostic by Chandler Carruth · 13 years ago
  21. 56e0311 Add a test for the display of diagnostic options and categories. This by Chandler Carruth · 13 years ago
  22. 4f16342 Add DiagGroups to a couple of warnings. by Matt Beaumont-Gay · 13 years ago
  23. d010982 Place diagnostic warn_ivar_use_hidden under the flag -Wshadow-ivar. by Ted Kremenek · 13 years ago
  24. 8f4fb19 PR10458: Finesse behaviour of C++0x features when in pre-0x mode. Accept for-range and auto with an ExtWarn, and produce a -Wc++0x-compat warning in C++98 mode when auto is used as a storage class. by Richard Smith · 13 years ago
  25. e082af1 Switch the "no module found" default-fatal warning to a default-fatal error. by Douglas Gregor · 13 years ago
  26. f84139a Change err_pp_file_not_found back to an Error; when it's a Warning, we suppress it in system headers. And it is not a good idea to suppress it in system headers. (This was originally changed in r134996 to implement -MG.) by Eli Friedman · 13 years ago
  27. 6aa52ec Introduce support for a simple module import declaration, which by Douglas Gregor · 13 years ago
  28. f1d5948 Fix -ferror-limit= to properly emit notes following the last error by Douglas Gregor · 13 years ago
  29. 579a052 Fix this test which had encoded the typo fixed in r137814. by Chandler Carruth · 13 years ago
  30. 261f5b4 Place err_cfstring_literal_not_string_constant and warn_cfstring_truncated under "-WCFString" flag. by Ted Kremenek · 13 years ago
  31. 42cd50c Place diagnostic warn_stringcompare under the "-Wstring-compare" flag. by Ted Kremenek · 13 years ago
  32. 9d9eef9 Place warnings related to incorrect "main()" declaration under "-Wmain". by Ted Kremenek · 13 years ago
  33. 8ed7253 Add -Wtypename-missing flag for diagnostic warn_typename_missing. by Ted Kremenek · 13 years ago
  34. 8425126 Add diagtool-based test where we enforce that no additional warnings can be added to Clang without a -W flag. by Ted Kremenek · 13 years ago
  35. 7efa0e0 Fix a test case that was intermittently failing. The issue was that instantiations are not stored in an order preserving structure, so the print order may be impacted. Modified test case to do two FileCheck passes to ensure that both instantiations are in the same place. by Richard Trieu · 13 years ago
  36. a26da1a test/Misc/ast-dump-templates.cpp: Disable this temporarily due to unstable output. by NAKAMURA Takumi · 13 years ago
  37. 5cb3d69 Add template instantiations to the output of -ast-dump. by Richard Trieu · 13 years ago
  38. 4e80546 Switch the diagnostic messages about macros to use the terms 'expanded' by Chandler Carruth · 13 years ago
  39. 0673cb3 Apply patch from Richard Trieu to fix PR9548: by Chandler Carruth · 13 years ago
  40. 886ea9b Switch the token-paste source locations inside of function style macro by Chandler Carruth · 13 years ago
  41. c8d1ecc Keep track of which source locations are part of a macro argument by Chandler Carruth · 13 years ago
  42. 8306831 Fix PR9279 - Macro expansion stack trace seriously broken with function-style macros, by not recursively printing notes for other 'instantiated from' notes. by Chris Lattner · 13 years ago
  43. bb6a567 Change the include stack of "instantiated from" notes to fall under the control of f/fno-diagnostics-show-note-include-stack flags. This should help with reducing diagnostic spew from macros instantiations. by Richard Trieu · 13 years ago
  44. c9471b0 Introduce the -fdiagnostics-format=xxx option to control how Clang by Douglas Gregor · 13 years ago
  45. 144bc08 Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837. by Argyrios Kyrtzidis · 13 years ago
  46. 34b8e68 Flip the default for showing include stacks on notes to false. This by Chandler Carruth · 13 years ago
  47. 60be4de FileCheckize this test. by Chandler Carruth · 13 years ago
  48. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 13 years ago
  49. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
  50. 1b2ad2f Revert r114316, -Wunused-value enabled by default was intended. by Argyrios Kyrtzidis · 14 years ago
  51. 6dff228 Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. by Argyrios Kyrtzidis · 14 years ago
  52. c79f767 tests: Use -ffreestanding when including stdint.h, to avoid platform dependencies. by Daniel Dunbar · 14 years ago
  53. 0c42bb6 'const std::type_info*' instead of 'std::type_info const*' by Chris Lattner · 14 years ago
  54. 66cf2d1 print "const intptr_t" instead of "intptr_t const" by Chris Lattner · 14 years ago
  55. 9fde9c4 tests: Use %clangxx when using driver for C++, in case C++ support is disabled. by Daniel Dunbar · 14 years ago
  56. 6614b2d Testcase for r103712. by Chandler Carruth · 14 years ago
  57. 6c1cb99 Introduce a limit on the depth of the macro instantiation backtrace by Douglas Gregor · 14 years ago
  58. 60909e1 add regex support for -verify mode. You can now do things like by Chris Lattner · 14 years ago
  59. ce487ef Fix a bug in caret-line-pruning logic that only happens when we have a by Douglas Gregor · 14 years ago
  60. 55b3884 When diagnosing suspicious precedence or assignments, move the fix-it by Douglas Gregor · 14 years ago
  61. a69fa5f Remove this test. It is causing problems has has relatively little value by Douglas Gregor · 14 years ago
  62. dbf8ee6 Entering the main source file in the preprocessor can fail if the by Douglas Gregor · 14 years ago
  63. a5c6c58 fix a bug in SourceManager::getInstantiationLocSlowCase, where by Chris Lattner · 14 years ago
  64. e44433c Print fix-it hints properly around tabs, from Christian Adåker! by Douglas Gregor · 15 years ago
  65. c165f12 testcase for -ftabstop, patch by Christian Adaker! by Chris Lattner · 15 years ago
  66. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  67. 2b48ed7 Switch this test to use clang-cc. by Daniel Dunbar · 15 years ago
  68. 7bd7165 Update test and CIndex to use -FOO BAR form for -{remap-file,code-completion-at}. by Daniel Dunbar · 15 years ago
  69. 057e567 Extend -remap-file=from;to to permit mapping from a non-existent by Douglas Gregor · 15 years ago
  70. 716f0b3 Introduce a new clang-cc option by Douglas Gregor · 15 years ago
  71. b1295da Remove some redundant tests. by Daniel Dunbar · 15 years ago
  72. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  73. b3bacef Tweak test, with -strict-whitespace $ won't match on Windows because the buffer by Daniel Dunbar · 15 years ago
  74. 06d1072 Workaround a bug exposed by the FileCheckify of message-length.c, the caret end by Daniel Dunbar · 15 years ago
  75. acfd65d convert this to FileCheck, PR5232 by Chris Lattner · 15 years ago
  76. b1d76bd PR4715 by Shantonu Sen · 15 years ago
  77. a0978c2 Fix for PR2386: distinguish between insertion and replacements in the by Eli Friedman · 15 years ago
  78. c95bd4d When word-wrapping, be more defensive about a ridiculously small number of columns. Fixes <rdar://problem/6892178> by Douglas Gregor · 15 years ago
  79. c9c042c adjust this to bourne shell syntax by Chris Lattner · 15 years ago
  80. 037fb7f Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion generates untraceable warnings by Chris Lattner · 15 years ago
  81. 67a16fe rename test by Chris Lattner · 15 years ago
  82. dcef78d Update test case... the location given for this error makes it look by Daniel Dunbar · 15 years ago
  83. 1ef29d2 Fix an infinite loop in diagnostic printing. by Daniel Dunbar · 15 years ago
  84. 47f7177 When printing a source line as part of a diagnostic, the source line by Douglas Gregor · 15 years ago
  85. fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 15 years ago
  86. 3936024 Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean, by Chris Lattner · 15 years ago
  87. 2b07d8f arrange for -Wno-error=foo warnings to be immune to -Werror as by Chris Lattner · 15 years ago
  88. 3fbbfcf add another sanity check for -Werror=xx by Chris Lattner · 15 years ago
  89. 17e681f add a missing && by Chris Lattner · 15 years ago
  90. 92af210 fix a broken test, that passed for the wrong reason. Two wrongs make a right! :) by Chris Lattner · 15 years ago
  91. 27ceb9d Rejigger how -pedantic and -pedantic-errors work and their interaction by Chris Lattner · 15 years ago
  92. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  93. 7c175fb fix PR3798 by ignoring all diagnostics generated while repreprocessing a file in rewrite macros. by Chris Lattner · 15 years ago
  94. 2bc69bd add \n characters to the scratch buffer *before* returned tokens. by Chris Lattner · 15 years ago
  95. f0b26b1 Fix PR3635 by handling ## magically by Chris Lattner · 15 years ago
  96. 05db427 Fix rdar://6562329, a static analyzer crash Ted noticed on by Chris Lattner · 15 years ago
  97. 786e7a1 fix bogus run line. by Chris Lattner · 16 years ago
  98. 9f3d942 Removed option "-parse-ast-check" from clang driver. This is now implemented by Ted Kremenek · 17 years ago
  99. 009e9f7 Build ASTs before relexing the file. This avoids having comment finding mutate the by Chris Lattner · 17 years ago