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 | ||||
* | Instantiate default argument expressions even if their associated parameter | John McCall | 2010-04-09 | 1 | -0/+15 |
type isn't dependent. Fixes rdar://problem/7838962. llvm-svn: 100871 |