kimgr added a comment.

A few more 'inhertiance' left, otherwise spelling looks good to me :-)



================
Comment at: lib/Format/TokenAnnotator.cpp:679
         Tok->Type = TT_CtorInitializerComma;
+      else if (Contexts.back().InInhertianceList)
+        Tok->Type = TT_InheritanceComma;
----------------
This still says 'Inhertiance'


================
Comment at: lib/Format/TokenAnnotator.cpp:950
     bool InCtorInitializer = false;
+    bool InInhertianceList = false;
     bool CaretFound = false;
----------------
'Inhertiance'


Repository:
  rL LLVM

https://reviews.llvm.org/D30487



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to