llvm-project/clang/lib/Tooling/Refactoring
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
..
Extract Port getLocEnd -> getEndLoc 2018-08-09 21:09:38 +00:00
Rename Port getLocEnd -> getEndLoc 2018-08-09 21:09:38 +00:00
ASTSelection.cpp PR40096: Forwards-compatible with C++20 rule regarding aggregates not having user-declared ctors 2018-12-19 19:33:35 +00:00
ASTSelectionRequirements.cpp [refactor] Initial outline of implementation of "extract function" refactoring 2017-10-24 17:18:45 +00:00
AtomicChange.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
CMakeLists.txt [refactor][extract] insert semicolons into extracted/inserted code 2017-11-03 18:11:22 +00:00
RefactoringActions.cpp [clang-refactor] Introduce a new rename rule for qualified symbols 2017-11-08 08:56:56 +00:00