aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaCodeComplete.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-01-16 17:00:50 +0000
committerDaniel Jasper <djasper@google.com>2013-01-16 17:00:50 +0000
commit16618240a8a28d84de6d950f89145a78645e26e7 (patch)
tree72cd0141220afaffe7ab2dae0baedacd7fc2c862 /lib/Sema/SemaCodeComplete.cpp
parent36845474e217b952c720f4f87923bc78059640c5 (diff)
Fix a bug where we would move a following line into a comment.
Before: Constructor() : a(a), // comment a(a) {} After: Constructor() : a(a), // comment a(a) {} Needed this as a quick fix. Will add more tests for this in a future commit. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172624 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaCodeComplete.cpp')
0 files changed, 0 insertions, 0 deletions