Deleted Added
full compact
3c3,5
< // The LLVM Compiler Infrastructure
---
> // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
> // See https://llvm.org/LICENSE.txt for license information.
> // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5,7d6
< // This file is distributed under the University of Illinois Open Source
< // License. See LICENSE.TXT for details.
< //
22,24c21,22
< StringRef getText(SourceRange Range, const ASTContext &Context) {
< return Lexer::getSourceText(CharSourceRange::getTokenRange(Range),
< Context.getSourceManager(),
---
> StringRef getText(CharSourceRange Range, const ASTContext &Context) {
> return Lexer::getSourceText(Range, Context.getSourceManager(),
27c25
< } // end namespace internal
---
> } // namespace internal