[llvm-branch-commits] [clang] release/22.x: [clang] Add missing support for traversal kind in addMatcher overloads (#170953) (PR #184039)

Victor Chernyakin via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Mar 2 06:23:34 PST 2026


localspook wrote:

AFAIK, this shouldn't be an ABI break, since this is simply modifying the implementation of some functions defined in a `.cpp` file (it doesn't touch, e.g., any interfaces or struct layouts). It's strictly on the library side of the ABI boundary.

Does that address your concern? From your comment I can't quite tell if you're asking about just ABI or also the potential behavior changes.

https://github.com/llvm/llvm-project/pull/184039


More information about the llvm-branch-commits mailing list