From: Richard Trieu Date: Wed, 27 Jun 2012 02:36:34 +0000 (+0000) Subject: Add missing words to manual. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4375b084c3d528a7d91bbaece369dbcfdedf0af8;p=clang Add missing words to manual. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159251 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html index c97acd1ae0..76b0c67644 100644 --- a/docs/InternalsManual.html +++ b/docs/InternalsManual.html @@ -361,7 +361,7 @@ Clang:

"diff" format Example:"no known conversion %diff{from | to | }1,2" Class:QualType -Description

This formatter takes two QualTypes and attempts to print a template difference between the two. If tree printing is off, the entire text inside the the braces, with the formatted text replacing the pipes. If tree printing is on, the text is not printed and a type tree is printed after the diagnostic message.

+Description

This formatter takes two QualTypes and attempts to print a template difference between the two. If tree printing is off, the entire text inside the the braces is printed, with the formatted text replacing the pipes. If tree printing is on, the text is not printed and a type tree is printed after the diagnostic message.