summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-10-31 21:10:26 +0000
committerKostya Serebryany <kcc@google.com>2016-10-31 21:10:26 +0000
commita1f87e5a1ccedd3525e7752c1012e58df4346f36 (patch)
tree79b729203d284d1bfb05e064056a42f90f6643e8 /llvm
parent20df4ecf4f5a07ec4a16d9435174d3ef2bf9c729 (diff)
downloadbcm5719-llvm-a1f87e5a1ccedd3525e7752c1012e58df4346f36.tar.gz
bcm5719-llvm-a1f87e5a1ccedd3525e7752c1012e58df4346f36.zip
docs: trying to fix the docs bot by removing non-ASCII characters. The docs build fine on my machine, bot fail on the bot (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/25/steps/docs-llvm-html/logs/stdio)
llvm-svn: 285639
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/ProgrammersManual.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/ProgrammersManual.rst b/llvm/docs/ProgrammersManual.rst
index e6362b864aa..bbcb15aa92b 100644
--- a/llvm/docs/ProgrammersManual.rst
+++ b/llvm/docs/ProgrammersManual.rst
@@ -456,9 +456,9 @@ been activated:
.. code-block:: c++
handleErrors(
- processFormattedFile(…),
+ processFormattedFile(...),
[](const BadFileFormat &BFF) {
- report(“Unable to process “ + BFF.Path + “: bad format”);
+ report("Unable to process " + BFF.Path + ": bad format");
},
[](const FileNotFound &FNF) {
report("File not found " + FNF.Path);
OpenPOWER on IntegriCloud