diff options
| author | Joel E. Denny <jdenny.ornl@gmail.com> | 2018-05-16 15:18:27 +0000 |
|---|---|---|
| committer | Joel E. Denny <jdenny.ornl@gmail.com> | 2018-05-16 15:18:27 +0000 |
| commit | 35a1ba87b990e6c4541e3aff85b9837bc8b57e66 (patch) | |
| tree | 33437331adc72dc002b09c913b1282d913ca7f65 /clang/test/SemaCXX/attr-print.cpp | |
| parent | 2eb3512090b8a3be45d88b53b2416e6e16455efb (diff) | |
| download | bcm5719-llvm-35a1ba87b990e6c4541e3aff85b9837bc8b57e66.tar.gz bcm5719-llvm-35a1ba87b990e6c4541e3aff85b9837bc8b57e66.zip | |
Revert r332474: [Attr] Don't print fake MSInheritance argument
I botched the commit log attributes.
llvm-svn: 332480
Diffstat (limited to 'clang/test/SemaCXX/attr-print.cpp')
| -rw-r--r-- | clang/test/SemaCXX/attr-print.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/clang/test/SemaCXX/attr-print.cpp b/clang/test/SemaCXX/attr-print.cpp index 960050bc710..f40d803e94c 100644 --- a/clang/test/SemaCXX/attr-print.cpp +++ b/clang/test/SemaCXX/attr-print.cpp @@ -34,12 +34,3 @@ class __attribute__((consumable(unknown))) AttrTester1 { // CHECK: void callableWhen() __attribute__((callable_when("unconsumed", "consumed"))); void callableWhen() __attribute__((callable_when("unconsumed", "consumed"))); }; - -// CHECK: class __single_inheritance SingleInheritance; -class __single_inheritance SingleInheritance; - -// CHECK: class __multiple_inheritance MultipleInheritance; -class __multiple_inheritance MultipleInheritance; - -// CHECK: class __virtual_inheritance VirtualInheritance; -class __virtual_inheritance VirtualInheritance; |

