[clang] bc29634 - [clang][NFC] Remove an old workaround for MSVC 2013
Bruno Ricci via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 5 05:55:38 PDT 2020
Author: Bruno Ricci
Date: 2020-08-05T13:54:37+01:00
New Revision: bc29634b93acf2e55c82dd906f0d9af196c66ff3
URL: https://github.com/llvm/llvm-project/commit/bc29634b93acf2e55c82dd906f0d9af196c66ff3
DIFF: https://github.com/llvm/llvm-project/commit/bc29634b93acf2e55c82dd906f0d9af196c66ff3.diff
LOG: [clang][NFC] Remove an old workaround for MSVC 2013
Added:
Modified:
clang/include/clang/AST/DeclTemplate.h
Removed:
################################################################################
diff --git a/clang/include/clang/AST/DeclTemplate.h b/clang/include/clang/AST/DeclTemplate.h
index e9c4879b41e8..4feb1d45251d 100644
--- a/clang/include/clang/AST/DeclTemplate.h
+++ b/clang/include/clang/AST/DeclTemplate.h
@@ -204,10 +204,6 @@ class TemplateParameterList final
bool OmitTemplateKW = false) const;
void print(raw_ostream &Out, const ASTContext &Context,
const PrintingPolicy &Policy, bool OmitTemplateKW = false) const;
-
-public:
- // FIXME: workaround for MSVC 2013; remove when no longer needed
- using FixedSizeStorageOwner = TrailingObjects::FixedSizeStorageOwner;
};
/// Stores a list of template parameters and the associated
More information about the cfe-commits
mailing list