llvm-capstone/lldb
Jonas Devlieghere 8b3af63b89 [NFC] Remove ASCII lines from comments
A lot of comments in LLDB are surrounded by an ASCII line to delimit the
begging and end of the comment.

Its use is not really consistent across the code base, sometimes the
lines are longer, sometimes they are shorter and sometimes they are
omitted. Furthermore, it looks kind of weird with the 80 column limit,
where the comment actually extends past the line, but not by much.
Furthermore, when /// is used for Doxygen comments, it looks
particularly odd. And when // is used, it incorrectly gives the
impression that it's actually a Doxygen comment.

I assume these lines were added to improve distinguishing between
comments and code. However, given that todays editors and IDEs do a
great job at highlighting comments, I think it's worth to drop this for
the sake of consistency. The alternative is fixing all the
inconsistencies, which would create a lot more churn.

Differential revision: https://reviews.llvm.org/D60508

llvm-svn: 358135
2019-04-10 20:48:55 +00:00
..
cmake [CMake] Don't explicitly use LLVM_LIBRARY_DIR in standalone builds 2019-04-05 21:01:50 +00:00
docs Don't abort() in lldb_assert and document why. 2019-03-29 16:12:27 +00:00
examples [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
include/lldb [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
lit Breakpad: Parse Stack CFI records 2019-04-09 08:05:11 +00:00
lldb.xcodeproj [Platform] Remove Kalimba Platform 2019-03-27 16:23:50 +00:00
lldb.xcworkspace
packages/Python/lldbsuite [testsuite] Split Obj-C foundation test 2019-04-10 14:30:00 +00:00
resources
scripts Docstringify some comments in the swig interface files 2019-04-10 07:55:04 +00:00
source [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
test [CMake] Make lldb-test-deps a dependency of check-lldb 2019-02-13 20:51:13 +00:00
third_party/Python/module [lldb/thirdparty] Remove unneeded files, asked by Jonas. 2019-03-12 20:41:36 +00:00
tools [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
unittests [NFC] Remove ASCII lines from comments 2019-04-10 20:48:55 +00:00
utils [lldb-dotest] Print dotest.py invocation. 2019-04-03 01:26:38 +00:00
www Don't abort() in lldb_assert and document why. 2019-03-29 16:12:27 +00:00
.arcconfig
.clang-format
.gitignore Add .noindex to the gitignore 2019-04-05 17:57:42 +00:00
CMakeLists.txt Add lldb-vscode as a dependency of lldb tests. 2019-03-26 18:36:44 +00:00
CODE_OWNERS.txt
INSTALL.txt
LICENSE.TXT
use_lldb_suite_root.py