Go to file
Greg Clayton b547278cae Fixed an issue where you couldn't delete a user defined regex, python, or multi-word command by adding a new "command delete" command.
This new command will delete user defined regular commands, but not aliases. We still have "command unalias" to remove aliases as they are currently in different buckets. Appropriate error messages are displayed to inform the user when "command unalias" is used on removable user defined commands that points users to the "command delete" command.

Added a test to verify we can remove user defined commands and also verify that "command unalias" fails when used on a user defined command.
<rdar://problem/18248300>

llvm-svn: 225535
2015-01-09 19:08:20 +00:00
clang Parse: Don't crash when an annotation token shows up in a C++11 attr 2015-01-09 18:09:39 +00:00
clang-tools-extra clang-tidy: [misc-use-override] Simplify regular expressions in test. 2015-01-09 14:10:15 +00:00
compiler-rt [asan] Adding a regression test for https://code.google.com/p/address-sanitizer/issues/detail?id=368 2015-01-09 00:26:45 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Use amdgcn triple for SI+ GPUs 2015-01-06 20:42:12 +00:00
libcxx [libc++] Refactor test components into modules. 2015-01-09 18:03:29 +00:00
libcxxabi Fix some formatting I messed up in r225187. 2015-01-05 19:31:59 +00:00
lld PE/COFF: add support to import functions in ARM NT 2015-01-08 04:19:08 +00:00
lldb Fixed an issue where you couldn't delete a user defined regex, python, or multi-word command by adding a new "command delete" command. 2015-01-09 19:08:20 +00:00
llgo [llgo] irgen: generate switch instructions 2015-01-08 07:49:28 +00:00
llvm Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision 2015-01-09 18:55:42 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Adjust test for the new 'distinct' metadata nodes 2015-01-09 08:10:36 +00:00