[Lldb-commits] [lldb] cf6d16f - [lldb] Rename "Projects" to "Open Projects" in the docs
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 18 14:18:27 PDT 2023
Author: Jonas Devlieghere
Date: 2023-08-18T14:18:21-07:00
New Revision: cf6d16f9b54a55ad771dc018592f112841d546ec
URL: https://github.com/llvm/llvm-project/commit/cf6d16f9b54a55ad771dc018592f112841d546ec
DIFF: https://github.com/llvm/llvm-project/commit/cf6d16f9b54a55ad771dc018592f112841d546ec.diff
LOG: [lldb] Rename "Projects" to "Open Projects" in the docs
Make it more obvious that these are project ideas rather than say
ongoing projects.
Added:
Modified:
lldb/docs/resources/projects.rst
Removed:
################################################################################
diff --git a/lldb/docs/resources/projects.rst b/lldb/docs/resources/projects.rst
index 245654dd2ae449..eb2dcdcf8de270 100644
--- a/lldb/docs/resources/projects.rst
+++ b/lldb/docs/resources/projects.rst
@@ -1,5 +1,5 @@
-Projects
-========
+Open Projects
+=============
The following is a mostly unordered set of the ideas for improvements to the
LLDB debugger. Some are fairly deep, some would require less effort.
More information about the lldb-commits
mailing list