[all-commits] [llvm/llvm-project] ca723f: [lldb][Docs] Document our major differences from t...
David Spickett via All-commits
all-commits at lists.llvm.org
Tue Sep 19 00:23:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ca723f2d40baf6c84e4c0907040e0c3f226d6302
https://github.com/llvm/llvm-project/commit/ca723f2d40baf6c84e4c0907040e0c3f226d6302
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-09-19 (Tue, 19 Sep 2023)
Changed paths:
M lldb/docs/resources/contributing.rst
Log Message:
-----------
[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.
More information about the All-commits
mailing list