| commit | 73295fab89d1b9756992abd5a054dc854911063c | [log] [tgz] |
|---|---|---|
| author | Ted Kremenek <kremenek@apple.com> | Wed Jul 23 18:04:17 2008 +0000 |
| committer | Ted Kremenek <kremenek@apple.com> | Wed Jul 23 18:04:17 2008 +0000 |
| tree | 19073ddda9f303161b5240ed2b7a6d5cb1b93667 | |
| parent | 7de7fd030586bfa7ec4e6c3252c767e2b212fb86 [diff] |
When constructing an ObjCIvarDecl object in Sema, provide its visibility up front instead of setting it afterwards. This change also fixes a subtle bug where the access control of an ivar would be initialized to garbage if we didn't have an explicit visibility specifier (e.g., @private). llvm-svn: 53955