Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Turn access control on by default in -cc1. | John McCall | 2010-04-09 | 1 | -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 they | Eli Friedman | 2010-03-07 | 1 | -0/+13 |
are lexically nested. Othewise, we never end up recording semantically nested classes. llvm-svn: 97900 |