summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/predefined-expr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Account for calling convention specifiers in function definitions in IR test ...David Blaikie2015-06-291-2/+2
* Used CHECK-DAG since the order is not important.Rafael Espindola2015-01-211-70/+70
* This patch fixes a crash involving use of predefinedFariborz Jahanian2014-12-021-1/+31
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-5/+5
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg2013-12-131-1/+1
* Handle PredefinedExpr with templates and lambdasWei Pan2013-09-161-0/+22
* Don't hit an assertion failure when calculating the __PRETTY_FUNCTION__Argyrios Kyrtzidis2012-12-141-1/+1
* Improve the printing of __PRETTY_FUNCTION__ more provide moreDouglas Gregor2012-04-101-6/+174
* Add unnamed_addr when creating artificial string globals. For example, inRafael Espindola2011-01-101-53/+53
* Fix for PR5871. Make __PRETTY_FUNCTION__ work for member functions defined in...Sam Weinig2009-12-281-0/+18
* Fix for PR5872. Add static specifier and const/volatile qualifiers to member ...Sam Weinig2009-12-271-5/+35
* Fix for PR5844. Be explicit about anonymous struct/class/union/namespaces in ...Sam Weinig2009-12-241-5/+80
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Don't print a void return type for C++ constructors and destructors when gene...Sam Weinig2009-12-061-4/+4
* Speed up testing by avoiding stdio.h, also helps testing on windows.Mike Stump2009-10-081-1/+1
* Don't use the PredefinedExpr string as the global variable name, these don'tDaniel Dunbar2009-09-121-35/+35
* Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ...Anders Carlsson2009-09-081-0/+226