From bfb31ffa0d894725273222a056221e427552e84b Mon Sep 17 00:00:00 2001 From: pixel <35269695+pixelcmtd@users.noreply.github.com> Date: Fri, 17 Sep 2021 18:18:30 +0200 Subject: [PATCH] clang-cpp, llvm-g++: add page (#6542) --- pages/common/clang-cpp.md | 7 +++++++ pages/common/llvm-g++.md | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 pages/common/clang-cpp.md create mode 100644 pages/common/llvm-g++.md diff --git a/pages/common/clang-cpp.md b/pages/common/clang-cpp.md new file mode 100644 index 000000000..8cf0f9203 --- /dev/null +++ b/pages/common/clang-cpp.md @@ -0,0 +1,7 @@ +# clang-cpp + +> This command is an alias of `clang++`. + +- View documentation for the original command: + +`tldr clang++` diff --git a/pages/common/llvm-g++.md b/pages/common/llvm-g++.md new file mode 100644 index 000000000..8668811bc --- /dev/null +++ b/pages/common/llvm-g++.md @@ -0,0 +1,7 @@ +# llvm-g++ + +> This command is an alias of `clang++`. + +- View documentation for the original command: + +`tldr clang++`