[clang] [Clang][ASTMatcher] Improve matching isDerivedFrom base in case of multi aliases exists (PR #126793)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 5 11:06:10 PST 2025


================
@@ -361,6 +361,8 @@ Fixed Point Support in Clang
 AST Matchers
 ------------
 
+- Ensure ``isDerivedFrom`` is matching the correct base in case of more than one aliases exists.
----------------
AaronBallman wrote:

```suggestion
- Ensure ``isDerivedFrom`` matches the correct base in case more than one alias exists.
```
Minor rewording

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


More information about the cfe-commits mailing list