aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/assign-operator.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-14Remove another questionable use of hasTrivial*. The relevant thing for thisRichard Smith1-1/+25
2012-03-29Revert r153613 as it's causing large compile-time regressions on the nightly ...Chad Rosier1-21/+0
2012-03-28When we can't prove that the target of an aggregate copy isJohn McCall1-0/+21
2011-10-28Be sure to build a dependent expression when we seeJohn McCall1-0/+11
2010-04-23Handle compound assignment expressions (i += j) as lvalues, which isDouglas Gregor1-1/+11
2010-04-09Turn access control on by default in -cc1.John McCall1-1/+1
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-11-07Make sure isCopyAssignment is only true for actual copy assignment operators,Eli Friedman1-0/+9