aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/predefined-expr.cpp
AgeCommit message (Expand)Author
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-01-21Used CHECK-DAG since the order is not important.Rafael Espindola
2014-12-02This patch fixes a crash involving use of predefinedFariborz Jahanian
2014-04-02Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2013-09-16Handle PredefinedExpr with templates and lambdasWei Pan
2012-12-14Don't hit an assertion failure when calculating the __PRETTY_FUNCTION__Argyrios Kyrtzidis
2012-04-10Improve the printing of __PRETTY_FUNCTION__ more provide moreDouglas Gregor
2011-01-10Add unnamed_addr when creating artificial string globals. For example, inRafael Espindola
2009-12-28Fix for PR5871. Make __PRETTY_FUNCTION__ work for member functions defined in...Sam Weinig
2009-12-27Fix for PR5872. Add static specifier and const/volatile qualifiers to member ...Sam Weinig
2009-12-24Fix for PR5844. Be explicit about anonymous struct/class/union/namespaces in ...Sam Weinig
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-06Don't print a void return type for C++ constructors and destructors when gene...Sam Weinig
2009-10-08Speed up testing by avoiding stdio.h, also helps testing on windows.Mike Stump
2009-09-12Don't use the PredefinedExpr string as the global variable name, these don'tDaniel Dunbar
2009-09-08Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ...Anders Carlsson