summaryrefslogtreecommitdiffstats
path: root/test/Misc/caret-diags-macros.c
Commit message (Expand)AuthorAgeFilesLines
* 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