summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/default-destructor-nested.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
| | | | | | | | Remove -faccess-control from -cc1; add -fno-access-control. Make the driver pass -fno-access-control by default. Update a bunch of tests to be correct under access control. llvm-svn: 100880
* Fix for PR6294: we should only delay recording nested dynamic classes if theyEli Friedman2010-03-071-0/+13
are lexically nested. Othewise, we never end up recording semantically nested classes. llvm-svn: 97900
OpenPOWER on IntegriCloud