llvm-project/clang/tools/clang-refactor
David Blaikie 0da49a7ef1 PR40096: Forwards-compatible with C++20 rule regarding aggregates not having user-declared ctors
Looks like these were in place to make these types move-only. That's
generally not a feature that the type should prescribe (unless it's an
inherent limitation) - instead leaving it up to the users of a type.

llvm-svn: 349669
2018-12-19 19:33:35 +00:00
..
CMakeLists.txt Add explicit dependency on clangSerialization for a bunch of components to fix -DBUILD_SHARED_LIBS=on build 2018-12-12 08:02:18 +00:00
ClangRefactor.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
TestSupport.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
TestSupport.h PR40096: Forwards-compatible with C++20 rule regarding aggregates not having user-declared ctors 2018-12-19 19:33:35 +00:00
ToolRefactoringResultConsumer.h [refactor] allow the use of refactoring diagnostics 2017-10-16 18:28:26 +00:00