diff options
| author | Alexander Kornienko <alexfh@google.com> | 2016-08-18 11:10:52 +0000 |
|---|---|---|
| committer | Alexander Kornienko <alexfh@google.com> | 2016-08-18 11:10:52 +0000 |
| commit | 23768f4d037a9736bf210ebc16a02831e8efb0f2 (patch) | |
| tree | 124a681588826c71bee9b7203128e122ed15318c /clang-tools-extra | |
| parent | 76eae751b599704a9abe267046af018e876e290a (diff) | |
| download | bcm5719-llvm-23768f4d037a9736bf210ebc16a02831e8efb0f2.tar.gz bcm5719-llvm-23768f4d037a9736bf210ebc16a02831e8efb0f2.zip | |
[clang-tidy docs] Fix formatting.
llvm-svn: 279050
Diffstat (limited to 'clang-tools-extra')
| -rw-r--r-- | clang-tools-extra/docs/clang-tidy/checks/mpi-type-mismatch.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/mpi-type-mismatch.rst b/clang-tools-extra/docs/clang-tidy/checks/mpi-type-mismatch.rst index 83ed9817675..249340d5403 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/mpi-type-mismatch.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/mpi-type-mismatch.rst @@ -9,6 +9,7 @@ standard (3.1) are verified by this check. User defined typedefs, custom MPI datatypes and null pointer constants are skipped, in the course of verification. Example: + .. code:: c++ // In this case, the buffer type matches MPI datatype. |

