llvm-project/lldb/packages/Python/lldbsuite/test/lang/objc
James Y Knight 5d71fc5d7b Adjust documentation for git migration.
This fixes most references to the paths:
 llvm.org/svn/
 llvm.org/git/
 llvm.org/viewvc/
 github.com/llvm-mirror/
 github.com/llvm-project/
 reviews.llvm.org/diffusion/

to instead point to https://github.com/llvm/llvm-project.

This is *not* a trivial substitution, because additionally, all the
checkout instructions had to be migrated to instruct users on how to
use the monorepo layout, setting LLVM_ENABLE_PROJECTS instead of
checking out various projects into various subdirectories.

I've attempted to not change any scripts here, only documentation. The
scripts will have to be addressed separately.

Additionally, I've deleted one document which appeared to be outdated
and unneeded:
  lldb/docs/building-with-debug-llvm.txt

Differential Revision: https://reviews.llvm.org/D57330

llvm-svn: 352514
2019-01-29 16:37:27 +00:00
..
bitfield_ivars Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
blocks Add decorator support for the DWARF version produced by the compiler 2019-01-24 18:24:14 +00:00
conflicting-definition Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
exceptions [Test] Fix up tests affected by the new LLVM header. 2019-01-22 03:50:44 +00:00
forward-decl [SymbolFile] Implement GetCompleteObjCClass for .debug_names 2018-06-27 19:58:39 +00:00
foundation Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
global_ptrs Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
hidden-ivars Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
ivar-IMP [testsuite] Remove unused seven module imports. 2019-01-28 18:07:41 +00:00
modules Re-enable lang/objc/modules/TestObjCModules 2018-02-16 12:33:10 +00:00
modules-auto-import Remove -gmodules restriction from test 2018-03-16 18:21:48 +00:00
modules-cache Rename clang.modules-cache-path to symbols.clang-modules-cache-path 2018-03-10 01:11:25 +00:00
modules-incomplete Rewrite testcase to not depend on Foundation implementation details. 2018-02-08 21:52:28 +00:00
modules-inline-functions Simplify testcase by using lldbutil.run_to_source_breakpoint() 2019-01-07 16:27:52 +00:00
objc++ Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
objc-baseclass-sbtype Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
objc-builtin-types Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
objc-checker Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
objc-class-method Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
objc-dyn-sbtype Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
objc-dynamic-value Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
objc-foundation-dictionary-empty [Dictionary] Rewrite the test added in r327587 as an inline test. 2018-03-15 00:07:05 +00:00
objc-ivar-offsets Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
objc-ivar-protocols *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
objc-ivar-stripped Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
objc-new-syntax Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
objc-optimized Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
objc-property Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
objc-runtime-ivars Skip TestRuntimeIvars on i386; the Objective-C V1 runtime doesn't list ivars. 2016-09-30 16:02:28 +00:00
objc-static-method Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
objc-static-method-stripped Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
objc-stepping Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
objc-struct-argument Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
objc-struct-return Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
objc-super Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
orderedset @skipUnlessDarwin TestOrderedSet 2018-05-30 10:04:32 +00:00
print-obj Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ptr_refs Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
radar-9691614 Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
rdar-10967107 Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
rdar-11355592 Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
rdar-12408181 Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
real-definition Remove header grouping comments. 2018-11-11 23:17:06 +00:00
sample
self Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
single-entry-dictionary Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00
unicode-string Handle UTF-16 and UTF-32 constant CFStrings 2016-12-01 17:46:51 +00:00
variadic_methods Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
.categories