summaryrefslogtreecommitdiffstats
path: root/docs/tools
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Update dump_format_style.py to indent nested fieldsKrasimir Georgiev2017-06-231-5/+6
* [clang-format] Add more examples and fix a bug in the py generation scriptSylvestre Ledru2017-03-131-1/+1
* Remove a useless subsitution in doxygen2rst which was incorrectly replacing *...Sylvestre Ledru2017-03-091-1/+0
* IgnoringImplicit matcher.Cong Liu2016-06-241-0/+0
* Fix the doc extraction script to work with hasAnyName and with equalsNode.Samuel Benzaquen2016-05-041-3/+3
* Support language selection for \code blocks.Alexander Kornienko2016-02-231-3/+7
* Allow running dump_format_style.py from any directory.Alexander Kornienko2016-02-231-2/+4
* [ASTMatchers] Add matcher hasAnyName.Samuel Benzaquen2016-02-221-0/+10
* [analyzer] dump_ast_matchers.py: fix replacement regexpsYury Gribov2016-02-181-3/+3
* Properly encode the < entity; it was missing the semicolon. Regenerating t...Aaron Ballman2016-01-221-1/+1
* When dumping documentation for AST matchers, do something more useful with \s...Aaron Ballman2016-01-211-0/+5
* Fix ASTMatcher reference newlines and make the generator script windows-proof.Benjamin Kramer2015-11-202-2/+2
* clang-format: Hopefully fix code blocks in docs.Daniel Jasper2015-10-071-1/+1
* clang-format: Add empty line before code-blocks in Docs.Daniel Jasper2015-10-061-1/+1
* clang-format: Make IncludeCategories configurable in .clang-format file.Daniel Jasper2015-10-061-4/+6
* clang-format: Add a new brace style "custom" as well as flags toDaniel Jasper2015-09-291-4/+50
* Fix AST matcher documentation.Manuel Klimek2015-08-141-3/+3
* Sphinx-based clang man pagesAndrew Wilkins2015-06-303-986/+0
* docs: grammar adjustments in clang manpageSaleem Abdulrasool2015-06-131-7/+7
* ASTMatchers: Make AST_POLYMORPHIC_SUPPORTED_TYPES a variadic macroBenjamin Kramer2015-03-071-2/+2
* clang-format: Escape '*' in generated flag documentation.Daniel Jasper2014-12-021-0/+1
* Document Darwin-specific defaults.Adrian Prantl2014-06-131-2/+3
* clang-format: Update flag documentation, and generation script.Daniel Jasper2014-04-091-2/+3
* Add loc() to the dynamic registry.Samuel Benzaquen2014-03-101-0/+19
* "Mac OS/X" -> "Mac OS X" spelling fixes for clang.Nico Weber2014-03-071-1/+1
* Fix AST matcher documentation for overloaded matchers.Manuel Klimek2014-02-241-2/+2
* Fix docs generation for the AST matchers:Manuel Klimek2014-02-241-4/+9
* clang-format: Improve documentation of DerivePointerBinding.Daniel Jasper2014-02-131-2/+2
* Driver: clarify help string for "-###"Tim Northover2014-01-141-1/+1
* Implement a new -fstandalone-debug option. rdar://problem/15685848Adrian Prantl2014-01-071-6/+13
* Remove an outdated statement about debugging optimized code.Adrian Prantl2013-12-201-2/+1
* Document the -fno-limit-debug-info switch in the man page.Adrian Prantl2013-12-201-0/+8
* Remove clang man page reference to --analyze, and point people to the analyze...Ted Kremenek2013-11-181-5/+2
* Add partial support for the hasDeclaration() matcher in the dynamic layer.Samuel Benzaquen2013-11-181-1/+2
* Improve the documentation (bis) with Arthur and Chandler's commentsSylvestre Ledru2013-11-111-6/+2
* Improve the documentation of the optimization flagsSylvestre Ledru2013-11-111-15/+51
* Added documentation for clang-format style options.Alexander Kornienko2013-09-041-0/+143
* Rewrite eachOf/allOf/anyOf to use a variadic operator.Samuel Benzaquen2013-08-271-1/+10
* Refactor ArgumentAdaptativeMatcher matchers to remove the template from their...Samuel Benzaquen2013-08-161-0/+10
* Fix incorrect documentation generation for type matchers.Manuel Klimek2013-07-251-2/+4
* Add support for type traversal matchers.Samuel Benzaquen2013-07-151-6/+9
* Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen2013-06-211-3/+27
* Add description of -Ofast optimization option to the man page. <rdar://13660458>Bob Wilson2013-04-171-3/+5
* Cleanup of ASTMatcher macros and adding support for overloaded matchers.Manuel Klimek2013-02-061-1/+2
* Revert "Remove sparse text on diagnostic options. These are not really docum...Ted Kremenek2013-02-051-0/+21
* Remove sparse text on diagnostic options. These are not really documented an...Ted Kremenek2013-02-051-21/+0
* Fixes dump_ast_matchers to parse all matcher macros and updates theManuel Klimek2013-01-091-5/+36
* Fix copy-paste error in manpage. Should be -stdlib=library.Ted Kremenek2012-09-141-1/+1
* Revert "Remove clang man page reference to -Oz. It's not an option we want p...Ted Kremenek2012-09-101-3/+4
* Remove clang man page reference to -Oz. It's not an option we want people to...Ted Kremenek2012-09-101-4/+3