From: Hans Wennborg Date: Mon, 13 Nov 2017 23:27:55 +0000 (+0000) Subject: Update link to protobuf X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4754c4cd0593da445812dba1000352de55bc9695;p=clang Update link to protobuf git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@318110 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Format/TokenAnnotator.cpp b/lib/Format/TokenAnnotator.cpp index aa5990e8c0..3e102f8d3c 100644 --- a/lib/Format/TokenAnnotator.cpp +++ b/lib/Format/TokenAnnotator.cpp @@ -869,7 +869,7 @@ public: return parsePreprocessorDirective(); // Directly allow to 'import ' 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 &&