]> granicus.if.org Git - clang/commit
CodeGen: whitespace cleanup, StringRef usage in ObjC EH type construction
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 17 Jul 2016 22:27:38 +0000 (22:27 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 17 Jul 2016 22:27:38 +0000 (22:27 +0000)
commit1540342292f74d34e1c276e3042b89115dcbedb4
tree9ca9e5620becfb6c0fd1d718f685eaefe880f8f6
parentb982b0f61ba0147eb3d502a524bffa288f4e6428
CodeGen: whitespace cleanup, StringRef usage in ObjC EH type construction

Clean up some formatting issues and use a bit more StringRef based operations
instead of SmallStrings.  NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275735 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp