aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/ASTUnit.cpp
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2013-06-11 16:01:49 +0000
committerAlexander Kornienko <alexfh@google.com>2013-06-11 16:01:49 +0000
commit555efc36d08b07e65e2aba65c91fcaec63834c29 (patch)
tree4084d1b79103bd7851ece8261c34c59ec040d62e /clang/lib/Frontend/ASTUnit.cpp
parent447d2d12f0d4a41feeb88341bddbaa79c36a5103 (diff)
downloadllvm-555efc36d08b07e65e2aba65c91fcaec63834c29.zip
llvm-555efc36d08b07e65e2aba65c91fcaec63834c29.tar.gz
llvm-555efc36d08b07e65e2aba65c91fcaec63834c29.tar.bz2
Insert a space at the start of a line comment in case it starts with an alphanumeric character.
Summary: "//Test" becomes "// Test". This change is aimed to improve code readability and conformance to certain coding styles. If a comment starts with a non-alphanumeric character, the space isn't added, e.g. "//-*-c++-*-" stays unchanged. Reviewers: klimek Reviewed By: klimek CC: cfe-commits Differential Revision: http://llvm-reviews.chandlerc.com/D949 llvm-svn: 183750
Diffstat (limited to 'clang/lib/Frontend/ASTUnit.cpp')
0 files changed, 0 insertions, 0 deletions