diff options
author | Dawn Perchik <dawn@burble.org> | 2010-09-02 23:59:25 +0000 |
---|---|---|
committer | Dawn Perchik <dawn@burble.org> | 2010-09-02 23:59:25 +0000 |
commit | 68bb1b441fc7e80eb1ffbfc7fa83d6878fec64ca (patch) | |
tree | 5bd621e29789b9ab26d5552c7ac05c835967f76a /clang/docs/tools | |
parent | a70fab8dd795bd391f40969ad36390e66738555e (diff) | |
download | bcm5719-llvm-68bb1b441fc7e80eb1ffbfc7fa83d6878fec64ca.tar.gz bcm5719-llvm-68bb1b441fc7e80eb1ffbfc7fa83d6878fec64ca.zip |
Add support for Borland extensions via option -fborland-extensions
(original patch r112791 was reverted due to a bug).
llvm-svn: 112915
Diffstat (limited to 'clang/docs/tools')
-rw-r--r-- | clang/docs/tools/clang.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/docs/tools/clang.pod b/clang/docs/tools/clang.pod index bcf84b7049f..032efcfcabc 100644 --- a/clang/docs/tools/clang.pod +++ b/clang/docs/tools/clang.pod @@ -168,6 +168,10 @@ 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 |