File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ void walkUsed(llvm::ArrayRef<Decl *> ASTRoots,
36
36
}
37
37
for (const SymbolReference &MacroRef : MacroRefs) {
38
38
assert (MacroRef.Target .kind () == Symbol::Macro);
39
- // FIXME: Handle macro locations.
40
39
return CB (MacroRef,
41
40
findHeaders (MacroRef.Target .macro ().Definition , SM, PI));
42
41
}
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ llvm::SmallVector<Header> findHeaders(const SymbolLocation &Loc,
18
18
llvm::SmallVector<Header> Results;
19
19
switch (Loc.kind ()) {
20
20
case SymbolLocation::Physical: {
21
+ // FIXME: Handle macro locations.
21
22
// FIXME: Handle non self-contained files.
22
23
FileID FID = SM.getFileID (Loc.physical ());
23
24
const auto *FE = SM.getFileEntryForID (FID);
You can’t perform that action at this time.
0 commit comments