DescriptionDuplicated argument names are illegal in C++, but gcc unfortunately accepts them in declarations. This is a clang compatibility issue and is explained in http://clang.llvm.org/compatibility.html#param_name_lookup This patch just renames the duplicates. Patch Set 1 #
Total comments: 2
Patch Set 2 : Rename all the duplicates. #MessagesTotal messages: 5
|