The following case 1 was incorrectly regarded as case 2:
MACRO(foo->^function())
Also add few more tests for macro.
Paths
| Differential D52928
[clangd] Fix a subtle case for GetBeginningOfIdentifier. ClosedPublic Authored by sammccall on Oct 5 2018, 2:41 AM.
Details Summary The following case 1 was incorrectly regarded as case 2: MACRO(foo->^function()) Also add few more tests for macro.
Diff Detail
Event TimelineHerald added subscribers: kadircet, arphaman, jkorous and 3 others. · View Herald TranscriptOct 5 2018, 2:41 AM Closed by commit rCTE343844: [clangd] Fix a subtle case for GetBeginningOfIdentifier. (authored by sammccall). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 168455 clangd/ClangdUnit.cpp
unittests/clangd/ClangdUnitTests.cpp
|