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 1/2] [C++] Remove tree_list from warn_hidden


On 11/27/2014 01:28 AM, tsaunders@mozilla.com wrote:
-      if (!base_fndecls)
+      if (!base_fndecls.exists ())

This should use is_empty rather than exists.  OK with that change.

Jason


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