summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/assign-operator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove another questionable use of hasTrivial*. The relevant thing for thisRichard Smith2012-11-141-1/+25
* Revert r153613 as it's causing large compile-time regressions on the nightly ...Chad Rosier2012-03-291-21/+0
* When we can't prove that the target of an aggregate copy isJohn McCall2012-03-281-0/+21
* Be sure to build a dependent expression when we seeJohn McCall2011-10-281-0/+11
* Handle compound assignment expressions (i += j) as lvalues, which isDouglas Gregor2010-04-231-1/+11
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make sure isCopyAssignment is only true for actual copy assignment operators,Eli Friedman2009-11-071-0/+9