summaryrefslogtreecommitdiffstats
path: root/docs/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo (builting -> builtin).Benjamin Kramer2012-02-051-1/+1
* Driver: Add support for a new -nostdlibinc option.Daniel Dunbar2011-10-111-1/+7
* Revert my --working-directory option, which wasn't well thought through.Daniel Dunbar2011-09-301-7/+0
* Driver: Add a --working-directory option which can be used to cause the compilerDaniel Dunbar2011-09-231-0/+7
* Documentation for -Oz; Updated synopsis and item.Chad Rosier2011-04-301-2/+2
* Add documentation for -Oz flag.Chad Rosier2011-04-301-1/+2
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Remove '-Xclang' and '-mllvm' entries from Clang man page. The later is only...Ted Kremenek2011-03-181-8/+0
* Reorganize predefined macros for all Windows targets.Michael J. Spencer2010-10-211-0/+4
* Fix a typo in the Clang man page, from Alexander Best.Douglas Gregor2010-10-081-1/+1
* Update Clang man page to say a little bit more about C++Douglas Gregor2010-09-241-3/+4
* Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actuallyDaniel Dunbar2010-09-201-1/+16
* Driver: Add a -stdlib= argument which can be used to select the C++ standardDaniel Dunbar2010-09-141-0/+6
* Add support for Borland extensions via option -fborland-extensionsDawn Perchik2010-09-021-0/+4
* Reverting rev 112791 - apparently -fborland-extensions is on all the time?!Dawn Perchik2010-09-021-4/+0
* Add support for Borland extensions via option -fborland-extensionsDawn Perchik2010-09-021-0/+4
* Add machine-parseable Fix-It output as part of diagnostics, under theDouglas Gregor2010-08-191-0/+1
* Remove a gratuitous lie.Daniel Dunbar2010-08-171-1/+0
* build: Get CLANG_VERSION from Version.inc instead of depending on VER file di...Daniel Dunbar2010-06-251-1/+2
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-081-2/+2
* docs: Man page tweaks, to mention the integrated assembler and theDaniel Dunbar2010-05-211-6/+19
* Reverted r103214.mike-m2010-05-071-0/+115
* 2nd part of: Overhauled llvm/clang docs builds.mike-m2010-05-061-115/+0
* Use LLVM's new DESTDIR-less PROJ_* variables.Erick Tryzelaar2010-03-041-3/+3
* Document -nobuiltinincRafael Espindola2009-10-271-0/+4
* Collapse more clang version numbers down into fewer places.Mike Stump2009-09-161-1/+4
* Back to 1.1 we go.Mike Stump2009-09-151-1/+1
* Some formatting tweaks to clang(1)Daniel Dunbar2009-09-131-24/+24
* Several fixes to the clang man page.Daniel Dunbar2009-05-181-24/+21
* wrap up a version of the man page that is minimally helpful, but somewhat com...Chris Lattner2009-05-121-45/+31
* add some more content.Chris Lattner2009-05-121-80/+182
* pull a bunch of options out of clang-cc.cpp. This doesn't includeChris Lattner2009-05-112-18/+142
* Document environment variables we handle, and don't mention -pipe (itDaniel Dunbar2009-05-061-8/+30
* More content.Chris Lattner2009-05-061-23/+82
* add some contentChris Lattner2009-05-061-24/+97
* Override some pod2man defaults.Daniel Dunbar2009-05-061-1/+1
* Make install target actually work, dependencies FTW.Daniel Dunbar2009-05-011-3/+3
* Add ONLY_MAN_DOCS variable to only install the man page, not the htmlDaniel Dunbar2009-05-011-1/+13
* Add incredibly bare bones docs/tools.Daniel Dunbar2009-04-293-0/+507