Commit Graph

5 Commits

Author SHA1 Message Date
Zachary Turner c99b5ce13a Update build instructions / coding conventions.
This improves the instructions for checking out LLDB, adds
more links to LLVM instructions, and more explicitly calls out
when we differ from the style guide.

Also updates the clang-format configuration file to correctly
reflect a 120 column limit.

Reviewed by: Jim Ingham
Differential Revision: http://reviews.llvm.org/D8222

llvm-svn: 231884
2015-03-10 23:22:25 +00:00
Zachary Turner b25e7b42a9 Fix .clang-format file to adhere to LLDB 140 column limit.
llvm-svn: 215993
2014-08-19 17:18:38 +00:00
Zachary Turner 43f30a4082 Modification to clang-format style.
Fixes constructor initializer list and function return type style.

llvm-svn: 215654
2014-08-14 16:29:15 +00:00
Zachary Turner f818625103 Update clang-format file.
llvm-svn: 215572
2014-08-13 20:08:28 +00:00
David Majnemer 5149bac8b4 Add a .clang-format file to enhance formatting experience with clang-format
clang-format is a handy tool that formats code very intelligently.  I'd
like to use it with LLDB but it requires a .clang-format file to inform
it about LLDB-specific formatting rules.

More information on these rules are here:
http://clang.llvm.org/docs/ClangFormatStyleOptions.html

Differential Revision: http://reviews.llvm.org/D4630

llvm-svn: 213823
2014-07-24 00:26:04 +00:00