diff options
author | Dawn Perchik <dawn@burble.org> | 2010-09-02 02:18:55 +0000 |
---|---|---|
committer | Dawn Perchik <dawn@burble.org> | 2010-09-02 02:18:55 +0000 |
commit | f0882f90f31c4712633c8becff14bd04391276e6 (patch) | |
tree | 71156323b68189d6a57f12df40fd8b6c8c262090 /clang/docs/tools | |
parent | dcf7b3501dc870da6ca570d3be5331e4858aa56f (diff) | |
download | bcm5719-llvm-f0882f90f31c4712633c8becff14bd04391276e6.tar.gz bcm5719-llvm-f0882f90f31c4712633c8becff14bd04391276e6.zip |
Reverting rev 112791 - apparently -fborland-extensions is on all the time?!
llvm-svn: 112797
Diffstat (limited to 'clang/docs/tools')
-rw-r--r-- | clang/docs/tools/clang.pod | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/docs/tools/clang.pod b/clang/docs/tools/clang.pod index 032efcfcabc..bcf84b7049f 100644 --- a/clang/docs/tools/clang.pod +++ b/clang/docs/tools/clang.pod @@ -168,10 +168,6 @@ Enable support for Pascal-style strings with "\pfoo". Enable support for Microsoft extensions. -=item B<-fborland-extensions> - -Enable support for Borland extensions. - =item B<-fwritable-strings> Make all string literals default to writable. This disables uniquing of |