This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH c++/57709] Wshadow is too strict / has false positives


On 08/21/2014 04:22 PM, Manuel López-Ibáñez wrote:
+			&& TREE_CODE (x) != FUNCTION_DECL
+			&& !FUNCTION_POINTER_TYPE_P (TREE_TYPE (x))))

How about pointer to member function?

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]