1. eed55e6 After issuing a diagnostic for undefining or redefining a builtin macro, by Richard Smith · 12 years ago
  2. da89105 Update template diffing to handle template arguments that are declarations. by Richard Trieu · 12 years ago
  3. 026cd1a Add regression test for serialized diagnostics for notes without locations. by Ted Kremenek · 12 years ago
  4. 4216ee1 AST dumping: dump template instantiations only once by Dmitri Gribenko · 12 years ago
  5. 6d4f734 StmtPrinter: Write large char values using \u or \U. by Jordan Rose · 12 years ago
  6. 4a19052 AST dumping: indicate the previous declaration for a redeclaration, and by Richard Smith · 12 years ago
  7. f499b34 When comparing two template template arguments in the template differ, consider by Richard Trieu · 12 years ago
  8. e8d4119 Add indents to AST dumping and removed parenthesis from AST nodes. by Richard Trieu · 12 years ago
  9. 1166723 When comparing two templates in the template differ, consider them the by Douglas Gregor · 12 years ago
  10. f6e74a3 Diagnostics: if a line is longer than 4096 characters, don't print it. by Jordan Rose · 12 years ago
  11. 877761c Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back by Richard Trieu · 12 years ago
  12. 1a1b3ab clang/test/Misc/diag-template-diffing-color.cpp: Symbolize color sequences in FileCheck. by NAKAMURA Takumi · 12 years ago
  13. 4e4d7ce clang/test/Misc/ast-dump-color.cpp: Symbolize color sequences in FileCheck. by NAKAMURA Takumi · 12 years ago
  14. 6723472 Fix test case by being more lenient on what to accept as a path name. by Richard Trieu · 12 years ago
  15. 7ba443a Highlight various parts of the AST dump with color. Colors are controlled by by Richard Trieu · 12 years ago
  16. de72f10 Add missing InGroup for this warning. by Nick Lewycky · 12 years ago
  17. bcac91a Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclaration. by Nick Lewycky · 12 years ago
  18. cdbe1e0 Format strings: don't ever convert %+d to %lu. by Jordan Rose · 12 years ago
  19. 87b73ba Suppress all -Wunused-value warnings from macro body expansions. by Matt Beaumont-Gay · 12 years ago
  20. acd356e Dump comments in -ast-dump. http://llvm-reviews.chandlerc.com/D269 by Alexander Kornienko · 12 years ago
  21. 3c4e481 add a triple by Rafael Espindola · 12 years ago
  22. c3cd2b0 Implement Attr dumping for -ast-dump. http://llvm-reviews.chandlerc.com/D234 by Alexander Kornienko · 12 years ago
  23. 3351536 Use a safe default width for template-diff'ing integral arguments, in by Douglas Gregor · 12 years ago
  24. 6c3e180 clang/test/Misc/ast-dump-decl.c: Add triple. __thread is not supported on all targets. by NAKAMURA Takumi · 12 years ago
  25. 5b9268f Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then by Richard Smith · 12 years ago
  26. d538ed9 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 12 years ago
  27. 1850ac6 Fix a crash in diagnostic printing when a template class type is diff'ed by Eli Friedman · 12 years ago
  28. a490670 test/Misc/dev-fd-fs.c: Mark this as XFAIL:freebsd (since r169831). by NAKAMURA Takumi · 12 years ago
  29. adff43a More conservative fix for <rdar://problem/12847524> (a crash printing diagnostic ranges). by Eli Friedman · 12 years ago
  30. 5bdbc11 Revert 170049 because it fails with an assertion on one of the spec2000 workloads. by Nadav Rotem · 12 years ago
  31. 27fa236 Initial support for FreeBSD on ARM. Patch by Andrew Turner. by Rafael Espindola · 12 years ago
  32. 0fdcd1e More hacking on mapDiagnosticRanges to make it handle more cases. by Eli Friedman · 12 years ago
  33. 9867eba More workarounds for PR10867. by Richard Smith · 12 years ago
  34. 5b10af7 PR14049: Don't say "expanded from macro 'foo'" when 'foo' just happens to be by Richard Smith · 12 years ago
  35. 19c8ce0 Try to make the source location information for token pastes a bit more consistent. by Eli Friedman · 12 years ago
  36. ecdc8d3 Fix the computation of highlight ranges so we produce something sane when by Eli Friedman · 12 years ago
  37. acf3612 Frontend: Create a virtual file for named pipe inputs. by Daniel Dunbar · 12 years ago
  38. 39ad0f0 SemaCXX: an enumeral type can be of character or boolean type in a C++11 enum class. Make sure we create a literal of the right type. by Benjamin Kramer · 12 years ago
  39. 0278f1b tests: Mark the /dev/fd test as requiring Darwin until I can test on other OSes. by Daniel Dunbar · 12 years ago
  40. 5564e6c tests: Check that we can output to /dev/fd filesystem. by Daniel Dunbar · 12 years ago
  41. 0b95bd0 tests: Add a test for reading from named pipes. by Daniel Dunbar · 12 years ago
  42. 924d5c9 Make template diffing handle integral expressions of various widths correctly. by Eli Friedman · 12 years ago
  43. 62221b1 Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for by Richard Smith · 12 years ago
  44. 4f056ac LiteralSupport: Don't overflow the temporary buffer when decoding invalid string parts. by Benjamin Kramer · 12 years ago
  45. 8fcdea5 Add -Wmismatched-return-types flag for existing warning on conflicting return types. by Ted Kremenek · 12 years ago
  46. eaa6b12 Add -Wmismatched-parameter-types flag for existing warning on conflicting parameter types. by Ted Kremenek · 12 years ago
  47. cb7b45e Create helper functions in StmtDumper for outputting the indentation, newlines, and brackets. by Manuel Klimek · 12 years ago
  48. 191db6d only truncate source lines in text diagnostics when by Seth Cantrell · 12 years ago
  49. eaa5a2b fix bug in SourceColumnMap::startOfPreviousColumn by Seth Cantrell · 12 years ago
  50. 9cb1c3d Add a proper algorithm to compute accurate source ranges for diagnostics with by Eli Friedman · 12 years ago
  51. 19ebeb7 Add missing diagnostic group to format string warning. by Eli Friedman · 12 years ago
  52. 80a8eb7 Tweak wording and add diagnostic groups to misc diagnostics. by Eli Friedman · 12 years ago
  53. 54c4545 Fix the template type diffing to handle integral template arguments. by Richard Trieu · 12 years ago
  54. 399f2c4 add test for r167063 by Seth Cantrell · 12 years ago
  55. e6c3458 Remove ccc-no-clang-cpp, which is also dead now. by Rafael Espindola · 12 years ago
  56. 82c6dc7 Handle string encoding diagnostics when there are too many invalid ranges. by David Blaikie · 12 years ago
  57. d2d4d68 In the past "production" clang builds would not be used for c++, and by Rafael Espindola · 12 years ago
  58. 5bffbe5 improve highlighting of invalid string encodings by Seth Cantrell · 12 years ago
  59. 34f8597 tests: Tweak unprintable.c to try another character which is hopefully even more by Daniel Dunbar · 12 years ago
  60. 986819a Update warning-flag test by Douglas Gregor · 12 years ago
  61. c6cd9af Revert r166647 to rethink the patch... by Bill Wendling · 12 years ago
  62. a0b9ce0 Add some support for diagnosing possibly mismatched constraint, type size and by Bill Wendling · 12 years ago
  63. 8e8fb3b Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. by Andy Gibbs · 12 years ago
  64. bea52da Adds couple of missing warning flags so warnings can be turned by Fariborz Jahanian · 12 years ago
  65. 831339c Make -Wshift-op-parentheses a subgroup of -Wparentheses by David Blaikie · 12 years ago
  66. 238b6a9 The clang driver has a fairly fancy support for executing gcc instead of by Rafael Espindola · 12 years ago
  67. 7716a6b Add regression test to check if -Wenum-conversion is a subgroup of -Wconversion. by Ted Kremenek · 12 years ago
  68. 9595c7e Permanently end the whole "pragma got handled by the parser too early" by Eli Friedman · 12 years ago
  69. 3c88301 Update template type diffing to handle qualifiers. Differing qualifiers will by Richard Trieu · 12 years ago
  70. 0738198 Teach Type::getAs<TemplateSpecializationType> that a TemplateSpecializationType by Richard Smith · 12 years ago
  71. 561e3c6 PR13881: Add -Wzero-length-array for zero length array extension, and move it into -Wgnu. by Richard Smith · 12 years ago
  72. 7537945 Promote the warning about extra qualification on a declaration from a by Douglas Gregor · 12 years ago
  73. a406849 Use a "better" unicode character, to avoid buildbot breakage on bots which can print some unicode characters. by Richard Smith · 12 years ago
  74. c7bb384 Make TextDiagnostic more robust against SourceLocations which point into the by Richard Smith · 12 years ago
  75. e5f0588 When a bad UTF-8 encoding or bogus escape sequence is encountered in a by Richard Smith · 12 years ago
  76. 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
  77. bb5185c Fix horrible regression in control of warnings caused by introduction of -Wpedantic. by Ted Kremenek · 12 years ago
  78. 04c3a25 PR13529: Don't crash if the driver sees an unused input file when running as by Richard Smith · 12 years ago
  79. c0a4377 Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem/10987863>. by Ted Kremenek · 12 years ago
  80. eab9d6f Add diagnostics for comma at end of enum and for extra semicolon at namespace by Richard Smith · 12 years ago
  81. 916ea65 Move a bunch of the attribute warnings under the IgnoreAttributes group. Cleaned up test case. by Tanya Lattner · 12 years ago
  82. 0ca4be3 clang/test/Misc/diag-template-diffing-color.cpp: Introduce the feature 'ansi-escape-sequences'. by NAKAMURA Takumi · 12 years ago
  83. 002bb8f TEMPORARY. I will fix this properly shortly. by Tanya Lattner · 12 years ago
  84. 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
  85. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
  86. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
  87. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
  88. 5fe9b29 Add a warning flag for "'extern' variable has an initializer". by Matt Beaumont-Gay · 12 years ago
  89. 648e763 Fix typos from r159463 and update tests. Added Matt Beaumont-Gay's suggestion by Richard Trieu · 12 years ago
  90. 529cdf4 Update the %diff modifer to have an alternate string print when a template tree by Richard Trieu · 12 years ago
  91. 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
  92. 50badd5 Fix template type diffing coloring (r159216) when forcing color output to a file (not a terminal) by David Blaikie · 12 years ago
  93. 712692e Only print a semicolon after "no known conversion for Nth argument" if there by Matt Beaumont-Gay · 12 years ago
  94. b6ebd44 Add warning flag -Winvalid-pp-token for preprocessing-tokens which have by Richard Smith · 12 years ago
  95. 246b6aa Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 12 years ago
  96. de37628 objc: adds diagnostic group to several old objc warnings. by Fariborz Jahanian · 12 years ago
  97. e742763 [diagtool] Add a new "tree" command to shows warnings activated by a flag. by Jordan Rose · 12 years ago
  98. 9f728cd Minor improvements to some C99 variadic-macro-related diagnostics. by Richard Smith · 12 years ago
  99. 0764573 [diagtool] Write to llvm::outs() by default instead of llvm::errs() by Jordan Rose · 12 years ago
  100. 0d3317e Improve the error message when a function overload candidate is rejected by Kaelyn Uhrain · 12 years ago