diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-25 22:02:37 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-25 22:02:37 +0000 |
| commit | 2aa45cf43eab5239b119d2464cd662af73625d62 (patch) | |
| tree | c09e2909556b44e627000f78e51d86f85d7690b4 /clang/docs/InternalsManual.html | |
| parent | 4fb32b10e5ded46da1bb497d91f716775e0599ea (diff) | |
| download | bcm5719-llvm-2aa45cf43eab5239b119d2464cd662af73625d62.tar.gz bcm5719-llvm-2aa45cf43eab5239b119d2464cd662af73625d62.zip | |
Fix two typos in the doc
llvm-svn: 160763
Diffstat (limited to 'clang/docs/InternalsManual.html')
| -rw-r--r-- | clang/docs/InternalsManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/InternalsManual.html b/clang/docs/InternalsManual.html index c6df19c0d00..3f3e124ae64 100644 --- a/clang/docs/InternalsManual.html +++ b/clang/docs/InternalsManual.html @@ -1704,7 +1704,7 @@ interacts with constant evaluation:</p> <li><b><tt>__extension__</tt></b>: The expression form of this extension causes any evaluatable subexpression to be accepted as an integer constant expression.</li> -<li><b><tt>__builtin_constant_p</tt></b>: This returns true (as a integer +<li><b><tt>__builtin_constant_p</tt></b>: This returns true (as an integer constant expression) if the operand evaluates to either a numeric value (that is, not a pointer cast to integral type) of integral, enumeration, floating or complex type, or if it evaluates to the address of the first |

