summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/ms_wide_predefined_expr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [MS] Add L__FUNCSIG__ for compatibilityReid Kleckner2018-07-261-0/+2
| | | | | | | | | | Clang already has L__FUNCTION__ as a workaround for dealing with pre-processor code that expects to be able to do L##__FUNCTION__ in a macro. This patch implements the same logic for __FUNCSIG__. Fixes PR38295. llvm-svn: 338083
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* Give L__FUNCTION__ the right type in templates. PR13206.Nico Weber2012-06-251-0/+16
| | | | llvm-svn: 159171
* Add tests that I wrote for r159060 but forgot to `svn add`.Nico Weber2012-06-251-0/+9
llvm-svn: 159170
OpenPOWER on IntegriCloud