]> granicus.if.org Git - llvm/commit
Don't explicitly check for C++14
authorJF Bastien <jfbastien@apple.com>
Wed, 14 Aug 2019 17:48:36 +0000 (17:48 +0000)
committerJF Bastien <jfbastien@apple.com>
Wed, 14 Aug 2019 17:48:36 +0000 (17:48 +0000)
commit97ee8312255358eb2ee13ae267631529759c5eb5
tree70e3fb6f9ca3f9cc85be388651e60b82958998cf
parenta7b345448c0e59b00c310f88035f495629386e3d
Don't explicitly check for C++14

MSVC is weird about __cplusplus. The check I added in D66195 confuses it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368889 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compiler.h