]> granicus.if.org Git - clang/commit
Change the Microsoft __interface keyword to be an alias for struct (not class) since...
authorFrancois Pichet <pichet2000@gmail.com>
Thu, 1 Dec 2011 08:30:47 +0000 (08:30 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Thu, 1 Dec 2011 08:30:47 +0000 (08:30 +0000)
commit2aba7115f9df1676d5c1811324cceff1b4c4a356
tree5b0d63b31ec346f0a9287aef27d08a6ef24d5733
parent60a4481fd9e5dc68b1070306bd70f2865985961d
Change the Microsoft __interface keyword to be an alias for struct (not class) since members are public by default.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145580 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TokenKinds.def
test/Parser/MicrosoftExtensions.cpp