Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
cfe/trunk/include/clang/Format/
-
trunk/
-
include/
-
clang/
-
Format/
-
Format.h
Hide Panel
f
Keyboard Reference
?
Differential
D29033
[clang-format] Fix LanguageKind comments.
Closed
Public
Authored by
krasimir
on Jan 23 2017, 7:57 AM.
Download Raw Diff
Details
Reviewers
djasper
Commits
rG9b8fb2cf0ce9: [clang-format] Fix LanguageKind comments.
rC292796: [clang-format] Fix LanguageKind comments.
rL292796: [clang-format] Fix LanguageKind comments.
Summary
With the introduction of LK_ObjC, the comment line for LK_Cpp became obsolete.
Diff Detail
Repository
rL LLVM
Event Timeline
krasimir
created this revision.
Jan 23 2017, 7:57 AM
Herald
added a subscriber:
klimek
.
·
View Herald Transcript
Jan 23 2017, 7:57 AM
krasimir
added a reviewer:
djasper
.
Jan 23 2017, 7:57 AM
krasimir
added a subscriber:
cfe-commits
.
djasper
accepted this revision.
Jan 23 2017, 8:19 AM
Comment Actions
Looks good. Thanks!
This revision is now accepted and ready to land.
Jan 23 2017, 8:19 AM
Closed by commit
rL292796: [clang-format] Fix LanguageKind comments.
(authored by
krasimir
).
·
Explain Why
Jan 23 2017, 8:32 AM
This revision was automatically updated to reflect the committed changes.