[clang] [APINotes] Support nested tags (PR #99655)

Egor Zhdan via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 19 08:17:25 PDT 2024


================
@@ -899,6 +924,10 @@ void Sema::ProcessAPINotes(Decl *D) {
       }
 
       for (auto Reader : APINotes.findAPINotes(D->getLocation())) {
+        if (Tag->getName() == "inner_char_box")
+          llvm::errs();
----------------
egorzhdan wrote:

My bad! Removed this.

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


More information about the cfe-commits mailing list