aboutsummaryrefslogtreecommitdiff
path: root/docs/tools
AgeCommit message (Expand)Author
2013-02-06Cleanup of ASTMatcher macros and adding support for overloaded matchers.Manuel Klimek
2013-02-05Revert "Remove sparse text on diagnostic options. These are not really docum...Ted Kremenek
2013-02-05Remove sparse text on diagnostic options. These are not really documented an...Ted Kremenek
2013-01-09Fixes dump_ast_matchers to parse all matcher macros and updates theManuel Klimek
2012-09-14Fix copy-paste error in manpage. Should be -stdlib=library.Ted Kremenek
2012-09-10Revert "Remove clang man page reference to -Oz. It's not an option we want p...Ted Kremenek
2012-09-10Remove clang man page reference to -Oz. It's not an option we want people to...Ted Kremenek
2012-09-07Introduces anchors into LibASTMatchersReference.html.Manuel Klimek
2012-08-27This is a temporary solution until we have a better way toManuel Klimek
2012-06-28Add -ftls-model command-line flag.Hans Wennborg
2012-02-05Fix a typo (builting -> builtin).Benjamin Kramer
2011-10-11Driver: Add support for a new -nostdlibinc option.Daniel Dunbar
2011-09-30Revert my --working-directory option, which wasn't well thought through.Daniel Dunbar
2011-09-23Driver: Add a --working-directory option which can be used to cause the compilerDaniel Dunbar
2011-04-30Documentation for -Oz; Updated synopsis and item.Chad Rosier
2011-04-30Add documentation for -Oz flag.Chad Rosier
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-03-18Remove '-Xclang' and '-mllvm' entries from Clang man page. The later is only...Ted Kremenek
2010-10-21Reorganize predefined macros for all Windows targets.Michael J. Spencer
2010-10-08Fix a typo in the Clang man page, from Alexander Best.Douglas Gregor
2010-09-24Update Clang man page to say a little bit more about C++Douglas Gregor
2010-09-20Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actuallyDaniel Dunbar
2010-09-14Driver: Add a -stdlib= argument which can be used to select the C++ standardDaniel Dunbar
2010-09-02Add support for Borland extensions via option -fborland-extensionsDawn Perchik
2010-09-02Reverting rev 112791 - apparently -fborland-extensions is on all the time?!Dawn Perchik
2010-09-02Add support for Borland extensions via option -fborland-extensionsDawn Perchik
2010-08-19Add machine-parseable Fix-It output as part of diagnostics, under theDouglas Gregor
2010-08-17Remove a gratuitous lie.Daniel Dunbar
2010-06-25build: Get CLANG_VERSION from Version.inc instead of depending on VER file di...Daniel Dunbar
2010-06-08Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar
2010-05-21docs: Man page tweaks, to mention the integrated assembler and theDaniel Dunbar
2010-05-07Reverted r103214.mike-m
2010-05-062nd part of: Overhauled llvm/clang docs builds.mike-m
2010-03-04Use LLVM's new DESTDIR-less PROJ_* variables.Erick Tryzelaar
2009-10-27Document -nobuiltinincRafael Espindola
2009-09-16Collapse more clang version numbers down into fewer places.Mike Stump
2009-09-15Back to 1.1 we go.Mike Stump
2009-09-13Some formatting tweaks to clang(1)Daniel Dunbar
2009-05-18Several fixes to the clang man page.Daniel Dunbar
2009-05-12wrap up a version of the man page that is minimally helpful, but somewhat com...Chris Lattner
2009-05-12add some more content.Chris Lattner
2009-05-11pull a bunch of options out of clang-cc.cpp. This doesn't includeChris Lattner
2009-05-06Document environment variables we handle, and don't mention -pipe (itDaniel Dunbar
2009-05-06More content.Chris Lattner
2009-05-06add some contentChris Lattner
2009-05-06Override some pod2man defaults.Daniel Dunbar
2009-05-01Make install target actually work, dependencies FTW.Daniel Dunbar
2009-05-01Add ONLY_MAN_DOCS variable to only install the man page, not the htmlDaniel Dunbar
2009-04-29Add incredibly bare bones docs/tools.Daniel Dunbar