summaryrefslogtreecommitdiff
path: root/docs/tools
Commit message (Expand)AuthorAge
* Remove clang man page reference to --analyze, and point people to the analyze...Ted Kremenek2013-11-18
* Add partial support for the hasDeclaration() matcher in the dynamic layer.Samuel Benzaquen2013-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
* Added documentation for clang-format style options.Alexander Kornienko2013-09-04
* Rewrite eachOf/allOf/anyOf to use a variadic operator.Samuel Benzaquen2013-08-27
* Refactor ArgumentAdaptativeMatcher matchers to remove the template from their...Samuel Benzaquen2013-08-16
* Fix incorrect documentation generation for type matchers.Manuel Klimek2013-07-25
* Add support for type traversal matchers.Samuel Benzaquen2013-07-15
* Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen2013-06-21
* Add description of -Ofast optimization option to the man page. <rdar://13660458>Bob Wilson2013-04-17
* Cleanup of ASTMatcher macros and adding support for overloaded matchers.Manuel Klimek2013-02-06
* 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
* Fixes dump_ast_matchers to parse all matcher macros and updates theManuel Klimek2013-01-09
* 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
* Introduces anchors into LibASTMatchersReference.html.Manuel Klimek2012-09-07
* This is a temporary solution until we have a better way toManuel Klimek2012-08-27
* 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
* build: Get CLANG_VERSION from Version.inc instead of depending on VER file di...Daniel Dunbar2010-06-25
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-08
* docs: Man page tweaks, to mention the integrated assembler and theDaniel Dunbar2010-05-21
* Reverted r103214.mike-m2010-05-07
* 2nd part of: Overhauled llvm/clang docs builds.mike-m2010-05-06
* Use LLVM's new DESTDIR-less PROJ_* variables.Erick Tryzelaar2010-03-04
* Document -nobuiltinincRafael Espindola2009-10-27
* Collapse more clang version numbers down into fewer places.Mike Stump2009-09-16
* Back to 1.1 we go.Mike Stump2009-09-15
* Some formatting tweaks to clang(1)Daniel Dunbar2009-09-13
* Several fixes to the clang man page.Daniel Dunbar2009-05-18