]> granicus.if.org Git - clang/commit
Early attempts to format in GNU style.
authorAlexander Kornienko <alexfh@google.com>
Tue, 10 Dec 2013 15:42:15 +0000 (15:42 +0000)
committerAlexander Kornienko <alexfh@google.com>
Tue, 10 Dec 2013 15:42:15 +0000 (15:42 +0000)
commitefe04c204c790767ce2fd12ff8cb4e60b57eab40
tree873b52b773efcdd60542f833b95d087b410f64cc
parentb2c22f6eb4ee28a187423e90cd480122e0a10b72
Early attempts to format in GNU style.

Summary:
This still misses a few important features, so there's no mention of
this style in the help message, but a few style rules are implemented.

Reviewers: djasper

Reviewed By: djasper

CC: cfe-commits, klimek
Differential Revision: http://llvm-reviews.chandlerc.com/D2371

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196928 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Format/Format.h
lib/Format/Format.cpp
unittests/Format/FormatTest.cpp