]> granicus.if.org Git - clang/commit
The MicrosoftExtensions.c test file should not rely on -x objective-c++. Removed...
authorAaron Ballman <aaron@aaronballman.com>
Sun, 6 Jul 2014 20:04:10 +0000 (20:04 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sun, 6 Jul 2014 20:04:10 +0000 (20:04 +0000)
commit8cbb217c1dfe211d0e04abd466cc6a325a0975d5
tree1b019d22bf7b26a2476af2bf4dec841e1395a030
parent06c45a622528fa26c32dcbc737d54c5cfa206ed1
The MicrosoftExtensions.c test file should not rely on -x objective-c++. Removed that from the RUN line, fixed obvious C++isms in the code, and moved some C++ tests into MicrosoftExtensions.cpp instead. As a drive-by, changed the line endings for MicrosoftExtensions.c to be LF instead of CRLF.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212417 91177308-0d34-0410-b5e6-96231b3b80d8
test/Parser/MicrosoftExtensions.c
test/Parser/MicrosoftExtensions.cpp