Skip to content

[pseudo] remove most of clang-pseudo #80081

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions clang-tools-extra/pseudo/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
include_directories(include)
include_directories(${CMAKE_CURRENT_BINARY_DIR}/include)
add_subdirectory(include)
add_subdirectory(gen)
add_subdirectory(lib)
add_subdirectory(tool)
add_subdirectory(fuzzer)
add_subdirectory(benchmarks)
if(CLANG_INCLUDE_TESTS)
add_subdirectory(unittests)
add_subdirectory(test)
Expand Down
7 changes: 7 additions & 0 deletions clang-tools-extra/pseudo/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Removed

This was never completed and most of the implementation has been removed.
This document remains for historical interest, for now.

See https://docs.google.com/document/d/1eGkTOsFja63wsv8v0vd5JdoTonj-NlN3ujGF0T7xDbM/edit

# clang pseudoparser

This directory implements an approximate heuristic parser for C++, based on the
Expand Down
156 changes: 0 additions & 156 deletions clang-tools-extra/pseudo/benchmarks/Benchmark.cpp

This file was deleted.

9 changes: 0 additions & 9 deletions clang-tools-extra/pseudo/benchmarks/CMakeLists.txt

This file was deleted.

16 changes: 0 additions & 16 deletions clang-tools-extra/pseudo/fuzzer/CMakeLists.txt

This file was deleted.

82 changes: 0 additions & 82 deletions clang-tools-extra/pseudo/fuzzer/Fuzzer.cpp

This file was deleted.

16 changes: 0 additions & 16 deletions clang-tools-extra/pseudo/fuzzer/Main.cpp

This file was deleted.

11 changes: 0 additions & 11 deletions clang-tools-extra/pseudo/gen/CMakeLists.txt

This file was deleted.

Loading