mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 07:26:06 +00:00
Fix clang-tools-extra build after clang r235614.
llvm-svn: 235642
This commit is contained in:
parent
8b0182af2f
commit
76e66607a3
@ -644,7 +644,7 @@ public:
|
||||
for (Preprocessor::macro_iterator M = PP.macro_begin(),
|
||||
MEnd = PP.macro_end();
|
||||
M != MEnd; ++M) {
|
||||
Location Loc(SM, M->second->getLocation());
|
||||
Location Loc(SM, M->second.getLatest()->getLocation());
|
||||
if (!Loc)
|
||||
continue;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user