From: Aaron Ballman Date: Sat, 3 Sep 2016 15:36:52 +0000 (+0000) Subject: Fix the attribute documentation build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f98cf49061c1f8d201e26b6613730fbad1d88769;p=clang Fix the attribute documentation build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280591 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/AttrDocs.td b/include/clang/Basic/AttrDocs.td index 975fa950c5..3b439594bb 100644 --- a/include/clang/Basic/AttrDocs.td +++ b/include/clang/Basic/AttrDocs.td @@ -859,6 +859,7 @@ between dialects and have subtle pitfalls it's important to fail fast instead of silently falling back on dynamic initialization. .. code-block:: c++ + // -std=c++14 #define SAFE_STATIC __attribute__((require_constant_initialization)) static struct T {