Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
| Paths 
 |  Differential  D75331  
[clangd] Get rid of lexer usage in locateMacroAt ClosedPublic Authored by kadircet on Feb 28 2020, 12:26 AM. 
Details 
Diff Detail 
 Event Timelinekadircet added a parent revision: D75259: [clangd] Get rid of unnecssary source transformations in locateMacroAt.Feb 28 2020, 12:26 AM hokein added inline comments. This revision is now accepted and ready to land.Feb 28 2020, 5:41 AM Closed by commit rG3ae2fc7a8bb3: [clangd] Get rid of lexer usage in locateMacroAt (authored by kadircet).  ·  Explain WhyMar 2 2020, 5:03 AM This revision was automatically updated to reflect the committed changes. 
Revision Contents 
 
 
Diff 247439 clang-tools-extra/clangd/Hover.cpp
 clang-tools-extra/clangd/SourceCode.h
 clang-tools-extra/clangd/SourceCode.cpp
 clang-tools-extra/clangd/XRefs.cpp
 clang-tools-extra/clangd/refactor/Rename.cpp
 clang-tools-extra/clangd/unittests/CollectMacrosTests.cpp
 clang-tools-extra/clangd/unittests/SourceCodeTests.cpp
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
nit: update the comment.