Avoid global contstructors and place static variables inside classes as static...
Avoid global contstructors and place static variables inside classes as static local variables and remove the static ivars. Subclasses should use the accessor functions. llvm-svn: 216080
Loading
Please register or sign in to comment