]> granicus.if.org Git - clang/commit
AST: unindent CFConstantStringDecl by inverting condition (NFC)
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 24 Oct 2018 16:38:16 +0000 (16:38 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 24 Oct 2018 16:38:16 +0000 (16:38 +0000)
commit09c4b455c82c3b8b949a19a7441335aa54f81cda
tree393aed08641952c0b96b58b371b3f8945a67b939
parent7373e8384209e98c35fbba448d0c8538c488a363
AST: unindent CFConstantStringDecl by inverting condition (NFC)

Unindent the body of the function by inverting check at the top.  This is in
preparation for supporting CFString's new ABI with swift.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@345159 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTContext.cpp