[PATCH] D44634: [clang-format] Detect Objective-C for #import <Foundation/Foundation.h>

Ben Hamilton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 20 08:55:20 PDT 2018


benhamilton updated this revision to Diff 139137.
benhamilton added a comment.

Add assert(std::is_sorted(...)). (We can't static_assert on is_sorted until C++2x.)


Repository:
  rC Clang

https://reviews.llvm.org/D44634

Files:
  lib/Format/Format.cpp
  unittests/Format/FormatTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44634.139137.patch
Type: text/x-patch
Size: 4119 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180320/14a8bddb/attachment.bin>


More information about the cfe-commits mailing list