summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/inject-templated-friend.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Sema: Implement DR317David Majnemer2014-03-301-1/+1
| | | | | | | | | | | | | | | Summary: Declaring a function as inline after it has been defined is in violation of [dcl.fct.spec]p4. The program would get a strong definition instead of getting a function with linkonce_odr linkage. Reviewers: rsmith CC: cfe-commits Differential Revision: http://llvm-reviews.chandlerc.com/D3220 llvm-svn: 205129
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
| | | | | | | | | | | | | | | This makes the C++ ABI depend entirely on the target: MS ABI for -win32 triples, Itanium otherwise. It's no longer possible to do weird combinations. To be able to run a test with a specific ABI without constraining it to a specific triple, new substitutions are added to lit: %itanium_abi_triple and %ms_abi_triple can be used to get the current target triple adjusted to the desired ABI. For example, if the test suite is running with the i686-pc-win32 target, %itanium_abi_triple will expand to i686-pc-mingw32. Differential Revision: http://llvm-reviews.chandlerc.com/D2545 llvm-svn: 199250
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-131-1/+3
| | | | | | | | | | In preparation for making the Win32 triple imply MS ABI mode, make all tests pass in this mode, or make them use the Itanium mode explicitly. Differential Revision: http://llvm-reviews.chandlerc.com/D2401 llvm-svn: 199130
* Switch to using %clang_cc1 properly rather than manually passing the -cc1 flag.Chandler Carruth2010-11-131-1/+1
| | | | llvm-svn: 118996
* check whether sema issues a redefinition errorGabor Greif2010-08-281-5/+9
| | | | llvm-svn: 112347
* note to self: save before committing; add PRGabor Greif2010-08-281-1/+1
| | | | llvm-svn: 112339
* fix test by applying it in top namespace: PR8007 only showed up this wayGabor Greif2010-08-281-6/+2
| | | | llvm-svn: 112338
* fix PR8007Gabor Greif2010-08-281-1/+0
| | | | | | | reordering and redefinition issues still may linger, I plan to nail them next llvm-svn: 112333
* reproduction recipe for PR8007, expected to fail for now, review welcomeGabor Greif2010-08-271-0/+49
llvm-svn: 112326
OpenPOWER on IntegriCloud