[clangd] Add RemoveUsingNamespace tweak.
[platform/upstream/llvm.git] / clang-tools-extra / clangd / unittests / TweakTests.cpp
2019-10-16 Utkarsh Saxena[clangd] Add RemoveUsingNamespace tweak.
2019-10-13 Nico WeberMake most clangd unittests pass on Windows
2019-10-08 Ilya Biryukov[clangd] Disable expand auto on decltype(auto)
2019-10-02 Shaurya Gupta[Clangd] ExtractFunction: Don't extract body of enclosi...
2019-10-02 Shaurya Gupta[Clangd] Ensure children are always RootStmt in Extract...
2019-10-02 Sam McCall[clangd] SelectionTree should mark a node as fully...
2019-09-09 Kadir Cetinkaya[clangd] Support multifile edits as output of Tweaks
2019-08-30 Shaurya Gupta[Clangd] ExtractFunction Added checks for broken contro...
2019-08-29 Sam McCallReland "[clangd] Migrate last tweak tests to TweakTesti...
2019-08-28 Sam McCallRevert "[clangd] Migrate last tweak tests to TweakTesti...
2019-08-28 Shaurya Gupta[Clangd] Initial version of ExtractFunction
2019-08-28 Sam McCall[clangd] Migrate last tweak tests to TweakTesting.h...
2019-08-09 Sam McCall[clangd] Disallow extraction of expression-statements.
2019-08-08 Johan Vikstrom[clangd] Added semantic highlighting support for primit...
2019-08-02 Sam McCall[clangd] Add new helpers to make tweak tests scale...
2019-07-31 Shaurya Gupta[Clangd] NFC: Added FIXME in ExtractVariable tests
2019-07-30 Haojian Wu[clangd] Fix a regression in rL366996.
2019-07-26 Sam McCall[clangd] Support extraction of binary "subexpressions...
2019-07-26 Shaurya Gupta[Clangd] Disable ExtractVariable for all types of assig...
2019-07-25 Haojian Wu[clangd] Fix the annotate tweak after rL366893
2019-07-24 Sam McCall[clangd] SelectionTree treats TranslationUnitDecl ...
2019-07-24 Shaurya Gupta[Clangd] Fixed ExtractVariable for certain types of...
2019-07-19 Shaurya Gupta[Clangd] Fixed ExtractVariable test
2019-07-19 Shaurya Gupta[Clangd] Fixed SelectionTree bug for macros
2019-07-18 Shaurya Gupta[Clangd] Changed ExtractVariable to only work on non...
2019-07-18 Haojian Wu[clangd] Suppress unwritten scopes when expanding auto.
2019-07-17 Sam McCall[clangd] Fix error message in tweaktests to be useful...
2019-07-11 Sam McCall[clangd] Implementation of auto type expansion.
2019-07-11 Haojian Wu[clangd] Fix an assertion crash in "ExtractVariable...
2019-07-09 Shaurya Guptadummy variable extraction on a function scope
2019-07-08 Ilya Biryukov[clangd] A code tweak to expand a macro
2019-07-04 Haojian Wu[clangd] Add a hidden tweak to annotate all highlightin...
2019-06-19 Douglas Yung[TEST] Fix test on Windows by looking for substrings...
2019-06-18 Sam McCall[clangd] Add hidden tweaks to dump AST/selection.
2019-06-04 Ilya Biryukov[clangd] Minor cleanup. NFC
2019-05-21 Sam McCall[clangd] Add tweak to convert normal to raw string...
2019-04-29 Sam McCall[clangd] Move clangd tests to clangd directory. check...