Used in clangd.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 22057 Build 22057: arc lint + arc unit
Paths
| Differential D51436
[CodeComplete] Report location of opening parens for signature help ClosedPublic Authored by ilya-biryukov on Aug 29 2018, 9:24 AM.
Details
Diff Detail
Event Timelineilya-biryukov added a child revision: D51437: [clangd] Report position of opening paren in singature help.Aug 29 2018, 9:26 AM This revision is now accepted and ready to land.Aug 30 2018, 1:36 AM Closed by commit rL341063: [CodeComplete] Report location of opening parens for signature help (authored by ibiryukov). · Explain WhyAug 30 2018, 6:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 163113 include/clang/Sema/CodeCompleteConsumer.h
include/clang/Sema/Sema.h
lib/Frontend/ASTUnit.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseExpr.cpp
lib/Parse/ParseExprCXX.cpp
lib/Parse/ParseOpenMP.cpp
lib/Sema/CodeCompleteConsumer.cpp
lib/Sema/SemaCodeComplete.cpp
test/CodeCompletion/paren_locs.cpp
tools/libclang/CIndexCodeCompletion.cpp
|