aboutsummaryrefslogtreecommitdiff
path: root/test/Misc/caret-diags-macros.c
AgeCommit message (Expand)Author
2015-12-08[diagnostics] Avoid crashes while printing macro backtracesReid Kleckner
2015-09-24Improve the printing of ranges when macros are involved.Richard Trieu
2013-01-17Format strings: don't ever convert %+d to %lu.Jordan Rose
2013-01-17Suppress all -Wunused-value warnings from macro body expansions.Matt Beaumont-Gay
2012-12-18More conservative fix for <rdar://problem/12847524> (a crash printing diagnos...Eli Friedman
2012-12-13Revert 170049 because it fails with an assertion on one of the spec2000 workl...Nadav Rotem
2012-12-13More hacking on mapDiagnosticRanges to make it handle more cases.Eli Friedman
2012-12-01Try to make the source location information for token pastes a bit more consi...Eli Friedman
2012-11-30Fix the computation of highlight ranges so we produce something sane whenEli Friedman
2012-11-03Add a proper algorithm to compute accurate source ranges for diagnostics withEli Friedman
2011-10-24Switch to a more natural formatting of the macro name printing.Chandler Carruth
2011-10-16Now that macro expansion notes are real notes and go through the sameChandler Carruth
2011-10-03Fixed exapnsion range for # and ##.Abramo Bagnara
2011-07-14Switch the diagnostic messages about macros to use the terms 'expanded'Chandler Carruth
2011-07-08Switch the token-paste source locations inside of function style macroChandler Carruth
2011-07-07Keep track of which source locations are part of a macro argumentChandler Carruth
2011-06-28Fix PR9279 - Macro expansion stack trace seriously broken with function-style...Chris Lattner
2011-03-09FileCheckize this test.Chandler Carruth
2010-09-19Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis
2010-09-19Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis
2010-02-12fix a bug in SourceManager::getInstantiationLocSlowCase, whereChris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-05-06adjust this to bourne shell syntaxChris Lattner
2009-05-05Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion genera...Chris Lattner