llvm-capstone/lldb/docs
David Spickett ca723f2d40
[lldb][Docs] Document our major differences from the LLVM style (#66345)
Running:
$ clang-format -i $(find -regex "\./lldb/.*\.c") $(find -regex
"\./lldb/.*\.cpp") $(find -regex "\./lldb/.*\.h")

Resulted in:
 1602 files changed, 25090 insertions(+), 25849 deletions(-)
(note: this includes tests which we wouldn't format, just using this as
an example)

The vast majority of which were whitespace changes. So as far as
formatting we're not deviating from llvm for any reason other than not
churning old code.

Formatting aside, the major features of lldb (single line if, early
return) are all reflected in llvm's style. We differ mainly on variable
naming (proposed to change in
https://llvm.org/docs/Proposals/VariableNames.html anyway) and use of
asserts. Which was already documented.
2023-09-19 08:23:00 +01:00
..
_lldb [NFC][Py Reformat] Reformat python files in lldb 2023-05-25 12:54:09 -07:00
man
resources [lldb][Docs] Document our major differences from the LLVM style (#66345) 2023-09-19 08:23:00 +01:00
testsuite
use Wrong link target in the documentation #62990 2023-09-08 15:38:28 +01:00
.htaccess [lldb] Move Continuous Integration documentation under Testing 2023-08-18 14:05:38 -07:00
CMakeLists.txt
conf.py [lldb] Format more Python files with black (#65979) 2023-09-12 08:46:34 +01:00
doxygen-mainpage.dox
doxygen.cfg.in [docs] Hide collaboration and include graphs in doxygen docs 2023-05-04 12:26:51 +02:00
index.rst [lldb] Revive internal data formatter documentation (#66527) 2023-09-15 11:15:13 -07:00
lldb-for-gdb-users.txt
lldb-gdb-remote.txt hi/low addr space bits can be sent in stop-rely packet 2023-08-16 16:12:18 -07:00
lldb-platform-packets.txt
python_api_enums.rst Fix typos in documentation 2023-08-27 00:18:14 -07:00
python_api.rst Re-land "[lldb/docs] Silence warnings when generating website" 2023-08-31 20:35:10 +01:00