aboutsummaryrefslogtreecommitdiff
path: root/lib/Index/Entity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Index/Entity.cpp')
-rw-r--r--lib/Index/Entity.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Index/Entity.cpp b/lib/Index/Entity.cpp
index 06e22bbd04..8178fbe7ab 100644
--- a/lib/Index/Entity.cpp
+++ b/lib/Index/Entity.cpp
@@ -132,9 +132,9 @@ Entity EntityGetter::VisitFieldDecl(FieldDecl *D) {
}
Entity EntityGetter::VisitTypeDecl(TypeDecl *D) {
- // Make TypeDecl an invalid Entity. Although in C++ class name has external
- // linkage, usually the definition of the class is available in the same
- // translation unit when it's needed. So we make all of them invalid Entity.
+ // Although in C++ class name has external linkage, usually the definition of
+ // the class is available in the same translation unit when it's needed. So we
+ // make all of them invalid Entity.
return Entity();
}