Skip to content
Commit 73295fab authored by Ted Kremenek's avatar Ted Kremenek
Browse files

When constructing an ObjCIvarDecl object in Sema, provide its visibility up...

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
parent 7de7fd03
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment