1. cdbe1e0 Format strings: don't ever convert %+d to %lu. by Jordan Rose · 12 years ago
  2. 87b73ba Suppress all -Wunused-value warnings from macro body expansions. by Matt Beaumont-Gay · 12 years ago
  3. adff43a More conservative fix for <rdar://problem/12847524> (a crash printing diagnostic ranges). by Eli Friedman · 12 years ago
  4. 5bdbc11 Revert 170049 because it fails with an assertion on one of the spec2000 workloads. by Nadav Rotem · 12 years ago
  5. 0fdcd1e More hacking on mapDiagnosticRanges to make it handle more cases. by Eli Friedman · 12 years ago
  6. 19c8ce0 Try to make the source location information for token pastes a bit more consistent. by Eli Friedman · 12 years ago
  7. ecdc8d3 Fix the computation of highlight ranges so we produce something sane when by Eli Friedman · 12 years ago
  8. 9cb1c3d Add a proper algorithm to compute accurate source ranges for diagnostics with by Eli Friedman · 12 years ago
  9. 9875c60 Switch to a more natural formatting of the macro name printing. by Chandler Carruth · 13 years ago
  10. a47129e Now that macro expansion notes are real notes and go through the same by Chandler Carruth · 13 years ago
  11. a08529c Fixed exapnsion range for # and ##. by Abramo Bagnara · 13 years ago
  12. 4e80546 Switch the diagnostic messages about macros to use the terms 'expanded' by Chandler Carruth · 13 years ago
  13. 886ea9b Switch the token-paste source locations inside of function style macro by Chandler Carruth · 13 years ago
  14. c8d1ecc Keep track of which source locations are part of a macro argument by Chandler Carruth · 13 years ago
  15. 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
  16. 60be4de FileCheckize this test. by Chandler Carruth · 14 years ago
  17. 1b2ad2f Revert r114316, -Wunused-value enabled by default was intended. by Argyrios Kyrtzidis · 14 years ago
  18. 6dff228 Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. by Argyrios Kyrtzidis · 14 years ago
  19. a5c6c58 fix a bug in SourceManager::getInstantiationLocSlowCase, where by Chris Lattner · 15 years ago
  20. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  21. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  22. c9c042c adjust this to bourne shell syntax by Chris Lattner · 15 years ago
  23. 037fb7f Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion generates untraceable warnings by Chris Lattner · 15 years ago