]> granicus.if.org Git - clang/commit
StmtDumper coding style changes
authorAlexander Kornienko <alexfh@google.com>
Tue, 11 Dec 2012 15:28:09 +0000 (15:28 +0000)
committerAlexander Kornienko <alexfh@google.com>
Tue, 11 Dec 2012 15:28:09 +0000 (15:28 +0000)
commit21c8b19a28f0140261a53f0cc006c8d55a433665
tree98efbbd316e8550a82a2c67440364df22e9a8caa
parentd5bc359971fe9e3d78a44e9b25a909f01f3018ec
StmtDumper coding style changes

Summary:
A few small coding style changes for StmtDumper, including:
- rename Dump* methods to dump*
- uninline some methods
- comment fixes
- whitespace fixes

Please review and commit if okay.

Reviewers: alexfh

Reviewed By: alexfh

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169866 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/StmtDumper.cpp