Update link to protobuf

llvm-svn: 318110
This commit is contained in:
Hans Wennborg 2017-11-13 23:27:55 +00:00
parent 5fd1f17370
commit 656c8629e2
1 changed files with 1 additions and 1 deletions

View 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 &&