]> granicus.if.org Git - clang/commitdiff
Update link to protobuf
authorHans Wennborg <hans@hanshq.net>
Mon, 13 Nov 2017 23:27:55 +0000 (23:27 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 13 Nov 2017 23:27:55 +0000 (23:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@318110 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Format/TokenAnnotator.cpp

index aa5990e8c01f61863e2e05606ecd23ec286cf520..3e102f8d3ca7735562d0b548cfaf2cb39bf865f0 100644 (file)
@@ -869,7 +869,7 @@ public:
       return parsePreprocessorDirective();
 
     // Directly allow to 'import <string-literal>' to support protocol buffer
-    // definitions (code.google.com/p/protobuf) or missing "#" (either way we
+    // definitions (github.com/google/protobuf) or missing "#" (either way we
     // should not break the line).
     IdentifierInfo *Info = CurrentToken->Tok.getIdentifierInfo();
     if ((Style.Language == FormatStyle::LK_Java &&