Skip to content

Commit

Permalink
[clang][doc] Removes obsolete comment.
Browse files Browse the repository at this point in the history
After reading about the documentation improvements on LLVM weekly this
part seems obsolete.

Reviewed By: ChuanqiXu

Differential Revision: https://reviews.llvm.org/D144497
  • Loading branch information
mordante committed Feb 22, 2023
1 parent c45d2df commit a7b6978
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions clang/docs/StandardCPlusPlusModules.rst
Expand Up @@ -603,16 +603,6 @@ and add the label ``clang:modules`` (if you have permissions for that).

For higher level support for proposals, you could visit https://clang.llvm.org/cxx_status.html.

Support for clang-scan-deps
~~~~~~~~~~~~~~~~~~~~~~~~~~~

The support for clang-scan-deps may be the most urgent problem for modules now.
Without the support for clang-scan-deps, it's hard to involve build systems.
This means that users could only play with modules through makefiles or by writing a parser by hand.
It blocks more uses for modules, which will block more defect reports or requirements.

This is tracked in: https://github.com/llvm/llvm-project/issues/51792.

Ambiguous deduction guide
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit a7b6978

Please sign in to comment.