Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MS] Add L__FUNCSIG__ for compatibility | Reid Kleckner | 2018-07-26 | 1 | -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 Gibbs | 2012-10-19 | 1 | -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 Weber | 2012-06-25 | 1 | -0/+16 |
| | | | | llvm-svn: 159171 | ||||
* | Add tests that I wrote for r159060 but forgot to `svn add`. | Nico Weber | 2012-06-25 | 1 | -0/+9 |
llvm-svn: 159170 |