1. 5ce45c7 Fix an edge case in the template differ with default arguments. by Benjamin Kramer · 11 years ago
  2. 89e3274 clang-cl: print diagnostics as "error(clang): foo" in /fallback mode by Hans Wennborg · 11 years ago
  3. 5f33c37 Add specific warning flags for GNU ext in Sema. by Eli Friedman · 11 years ago
  4. d068607 Tablegen now generates a StringSwitch for attributes containing enumeration arguments to map strings to the proper enumeration value. This makes error checking more consistent and reduces the amount of hand-written code required. by Aaron Ballman · 11 years ago
  5. c8e9b1a Commit 190296 missed out the tests; add them now. Note that it actually tests by David Tweed · 11 years ago
  6. 0aae289 ASTDumper: fix dump of CXXCatchStmt by Pavel Labath · 11 years ago
  7. bdf3341 Add a diagnostic group for the "ignoring (static|inline) keyword on by Peter Collingbourne · 11 years ago
  8. bb6b5e4 Mention in AST dump whether a class declaration is a definition. by Richard Smith · 11 years ago
  9. 92d09fc This test passes on freebsd after r188178. Not exactly sure why. by Benjamin Kramer · 11 years ago
  10. 931a4fe Fix FileCheck --check-prefix lines. by Tim Northover · 11 years ago
  11. 34f3bcf Partially revert r186903. by Eli Friedman · 11 years ago
  12. 6931b4d Move friend warning into CXX11 warning group. by Eli Friedman · 11 years ago
  13. b3da613 Integers which are too large should be an error. by Eli Friedman · 11 years ago
  14. 03bf10d If a default argument is a dependent type, get the real type from the desugared by Richard Trieu · 11 years ago
  15. 23849e4 clang/test/Misc/permissions.cpp: Suppress this on MSYS with the feature 'shell-preserves-root'. by NAKAMURA Takumi · 11 years ago
  16. 70e7aec Use llvm::sys::fs::createUniqueFile. by Rafael Espindola · 11 years ago
  17. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  18. 104f96b Delete dead code. by Eli Friedman · 11 years ago
  19. b07d448 Warn on va_start() when called with a reference parameter. by Nico Weber · 11 years ago
  20. 0a74a4c In -ast-dump, only dump comments when dumping the actual Decl to which they by Richard Smith · 11 years ago
  21. c077dbe AST dumping: if a declaration has an uncomputed or uninstantiated exception specification, include that in the dump. by Richard Smith · 11 years ago
  22. 17828ca Provide operator<< for stream output of DeclarationNames by David Blaikie · 11 years ago
  23. 28b34d8 Fix crash on invalid in template type diffing. by Richard Trieu · 11 years ago
  24. 91efca0 documenttion parsing. Provide a c-index test by Fariborz Jahanian · 11 years ago
  25. 622bb4a document parsing. When a sub-class (c++ Objective-C) missing by Fariborz Jahanian · 11 years ago
  26. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 11 years ago
  27. 231dbd2 Add triple to another test. by Richard Smith · 12 years ago
  28. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 12 years ago
  29. 709caea Do not assume the template argument is an integer only because the by Richard Trieu · 12 years ago
  30. fa3d275 Fix a crasher in Template Diffing. by Richard Trieu · 12 years ago
  31. 625785d Fix a crasher in Template Diffing. by Richard Trieu · 12 years ago
  32. 060fe33 Strip off local qualifiers when converting from RecordType to by Richard Trieu · 12 years ago
  33. 8ff563c Fix DeclRefExpr::getFoundDecl() for usages by reference. by Daniel Jasper · 12 years ago
  34. c7f8116 Add missing diagnostic for a nested-name-specifier on a free-standing type definition. Bump some related diagnostics from warning to extension in C++, since they're errors there. Add some missing checks for function specifiers on non-function declarations. by Richard Smith · 12 years ago
  35. 70e82dc Improve template diffing handling of default integer values. by Richard Trieu · 12 years ago
  36. 7f99d5c [PR15513/<rdar://problem/13409707>] Template arguments in diagnostics aren't always known at compile time. by Douglas Gregor · 12 years ago
  37. 365bc03 Test for LLVM r176911 by Matt Beaumont-Gay · 12 years ago
  38. eed55e6 After issuing a diagnostic for undefining or redefining a builtin macro, by Richard Smith · 12 years ago
  39. da89105 Update template diffing to handle template arguments that are declarations. by Richard Trieu · 12 years ago
  40. 026cd1a Add regression test for serialized diagnostics for notes without locations. by Ted Kremenek · 12 years ago
  41. 4216ee1 AST dumping: dump template instantiations only once by Dmitri Gribenko · 12 years ago
  42. 6d4f734 StmtPrinter: Write large char values using \u or \U. by Jordan Rose · 12 years ago
  43. 4a19052 AST dumping: indicate the previous declaration for a redeclaration, and by Richard Smith · 12 years ago
  44. f499b34 When comparing two template template arguments in the template differ, consider by Richard Trieu · 12 years ago
  45. e8d4119 Add indents to AST dumping and removed parenthesis from AST nodes. by Richard Trieu · 12 years ago
  46. 1166723 When comparing two templates in the template differ, consider them the by Douglas Gregor · 12 years ago
  47. f6e74a3 Diagnostics: if a line is longer than 4096 characters, don't print it. by Jordan Rose · 12 years ago
  48. 877761c Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back by Richard Trieu · 12 years ago
  49. 1a1b3ab clang/test/Misc/diag-template-diffing-color.cpp: Symbolize color sequences in FileCheck. by NAKAMURA Takumi · 12 years ago
  50. 4e4d7ce clang/test/Misc/ast-dump-color.cpp: Symbolize color sequences in FileCheck. by NAKAMURA Takumi · 12 years ago
  51. 6723472 Fix test case by being more lenient on what to accept as a path name. by Richard Trieu · 12 years ago
  52. 7ba443a Highlight various parts of the AST dump with color. Colors are controlled by by Richard Trieu · 12 years ago
  53. de72f10 Add missing InGroup for this warning. by Nick Lewycky · 12 years ago
  54. bcac91a Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclaration. by Nick Lewycky · 12 years ago
  55. cdbe1e0 Format strings: don't ever convert %+d to %lu. by Jordan Rose · 12 years ago
  56. 87b73ba Suppress all -Wunused-value warnings from macro body expansions. by Matt Beaumont-Gay · 12 years ago
  57. acd356e Dump comments in -ast-dump. http://llvm-reviews.chandlerc.com/D269 by Alexander Kornienko · 12 years ago
  58. 3c4e481 add a triple by Rafael Espindola · 12 years ago
  59. c3cd2b0 Implement Attr dumping for -ast-dump. http://llvm-reviews.chandlerc.com/D234 by Alexander Kornienko · 12 years ago
  60. 3351536 Use a safe default width for template-diff'ing integral arguments, in by Douglas Gregor · 12 years ago
  61. 6c3e180 clang/test/Misc/ast-dump-decl.c: Add triple. __thread is not supported on all targets. by NAKAMURA Takumi · 12 years ago
  62. 5b9268f Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then by Richard Smith · 12 years ago
  63. d538ed9 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 12 years ago
  64. 1850ac6 Fix a crash in diagnostic printing when a template class type is diff'ed by Eli Friedman · 12 years ago
  65. a490670 test/Misc/dev-fd-fs.c: Mark this as XFAIL:freebsd (since r169831). by NAKAMURA Takumi · 12 years ago
  66. adff43a More conservative fix for <rdar://problem/12847524> (a crash printing diagnostic ranges). by Eli Friedman · 12 years ago
  67. 5bdbc11 Revert 170049 because it fails with an assertion on one of the spec2000 workloads. by Nadav Rotem · 12 years ago
  68. 27fa236 Initial support for FreeBSD on ARM. Patch by Andrew Turner. by Rafael Espindola · 12 years ago
  69. 0fdcd1e More hacking on mapDiagnosticRanges to make it handle more cases. by Eli Friedman · 12 years ago
  70. 9867eba More workarounds for PR10867. by Richard Smith · 12 years ago
  71. 5b10af7 PR14049: Don't say "expanded from macro 'foo'" when 'foo' just happens to be by Richard Smith · 12 years ago
  72. 19c8ce0 Try to make the source location information for token pastes a bit more consistent. by Eli Friedman · 12 years ago
  73. ecdc8d3 Fix the computation of highlight ranges so we produce something sane when by Eli Friedman · 12 years ago
  74. acf3612 Frontend: Create a virtual file for named pipe inputs. by Daniel Dunbar · 12 years ago
  75. 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
  76. 0278f1b tests: Mark the /dev/fd test as requiring Darwin until I can test on other OSes. by Daniel Dunbar · 12 years ago
  77. 5564e6c tests: Check that we can output to /dev/fd filesystem. by Daniel Dunbar · 12 years ago
  78. 0b95bd0 tests: Add a test for reading from named pipes. by Daniel Dunbar · 12 years ago
  79. 924d5c9 Make template diffing handle integral expressions of various widths correctly. by Eli Friedman · 12 years ago
  80. 62221b1 Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for by Richard Smith · 12 years ago
  81. 4f056ac LiteralSupport: Don't overflow the temporary buffer when decoding invalid string parts. by Benjamin Kramer · 12 years ago
  82. 8fcdea5 Add -Wmismatched-return-types flag for existing warning on conflicting return types. by Ted Kremenek · 12 years ago
  83. eaa6b12 Add -Wmismatched-parameter-types flag for existing warning on conflicting parameter types. by Ted Kremenek · 12 years ago
  84. cb7b45e Create helper functions in StmtDumper for outputting the indentation, newlines, and brackets. by Manuel Klimek · 12 years ago
  85. 191db6d only truncate source lines in text diagnostics when by Seth Cantrell · 12 years ago
  86. eaa5a2b fix bug in SourceColumnMap::startOfPreviousColumn by Seth Cantrell · 12 years ago
  87. 9cb1c3d Add a proper algorithm to compute accurate source ranges for diagnostics with by Eli Friedman · 12 years ago
  88. 19ebeb7 Add missing diagnostic group to format string warning. by Eli Friedman · 12 years ago
  89. 80a8eb7 Tweak wording and add diagnostic groups to misc diagnostics. by Eli Friedman · 12 years ago
  90. 54c4545 Fix the template type diffing to handle integral template arguments. by Richard Trieu · 12 years ago
  91. 399f2c4 add test for r167063 by Seth Cantrell · 12 years ago
  92. e6c3458 Remove ccc-no-clang-cpp, which is also dead now. by Rafael Espindola · 12 years ago
  93. 82c6dc7 Handle string encoding diagnostics when there are too many invalid ranges. by David Blaikie · 12 years ago
  94. d2d4d68 In the past "production" clang builds would not be used for c++, and by Rafael Espindola · 12 years ago
  95. 5bffbe5 improve highlighting of invalid string encodings by Seth Cantrell · 12 years ago
  96. 34f8597 tests: Tweak unprintable.c to try another character which is hopefully even more by Daniel Dunbar · 12 years ago
  97. 986819a Update warning-flag test by Douglas Gregor · 12 years ago
  98. c6cd9af Revert r166647 to rethink the patch... by Bill Wendling · 12 years ago
  99. a0b9ce0 Add some support for diagnosing possibly mismatched constraint, type size and by Bill Wendling · 12 years ago
  100. 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