]> granicus.if.org Git - clang/commit
Factor out a LangStandard class and coalesce the information about the standards...
authorDaniel Dunbar <daniel@zuster.org>
Thu, 26 Nov 2009 02:14:31 +0000 (02:14 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 26 Nov 2009 02:14:31 +0000 (02:14 +0000)
commitf51ac1b3d0fd39853ba6c04e81149acbca6eead4
treeffbdc0a282317c314a543db64c645e92d44f6849
parent6a50ad5c3b1ef136f006e4cff0e22cf97747dab4
Factor out a LangStandard class and coalesce the information about the standards into LangStandards.def
 - I'd appreciate another pair of eyeballs to double check this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89919 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/LangStandard.h [new file with mode: 0644]
include/clang/Frontend/LangStandards.def [new file with mode: 0644]
lib/Frontend/CMakeLists.txt
lib/Frontend/LangStandards.cpp [new file with mode: 0644]
tools/clang-cc/Options.cpp