aleksandr.urakov marked 2 inline comments as done.
aleksandr.urakov added inline comments.


================
Comment at: lit/SymbolFile/NativePDB/tag-types.cpp:5
 // Test that we can display tag types.
 // RUN: %build --compiler=clang-cl --nodefaultlib -o %t.exe -- %s 
 // RUN: env LLDB_USE_NATIVE_PDB_READER=1 %lldb -f %t.exe -s \
----------------
Clang gives me an error about char16_t, char32_t etc., but if I use MSVC here, 
then the test compiles ok.


================
Comment at: lit/SymbolFile/NativePDB/tag-types.cpp:238-247
 // CHECK-NEXT: (lldb) type lookup -- EnumInt
 // CHECK-NEXT: enum EnumInt {
 // CHECK-NEXT:     A,
 // CHECK-NEXT:     B
 // CHECK-NEXT: }
 // CHECK-NEXT: (lldb) type lookup -- EnumShort
 // CHECK-NEXT: enum EnumShort {
----------------
For both enums I have a "no type was found matching" error (both for Clang and 
MSVC).


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56904/new/

https://reviews.llvm.org/D56904



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to