#
76ba1cf1 |
| 26-Jul-2019 |
Shaurya Gupta <shauryab98@gmail.com> |
[Clangd] Disable ExtractVariable for all types of assignments
Reviewers: sammccall, kadircet
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, cfe-commits
Tags: #clang
Differential Revision
[Clangd] Disable ExtractVariable for all types of assignments
Reviewers: sammccall, kadircet
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D65332
llvm-svn: 367113
show more ...
|
#
b0ed5bea |
| 24-Jul-2019 |
Shaurya Gupta <shauryab98@gmail.com> |
[Clangd] Fixed ExtractVariable for certain types of Exprs
Summary:
- Modified ExtractVariable for extraction of MemberExpr, DeclRefExpr and Assignment Expr - Removed extraction from label statement
[Clangd] Fixed ExtractVariable for certain types of Exprs
Summary:
- Modified ExtractVariable for extraction of MemberExpr, DeclRefExpr and Assignment Expr - Removed extraction from label statements. - Fixed unittests
Reviewers: sammccall, kadircet
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D64717
llvm-svn: 366869
show more ...
|
#
da5258c4 |
| 18-Jul-2019 |
Shaurya Gupta <shauryab98@gmail.com> |
[Clangd] Changed ExtractVariable to only work on non empty selections
Summary: - For now, we don't trigger in any case if it's an empty selection - Fixed unittests
Reviewers: kadircet, sammccall
S
[Clangd] Changed ExtractVariable to only work on non empty selections
Summary: - For now, we don't trigger in any case if it's an empty selection - Fixed unittests
Reviewers: kadircet, sammccall
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D64912
llvm-svn: 366451
show more ...
|
Revision tags: llvmorg-10-init |
|
#
1503a3b2 |
| 11-Jul-2019 |
Haojian Wu <hokein@google.com> |
[clangd] Fix an assertion crash in "ExtractVariable" tweak
Summary: GetTypePtr requires that the type should not be null, otherwise we hit an assertion, we should use getTypePtrOrNull instead.
Revi
[clangd] Fix an assertion crash in "ExtractVariable" tweak
Summary: GetTypePtr requires that the type should not be null, otherwise we hit an assertion, we should use getTypePtrOrNull instead.
Reviewers: sammccall, SureYeaah
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, kadircet, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D64556
llvm-svn: 365763
show more ...
|
Revision tags: llvmorg-8.0.1, llvmorg-8.0.1-rc4 |
|
#
cc0203e0 |
| 09-Jul-2019 |
Shaurya Gupta <shauryab98@gmail.com> |
Fixed assertion
llvm-svn: 365460
|
#
1fb97c90 |
| 09-Jul-2019 |
Shaurya Gupta <shauryab98@gmail.com> |
dummy variable extraction on a function scope
Summary: - Added extraction to a dummy variable - using auto for the dummy variable type for now - Works on a function scope - Adding braces to create a
dummy variable extraction on a function scope
Summary: - Added extraction to a dummy variable - using auto for the dummy variable type for now - Works on a function scope - Adding braces to create a compound statement not supported yet - added unit tests
Reviewers: sammccall, kadircet
Subscribers: mgorny, jkorous, arphaman, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D63773
llvm-svn: 365453
show more ...
|