[clang] [clang][ThreadSafety] Enable late parse for all capabilities, under the experimental flag (PR #212615)

Marco Elver via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 29 05:01:41 PDT 2026


melver wrote:

This is a substantial change, even though it looks benign on surface.

What is the concrete motivation? Is there real code where this is needed?

The problem with late-parsed attributes is that parsing is expensive, and so it had been applied selectively.

cc @rapidsna 

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


More information about the cfe-commits mailing list