Add private option to change build dialect from C++11
authorEric Fiselier <eric@efcs.ca>
Sun, 14 Aug 2016 22:51:54 +0000 (22:51 +0000)
committerEric Fiselier <eric@efcs.ca>
Sun, 14 Aug 2016 22:51:54 +0000 (22:51 +0000)
commit599a8425227e38ee76ab541dacb790ad439a7c5d
tree0d198852e6c0f2cc088a04c3881bce7acf4f2122
parent7e57b0027477a424236466982909904f5832dc0c
Add private option to change build dialect from C++11

Although libc++ only requires C++11 to build, there are other
reasons to turn on a newer dialect in the build. For example
IDE's may not highlight any C++14/C++17 in the headers when
configured for C++11. This patch add's a private option for
changing this.

llvm-svn: 278638
libcxx/CMakeLists.txt