mizvekov wrote:

> Hi, I'm helping fix some clang-as-a-library users and I'm running into some 
> issues with the TypePrinter after this commit. Specifically the clang 
> generator in sandboxed-api is broken 
> (https://github.com/google/sandboxed-api/tree/main). After doing the trivial 
> fixes (`getDecl` -> `getOriginalDecl`) some of the tests are failing 
> (https://github.com/google/sandboxed-api/blob/main/sandboxed_api/tools/clang_generator/emitter_test.cc).

The NestedAnonymousStruct case seems to be missing a `IncludeTagDefinition` 
PrintingPolicy set to true.


https://github.com/llvm/llvm-project/pull/147835
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to