diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-08-17 17:34:48 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-08-17 17:34:48 +0000 |
commit | 71323e66b63e1d08cd5a559a0eff21dd20db262e (patch) | |
tree | ffa01ca885a31b27c41b5ad07474643e9d91ef60 /clang/docs/tools | |
parent | 1fe76565d0bb61898538fb6b38949c2fe5202f3f (diff) | |
download | bcm5719-llvm-71323e66b63e1d08cd5a559a0eff21dd20db262e.tar.gz bcm5719-llvm-71323e66b63e1d08cd5a559a0eff21dd20db262e.zip |
Remove a gratuitous lie.
llvm-svn: 111253
Diffstat (limited to 'clang/docs/tools')
-rw-r--r-- | clang/docs/tools/clang.pod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/docs/tools/clang.pod b/clang/docs/tools/clang.pod index 0c1ab574d53..94f6b767a88 100644 --- a/clang/docs/tools/clang.pod +++ b/clang/docs/tools/clang.pod @@ -515,7 +515,6 @@ targets. =head1 BUGS -Clang currently does not have C++ support, and this manual page is incomplete. To report bugs, please visit L<http://llvm.org/bugs/>. Most bug reports should include preprocessed source files (use the B<-E> option) and the full output of the compiler, along with information to reproduce. |