> On Dec 21, 2017, at 16:39, Alex L wrote:
>
>
>
>> On 21 December 2017 at 12:34, James Y Knight wrote:
>> I totally agree with moving towards eliminating the -m-version-min
>> flags, it's much better to put it in the target, and will clean up a lot of
>> cruft in the driver, eventually.
>>
> On Jun 15, 2017, at 22:22, Eric Fiselier wrote:
>
>
>
>> On Thu, Jun 15, 2017 at 11:00 PM, Duncan P. N. Exon Smith
>> wrote:
>> Your suggestion is essentially to replace experimental/string_view with
>> something like:
>>
>> namespace std { inline namespace __1 { namespace experiment
> On Apr 5, 2017, at 05:13, Aaron Ballman via Phabricator
> wrote:
>
> aaron.ballman added inline comments.
>
>
>
> Comment at: lib/Sema/SemaAttr.cpp:578
> +return;
> + Diag(PragmaAttributeStack.back().Loc,
> diag::warn_pragm_attribute_no_pop_eof);
> +}
> -
I haven't looked at the patch, but yes, many developers on our platform
back-deploy to older OS versions (and we support that via Clang flags, e.g.,
-miphoneos-version-min=8.0). They always build against the newest SDK/headers.
-- dpnes
> On Dec 5, 2016, at 00:35, Eric Fiselier via Phabricator
There's a longer term fix involving availability attributes. My patch to the
test system for deployment targets is holding up a series of patches that tell
the compiler when API was introduced (with a 'strict' flag). This moves link
time errors (and load time errors when back deploying) to co