summaryrefslogtreecommitdiff
path: root/docs/tools/clang.pod
Commit message (Expand)AuthorAge
* Document Darwin-specific defaults.Adrian Prantl2014-06-13
* "Mac OS/X" -> "Mac OS X" spelling fixes for clang.Nico Weber2014-03-07
* Driver: clarify help string for "-###"Tim Northover2014-01-14
* Implement a new -fstandalone-debug option. rdar://problem/15685848Adrian Prantl2014-01-07
* Remove an outdated statement about debugging optimized code.Adrian Prantl2013-12-20
* Document the -fno-limit-debug-info switch in the man page.Adrian Prantl2013-12-20
* Remove clang man page reference to --analyze, and point people to the analyze...Ted Kremenek2013-11-18
* Improve the documentation (bis) with Arthur and Chandler's commentsSylvestre Ledru2013-11-11
* Improve the documentation of the optimization flagsSylvestre Ledru2013-11-11
* Add description of -Ofast optimization option to the man page. <rdar://13660458>Bob Wilson2013-04-17
* Revert "Remove sparse text on diagnostic options. These are not really docum...Ted Kremenek2013-02-05
* Remove sparse text on diagnostic options. These are not really documented an...Ted Kremenek2013-02-05
* Fix copy-paste error in manpage. Should be -stdlib=library.Ted Kremenek2012-09-14
* Revert "Remove clang man page reference to -Oz. It's not an option we want p...Ted Kremenek2012-09-10
* Remove clang man page reference to -Oz. It's not an option we want people to...Ted Kremenek2012-09-10
* Add -ftls-model command-line flag.Hans Wennborg2012-06-28
* Fix a typo (builting -> builtin).Benjamin Kramer2012-02-05
* Driver: Add support for a new -nostdlibinc option.Daniel Dunbar2011-10-11
* Revert my --working-directory option, which wasn't well thought through.Daniel Dunbar2011-09-30
* Driver: Add a --working-directory option which can be used to cause the compilerDaniel Dunbar2011-09-23
* Documentation for -Oz; Updated synopsis and item.Chad Rosier2011-04-30
* Add documentation for -Oz flag.Chad Rosier2011-04-30
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Remove '-Xclang' and '-mllvm' entries from Clang man page. The later is only...Ted Kremenek2011-03-18
* Reorganize predefined macros for all Windows targets.Michael J. Spencer2010-10-21
* Fix a typo in the Clang man page, from Alexander Best.Douglas Gregor2010-10-08
* Update Clang man page to say a little bit more about C++Douglas Gregor2010-09-24
* Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actuallyDaniel Dunbar2010-09-20
* Driver: Add a -stdlib= argument which can be used to select the C++ standardDaniel Dunbar2010-09-14
* Add support for Borland extensions via option -fborland-extensionsDawn Perchik2010-09-02
* Reverting rev 112791 - apparently -fborland-extensions is on all the time?!Dawn Perchik2010-09-02
* Add support for Borland extensions via option -fborland-extensionsDawn Perchik2010-09-02
* Add machine-parseable Fix-It output as part of diagnostics, under theDouglas Gregor2010-08-19
* Remove a gratuitous lie.Daniel Dunbar2010-08-17
* docs: Man page tweaks, to mention the integrated assembler and theDaniel Dunbar2010-05-21
* Document -nobuiltinincRafael Espindola2009-10-27
* Some formatting tweaks to clang(1)Daniel Dunbar2009-09-13
* Several fixes to the clang man page.Daniel Dunbar2009-05-18
* wrap up a version of the man page that is minimally helpful, but somewhat com...Chris Lattner2009-05-12
* add some more content.Chris Lattner2009-05-12
* pull a bunch of options out of clang-cc.cpp. This doesn't includeChris Lattner2009-05-11
* Document environment variables we handle, and don't mention -pipe (itDaniel Dunbar2009-05-06
* More content.Chris Lattner2009-05-06
* add some contentChris Lattner2009-05-06
* Add incredibly bare bones docs/tools.Daniel Dunbar2009-04-29