Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix .clang-format file to adhere to LLDB 140 column limit. | Zachary Turner | 2014-08-19 | 1 | -1/+1 |
| | | | | llvm-svn: 215993 | ||||
* | Modification to clang-format style. | Zachary Turner | 2014-08-14 | 1 | -1/+2 |
| | | | | | | Fixes constructor initializer list and function return type style. llvm-svn: 215654 | ||||
* | Update clang-format file. | Zachary Turner | 2014-08-13 | 1 | -0/+3 |
| | | | | llvm-svn: 215572 | ||||
* | Add a .clang-format file to enhance formatting experience with clang-format | David Majnemer | 2014-07-24 | 1 | -0/+4 |
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 |