| commit | ef9b88a1d4801c1c46ef5a2096f7135965ef9ab5 | [log] [tgz] |
|---|---|---|
| author | Saleem Abdulrasool <compnerd@compnerd.org> | Wed Oct 24 16:38:16 2018 +0000 |
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | Wed Oct 24 16:38:16 2018 +0000 |
| tree | d157dbab1ff4b134199b77914dacaa5c5ccdb114 | |
| parent | c8c745106385b20ac9e87b11a642243e4f0af91b [diff] |
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. llvm-svn: 345159