[lldb-dev] See RFC to eliminate "REQUIRES: no*"

2019-05-09 Thread via lldb-dev
I've posted an RFC on llvm-dev to eliminate Lit feature keywords 
that start with "no" "not_" or "non-" (all the negative ones I 
can find), because this can mislead people into thinking other
feature keywords can have "no" etc. in front automatically.

Please reply to the llvm-dev thread, to avoid cross-posting
hassles.
Thanks,
--paulr

___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[lldb-dev] [Bug 41823] New: warning: unannotated fall-through between switch labels

2019-05-09 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=41823

Bug ID: 41823
   Summary: warning: unannotated fall-through between switch
labels
   Product: lldb
   Version: unspecified
  Hardware: PC
OS: FreeBSD
Status: NEW
  Severity: enhancement
  Priority: P
 Component: All Bugs
  Assignee: lldb-dev@lists.llvm.org
  Reporter: y...@tsoft.com
CC: jdevliegh...@apple.com, llvm-b...@lists.llvm.org

In file included from
/usr/ports/devel/llvm-devel/work/llvm-e9c0fded7c9ef8fde329af8495ede75aa0776a6b/tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp:30:
/usr/ports/devel/llvm-devel/work/llvm-e9c0fded7c9ef8fde329af8495ede75aa0776a6b/tools/lldb/source/./Plugins/Process/Utility/ARMDefines.h:73:3:
warning: unannotated fall-through between switch labels
[-Wimplicit-fallthrough]
  case COND_EQ:
  ^
/usr/ports/devel/llvm-devel/work/llvm-e9c0fded7c9ef8fde329af8495ede75aa0776a6b/tools/lldb/source/./Plugins/Process/Utility/ARMDefines.h:73:3:
note: insert 'LLVM_FALLTHROUGH;' to silence this warning
  case COND_EQ:
  ^
  LLVM_FALLTHROUGH; 
/usr/ports/devel/llvm-devel/work/llvm-e9c0fded7c9ef8fde329af8495ede75aa0776a6b/tools/lldb/source/./Plugins/Process/Utility/ARMDefines.h:73:3:
note: insert 'break;' to avoid fall-through
  case COND_EQ:
  ^
  break; 
1 warning generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev