summaryrefslogtreecommitdiffstats
path: root/test/Misc/caret-diags-macros.c
Commit message (Expand)AuthorAgeFilesLines
* [diagnostics] Avoid crashes while printing macro backtracesReid Kleckner2015-12-081-0/+26
* Improve the printing of ranges when macros are involved.Richard Trieu2015-09-241-60/+55
* Format strings: don't ever convert %+d to %lu.Jordan Rose2013-01-171-1/+1
* Suppress all -Wunused-value warnings from macro body expansions.Matt Beaumont-Gay2013-01-171-17/+17
* More conservative fix for <rdar://problem/12847524> (a crash printing diagnos...Eli Friedman2012-12-181-0/+20
* Revert 170049 because it fails with an assertion on one of the spec2000 workl...Nadav Rotem2012-12-131-23/+2
* More hacking on mapDiagnosticRanges to make it handle more cases.Eli Friedman2012-12-131-2/+23
* Try to make the source location information for token pastes a bit more consi...Eli Friedman2012-12-011-17/+45
* Fix the computation of highlight ranges so we produce something sane whenEli Friedman2012-11-301-0/+14
* Add a proper algorithm to compute accurate source ranges for diagnostics withEli Friedman2012-11-031-17/+62
* Switch to a more natural formatting of the macro name printing.Chandler Carruth2011-10-241-29/+29
* Now that macro expansion notes are real notes and go through the sameChandler Carruth2011-10-161-29/+29
* Fixed exapnsion range for # and ##.Abramo Bagnara2011-10-031-6/+3
* Switch the diagnostic messages about macros to use the terms 'expanded'Chandler Carruth2011-07-141-29/+29
* Switch the token-paste source locations inside of function style macroChandler Carruth2011-07-081-0/+37
* Keep track of which source locations are part of a macro argumentChandler Carruth2011-07-071-13/+55
* Fix PR9279 - Macro expansion stack trace seriously broken with function-style...Chris Lattner2011-06-281-7/+19
* FileCheckize this test.Chandler Carruth2011-03-091-13/+10
* Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis2010-09-191-1/+1
* Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis2010-09-191-1/+1
* fix a bug in SourceManager::getInstantiationLocSlowCase, whereChris Lattner2010-02-121-0/+9
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-7/+7
* adjust this to bourne shell syntaxChris Lattner2009-05-061-1/+1
* Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion genera...Chris Lattner2009-05-051-0/+26