erichkeane added a comment. Another one in need of clang-format, but generally seems pretty mechanical.
================ Comment at: include/clang/AST/DeclCXX.h:2844 + + bool hasBracesImpl() const { return LinkageSpecDeclBits.HasBraces; } + void setBracesImpl(bool B = true) { LinkageSpecDeclBits.HasBraces = B; } ---------------- Again, I doubt the value here. Repository: rC Clang https://reviews.llvm.org/D49733 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits