Jack McCluskey 319c3caf99 Convert Python type hinting to be PEP-585 Compliant (#4083) пре 1 година
..
cpp_refactoring a3b1c433be Remove legacy repo_name settings (#3772) пре 2 година
BUILD a3b1c433be Remove legacy repo_name settings (#3772) пре 2 година
README.md fd28f5f9a8 Add the beginnings of a RecursiveASTVisitor-based migration tool. (#2041) пре 3 година
clang_tidy.yaml 88a9d244b7 Initial migration framework (#525) пре 5 година
migrate_cpp.py 319c3caf99 Convert Python type hinting to be PEP-585 Compliant (#4083) пре 1 година
output_segment.h 79ac4c953a Switch `migrate_cpp` to use concepts. (#3667) пре 2 година
rewriter.cpp 4d522c8e90 Finish making clang-tidy (mostly) work (again) and run -fix (#2312) пре 3 година
rewriter.h 3628e22ca2 Put python object definition and assignment on same line (#3057) пре 2 година
rewriter_test.cpp cae63a2b5b chore: remove repetitive words in comments (#3813) пре 2 година

README.md

C++ migration tooling

Table of contents

Overview

migrate_cpp assists in migration of C++ code to Carbon. It's currently being assembled; more documentation will be added later.

Structure

The migrate_cpp tool uses a clang::RecursiveASTVisitor to traverse Clang's AST and, to each node, associate replacements. Each node's replacement is a sequence of text, or a reference to some other node that should be used to replace it.