Go to file
Steve Naroff 2e688fde14 Rename Action::ParseRecordBody() to ProcessFieldDecls(), and add a visibility argument.
Remove Action::ObjcAddVisibilityToIvars(). No need for an extra API when it is trivial to add this info to the previous hook.

In general, I want to start migrating away from having Actions prefixed with "Parse" (which is confusing, since the Action API doesn't do any parsing, per se).

llvm-svn: 41973
2007-09-14 23:09:53 +00:00
clang Rename Action::ParseRecordBody() to ProcessFieldDecls(), and add a visibility argument. 2007-09-14 23:09:53 +00:00
llvm fix a gcc warning: comparison between signed and unsigned integer expressions 2007-09-14 22:57:00 +00:00