Remove a redundant assignment to the FDecl variable from *inside* it's
initializer. I really feel like Clang should warn about this, but I can't describe a good reason. GCC will warn on this in some cases under -Wsequence-point, but it actually seems like a false positive for that warning.... llvm-svn: 159631
Loading
Please register or sign in to comment