[clang] 5e601ad - [NFC] Add a blank line after directives in StandardCPlusPlusModules.rst
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 19 01:11:37 PDT 2023
Author: Chuanqi Xu
Date: 2023-07-19T16:10:55+08:00
New Revision: 5e601ad3bcb9fbeb1336dc728ac0eed196bce698
URL: https://github.com/llvm/llvm-project/commit/5e601ad3bcb9fbeb1336dc728ac0eed196bce698
DIFF: https://github.com/llvm/llvm-project/commit/5e601ad3bcb9fbeb1336dc728ac0eed196bce698.diff
LOG: [NFC] Add a blank line after directives in StandardCPlusPlusModules.rst
Added:
Modified:
clang/docs/StandardCPlusPlusModules.rst
Removed:
################################################################################
diff --git a/clang/docs/StandardCPlusPlusModules.rst b/clang/docs/StandardCPlusPlusModules.rst
index f7778ecaeff670..51f67318501153 100644
--- a/clang/docs/StandardCPlusPlusModules.rst
+++ b/clang/docs/StandardCPlusPlusModules.rst
@@ -554,6 +554,7 @@ the compilation of ``use.cpp`` may be slower than
the following style significantly:
.. code-block:: c++
+
module;
#include "big.header.h"
export module m:big.header.wrapper;
More information about the cfe-commits
mailing list