[PATCH] D117416: Handle C variables with name that matches c++ access specifier

2022-01-15 Thread psigillito via Phabricator via cfe-commits
psigillito added a comment. Sorry, this is my first time using Phabricator. I am not sure if it matters that .arclint is changed in this review, it is not part of my commit. This issue only appears to impact the accessSpecifier keywords. For example, a c variable declared with the name 'private

[PATCH] D117416: Handle C variables with name that matches c++ access specifier

2022-01-15 Thread psigillito via Phabricator via cfe-commits
psigillito created this revision. psigillito requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D117416 Files: .arclint clang/lib/Format/FormatToken.h clang/lib/Format/Unwr