forked from OSchip/llvm-project
5d1df6d220
The current (default) line length is 80 columns. That's based on old hardware and historical conventions. There are no existent reasons to keep line length that small, especially provided that our coding style uses quite lengthy identifiers. The Linux kernel recently switched to 100, let's start with 100 as well. This change intentionally does not re-format code. Re-formatting is intended to happen incrementally, or on dir-by-dir basis separately. Reviewed By: vitalybuka, melver, MaskRay Differential Revision: https://reviews.llvm.org/D106436 |
||
---|---|---|
.. | ||
cmake | ||
docs | ||
include | ||
lib | ||
test | ||
tools | ||
unittests | ||
utils | ||
www | ||
.clang-tidy | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OWNERS.TXT | ||
CREDITS.TXT | ||
LICENSE.TXT | ||
README.txt |
README.txt
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================