1. 831339c Make -Wshift-op-parentheses a subgroup of -Wparentheses by David Blaikie · 12 years ago
  2. 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
  3. 7716a6b Add regression test to check if -Wenum-conversion is a subgroup of -Wconversion. by Ted Kremenek · 12 years ago
  4. 9595c7e Permanently end the whole "pragma got handled by the parser too early" by Eli Friedman · 12 years ago
  5. 3c88301 Update template type diffing to handle qualifiers. Differing qualifiers will by Richard Trieu · 12 years ago
  6. 0738198 Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType by Richard Smith · 12 years ago
  7. 561e3c6 PR13881: Add -Wzero-length-array for zero length array extension, and move it into -Wgnu. by Richard Smith · 12 years ago
  8. 7537945 Promote the warning about extra qualification on a declaration from a by Douglas Gregor · 12 years ago
  9. a406849 Use a "better" unicode character, to avoid buildbot breakage on bots which can print some unicode characters. by Richard Smith · 12 years ago
  10. c7bb384 Make TextDiagnostic more robust against SourceLocations which point into the by Richard Smith · 12 years ago
  11. e5f0588 When a bad UTF-8 encoding or bogus escape sequence is encountered in a by Richard Smith · 12 years ago
  12. c828620 Splitting the duplicated decl spec extension warning into two: one is an ExtWarn and the other a vanilla warning. This addresses PR13705, where const char const * wouldn't warn unless -pedantic was specified under the right conditions. by Aaron Ballman · 12 years ago
  13. bb5185c Fix horrible regression in control of warnings caused by introduction of -Wpedantic. by Ted Kremenek · 12 years ago
  14. 04c3a25 PR13529: Don't crash if the driver sees an unused input file when running as by Richard Smith · 12 years ago
  15. c0a4377 Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem/10987863>. by Ted Kremenek · 12 years ago
  16. eab9d6f Add diagnostics for comma at end of enum and for extra semicolon at namespace by Richard Smith · 12 years ago
  17. 916ea65 Move a bunch of the attribute warnings under the IgnoreAttributes group. Cleaned up test case. by Tanya Lattner · 12 years ago
  18. 0ca4be3 clang/test/Misc/diag-template-diffing-color.cpp: Introduce the feature 'ansi-escape-sequences'. by NAKAMURA Takumi · 12 years ago
  19. 002bb8f TEMPORARY. I will fix this properly shortly. by Tanya Lattner · 12 years ago
  20. a437b84 Enhance 'diagtool list-warnings' to report number of diagnostics covered directly under -Wpedantic, and enhance warning-flags.c test to test that this set does not grow. by Ted Kremenek · 12 years ago
  21. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
  22. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
  23. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
  24. 5fe9b29 Add a warning flag for "'extern' variable has an initializer". by Matt Beaumont-Gay · 12 years ago
  25. 648e763 Fix typos from r159463 and update tests. Added Matt Beaumont-Gay's suggestion by Richard Trieu · 12 years ago
  26. 529cdf4 Update the %diff modifer to have an alternate string print when a template tree by Richard Trieu · 12 years ago
  27. 0851e3b clang/test/Misc/diag-template-diffing-color.cpp: Remove XFAIL:cygwin. Cygwin has some terminal emulation of escape sequences. by NAKAMURA Takumi · 12 years ago
  28. 50badd5 Fix template type diffing coloring (r159216) when forcing color output to a file (not a terminal) by David Blaikie · 12 years ago
  29. 712692e Only print a semicolon after "no known conversion for Nth argument" if there by Matt Beaumont-Gay · 12 years ago
  30. b6ebd44 Add warning flag -Winvalid-pp-token for preprocessing-tokens which have by Richard Smith · 12 years ago
  31. 246b6aa Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 12 years ago
  32. de37628 objc: adds diagnostic group to several old objc warnings. by Fariborz Jahanian · 12 years ago
  33. e742763 [diagtool] Add a new "tree" command to shows warnings activated by a flag. by Jordan Rose · 12 years ago
  34. 9f728cd Minor improvements to some C99 variadic-macro-related diagnostics. by Richard Smith · 12 years ago
  35. 0764573 [diagtool] Write to llvm::outs() by default instead of llvm::errs() by Jordan Rose · 12 years ago
  36. 0d3317e Improve the error message when a function overload candidate is rejected by Kaelyn Uhrain · 12 years ago
  37. b313b34 Add triples to keep make test work on Windows, where wchar_t is only 16 by Richard Trieu · 12 years ago
  38. ca1bed9 Remove unnecessary output redirection in a test. by Richard Trieu · 12 years ago
  39. 8ab09da Moved the StringLiteral printing code from StmtPrinter into the StringLiteral by Richard Trieu · 12 years ago
  40. 6fe6a49 Disable _Pragma during HTML macro rewriting to keep from crashing. by Jordan Rose · 12 years ago
  41. d73ef13 Add pedantic warning -Wempty-translation-unit (C11 6.9p1). by Jordan Rose · 12 years ago
  42. 0832f82 [diagtool] Re-add show-enabled, minimizing the code pulled in from Frontend. by Jordan Rose · 12 years ago
  43. 40e2999 Improve fixit for comparison operator on lhs of bitwise operator. by Nico Weber · 12 years ago
  44. 0a5ca35 [diagtool] Pull show-enabled back out for now. by Jordan Rose · 12 years ago
  45. f11b0f9 [diagtool] Add 'show-enabled', which displays which warnings are enabled. by Jordan Rose · 12 years ago
  46. 4b0e6f1 Move the warnings for extra semi-colons under -Wextra-semi. Also, added by Richard Trieu · 12 years ago
  47. 16afdf7 Fix an assertion hit when the serialized diagnostics writer receive a diagnostic by Argyrios Kyrtzidis · 12 years ago
  48. cab42cd Put the availability warnings in a group. by Rafael Espindola · 12 years ago
  49. 08c88db Place several uncovered warnings under warning flags, and tweak diagnostic output including the term "gc" (in lowercase). by Ted Kremenek · 12 years ago
  50. b46d30f Move warn_cxx0x_right_shift_in_template_arg to CXX11Compat group, from by Douglas Gregor · 12 years ago
  51. 40d8e97 Revert r154981, because it caused PR12674. by Nico Weber · 12 years ago
  52. 3acf764 fix display of source lines with null characters by Seth Cantrell · 12 years ago
  53. 6749dd5 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  54. 9591697 Revert "Nicer display of unprintable source, and fix caret display for non-ascii text" by Seth Cantrell · 12 years ago
  55. 70712b2 fix display of source lines with null characters by Seth Cantrell · 12 years ago
  56. e9a3b76 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 12 years ago
  57. 1050471 Remove the -cc1-level option "-pubnames-dump". Such things should stay by Douglas Gregor · 12 years ago
  58. ff34d40 Implement support for 18 of the GNU-compatible __atomic builtins. by Richard Smith · 12 years ago
  59. 78d5d3b Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately by Ted Kremenek · 12 years ago
  60. 978fc9c Introduce a -cc1-level option -pubnames-dump, which simply dumps the by Douglas Gregor · 12 years ago
  61. 3739b32 Don't include FixIts with a null replacement range. Fixes <rdar://problem/11040133>. by Ted Kremenek · 13 years ago
  62. 9ace587 Add warning flag for '#import is a language extension', -W#import-pedantic. by Ted Kremenek · 13 years ago
  63. 1d23c42 Unpluralize -Wfoo-conversions warnings for consistency. by David Blaikie · 13 years ago
  64. 7d613bf Move int<->pointer conversion warnings behind -Wint-conversions. by Nico Weber · 13 years ago
  65. 16f1f71 Reapply r151638 and r151641. by James Molloy · 13 years ago
  66. 32a9a75 Revert r151638 because it causes assertion hit on PCH creation for Cocoa.h by Argyrios Kyrtzidis · 13 years ago
  67. fbcf040 Correctly track tags and enum members defined in the prototype of a function, and ensure they are properly scoped. by James Molloy · 13 years ago
  68. 0f163e9 Support GCC's bug^Wextension allowing class array members to be initalized by a by Richard Smith · 13 years ago
  69. 684a8e4 Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files. by Dmitri Gribenko · 13 years ago
  70. 34a2c42 Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. by Ted Kremenek · 13 years ago
  71. cf2362b Fix -fmacro-backtrace-limit=0 to show the entire macro backtrace. by Ted Kremenek · 13 years ago
  72. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  73. 244ee7b Pedantic diagnostic correction: in C++, we have integral constant expressions, by Richard Smith · 13 years ago
  74. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  75. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  76. cb7709c PR10828: Produce a warning when a no-arguments function is declared in block by Richard Smith · 13 years ago
  77. d7c56e1 Change the diagnostics which said 'accepted as an extension' to instead say by Richard Smith · 13 years ago
  78. d7f02c6 Let the KNR promotion warning be disabled. by Roman Divacky · 13 years ago
  79. 2a76410 Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives us comparative diagnostics by Ted Kremenek · 13 years ago
  80. 80d39bf Add a warning flag for ext_embedded_directive. gcc considers this undefined by Richard Smith · 13 years ago
  81. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  82. 29f2787 Make changes to SDiagsWriter to make it work in combination with the ARC migrator: by Argyrios Kyrtzidis · 13 years ago
  83. 13eee19 Tweak serialized diagnostics to support errors with no categories. Fixes <rdar://problem/10538300>. by Ted Kremenek · 13 years ago
  84. 122de3e Suggest typo corrections for implicit function declarations. by Hans Wennborg · 13 years ago
  85. 2cbe84d Place "use @dynamic or provide a method implementation" warnings under a -W flag. by Ted Kremenek · 13 years ago
  86. 952538d Fix serialized diagnostics to handle FixIts that only remove text. Fixes <rdar://problem/10473903>. by Ted Kremenek · 13 years ago
  87. 0b69d13 Remove one group'ed warning. by Fariborz Jahanian · 13 years ago
  88. ecb912e Change the checks in the type aka printing. A confusing case where the string by Richard Trieu · 13 years ago
  89. e2d4f4e Fix the signature of the getcontext builtin. Patch by Dimitry Andric. by Rafael Espindola · 13 years ago
  90. 40f6975 libclang/CXLoadedDiagnostic.cpp: Work around not to miss the string terminator on fixit. by NAKAMURA Takumi · 13 years ago
  91. 6edae59 test/Misc/serialized-diags.c: Tweak FileCheck expressions to be tolerant to DOSish output. by NAKAMURA Takumi · 13 years ago
  92. cc1af78 Place 'argument unused during compilation' under a -W flag. Fixes <rdar://problem/10403653>. by Ted Kremenek · 13 years ago
  93. a7e8a83 [serialized diagnostics]: add test cases for serialized diagnostics, including a test case for no issues, multiple issues, and by Ted Kremenek · 13 years ago
  94. b31dd8f Put ext_offsetof_extended_field_designator under the warning flag by Douglas Gregor · 13 years ago
  95. 8da270e Remove test with int128 printing since it breaks on some platforms. by Richard Trieu · 13 years ago
  96. 11cbe2a Add support for printing integer literals of type short, unsigned short, by Richard Trieu · 13 years ago
  97. 9875c60 Switch to a more natural formatting of the macro name printing. by Chandler Carruth · 13 years ago
  98. 66d5ce1 Move about 20 random diagnostics under -W flags. Patch by Ahmed Charles! by Ted Kremenek · 13 years ago
  99. 4c3fd51 Add a testcase for r142121 based on an idea from Richard Smith. Thanks! by Chandler Carruth · 13 years ago
  100. e409238 Remove the leftover partial comment. by David Blaikie · 13 years ago