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