[clang-tools-extra] [clang] remove ClassScopeFunctionSpecializationDecl (PR #66636)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 2 05:16:54 PDT 2023


================
@@ -1481,10 +1481,6 @@ enum DeclCode {
   /// template template parameter pack.
   DECL_EXPANDED_TEMPLATE_TEMPLATE_PARM_PACK,
 
-  /// A ClassScopeFunctionSpecializationDecl record a class scope
-  /// function specialization. (Microsoft extension).
-  DECL_CLASS_SCOPE_FUNCTION_SPECIALIZATION,
----------------
AaronBallman wrote:

I verify that we already bumped the AST serialization version number, so older serialized code should no longer expect to deserialize.

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


More information about the cfe-commits mailing list