hokein wrote: Summaries of changes after this patch:
1) for type template parameters and template template parameters, clang emits a warning, which can be suppressed by `-Wno-missing-dependent-templat-keyword` (after #98613); 2) for non-type template parameters, clang emits a hard `no_member` error The 2) is not an uncommon scenario (the abseil failure is an example), and unfortunately, there is currently no way to suppress these errors (we're hitting when integrating the LLVM upstream into our codebase). https://github.com/llvm/llvm-project/pull/98547 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits