1. da30cff [diagnostics] Avoid crashes while printing macro backtraces by Reid Kleckner · 10 years ago
  2. c309624 Improve the printing of ranges when macros are involved. by Richard Trieu · 10 years ago
  3. 1eb3429 Format strings: don't ever convert %+d to %lu. by Jordan Rose · 13 years ago
  4. 978cca9 Suppress all -Wunused-value warnings from macro body expansions. by Matt Beaumont-Gay · 13 years ago
  5. 672845b More conservative fix for <rdar://problem/12847524> (a crash printing diagnostic ranges). by Eli Friedman · 13 years ago
  6. b893734 Revert 170049 because it fails with an assertion on one of the spec2000 workloads. by Nadav Rotem · 13 years ago
  7. cdb135a More hacking on mapDiagnosticRanges to make it handle more cases. by Eli Friedman · 13 years ago
  8. fe9d110 Try to make the source location information for token pastes a bit more consistent. by Eli Friedman · 13 years ago
  9. dea98de Fix the computation of highlight ranges so we produce something sane when by Eli Friedman · 13 years ago
  10. 34ff0ea Add a proper algorithm to compute accurate source ranges for diagnostics with by Eli Friedman · 13 years ago
  11. 8c43e66 Switch to a more natural formatting of the macro name printing. by Chandler Carruth · 14 years ago
  12. 9e8ce4c Now that macro expansion notes are real notes and go through the same by Chandler Carruth · 14 years ago
  13. e398e60 Fixed exapnsion range for # and ##. by Abramo Bagnara · 14 years ago
  14. cd7a02e Switch the diagnostic messages about macros to use the terms 'expanded' by Chandler Carruth · 14 years ago
  15. 2536c07 Switch the token-paste source locations inside of function style macro by Chandler Carruth · 14 years ago
  16. 402bb38 Keep track of which source locations are part of a macro argument by Chandler Carruth · 14 years ago
  17. ac57f21 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 · 14 years ago
  18. 1b7cc20 FileCheckize this test. by Chandler Carruth · 15 years ago
  19. 40cec83 Revert r114316, -Wunused-value enabled by default was intended. by Argyrios Kyrtzidis · 15 years ago
  20. 3698bf1 Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. by Argyrios Kyrtzidis · 15 years ago
  21. 5647d31 fix a bug in SourceManager::getInstantiationLocSlowCase, where by Chris Lattner · 16 years ago
  22. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  23. 8b57697 Eliminate &&s in tests. by Daniel Dunbar · 16 years ago
  24. 51f57a4 adjust this to bourne shell syntax by Chris Lattner · 17 years ago
  25. c45529b Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion generates untraceable warnings by Chris Lattner · 17 years ago