summaryrefslogtreecommitdiffstats
path: root/lldb/www/lldb-coding-conventions.html
Commit message (Collapse)AuthorAgeFilesLines
* Remove lldb coding conventions as they are no longer relevant.Jim Ingham2016-09-081-152/+0
| | | | llvm-svn: 280892
* Modify coding conventions to mention include ordering.Zachary Turner2016-08-111-1/+14
| | | | llvm-svn: 278373
* Replace accidental DOS (and mixed) line endings in a few text filesDimitry Andric2016-01-111-14/+14
| | | | | | | | | | | | | | Summary: Similar to rL256704 and rL256707, fix a few text files which were accidentally checked in with DOS line endings, or mixed line endings. Reviewers: jingham, emaste Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D16027 llvm-svn: 257361
* Update build instructions / coding conventions.Zachary Turner2015-03-101-11/+21
| | | | | | | | | | | | | | 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
* Update the coding standard to reflect recent changes.Zachary Turner2015-02-111-6/+0
| | | | | | | | | | | This removes the rule from the LLDB coding standard about putting a space after function names and before parentheses. We now conform to the LLVM style guide. If you previously wrote pointer->func (args), it would now be written pointer->func(args). Using clang-format will do this automatically. llvm-svn: 228860
* Add an initial description of the rules for constructing new SB API classes.Jim Ingham2014-12-061-1/+1
| | | | llvm-svn: 223550
* First pass at a description of the lldb coding conventions.Jim Ingham2014-12-051-0/+135
llvm-svn: 223543
OpenPOWER on IntegriCloud