summaryrefslogtreecommitdiff
path: root/docs/tools
AgeCommit message (Expand)Author
2017-11-09[clang-format] Sort using declarations by splitting on '::'Krasimir Georgiev
2017-06-23[clang-format] Update dump_format_style.py to indent nested fieldsKrasimir Georgiev
2017-03-13[clang-format] Add more examples and fix a bug in the py generation scriptSylvestre Ledru
2017-03-09Remove a useless subsitution in doxygen2rst which was incorrectly replacing *...Sylvestre Ledru
2016-06-24IgnoringImplicit matcher.Cong Liu
2016-05-04Fix the doc extraction script to work with hasAnyName and with equalsNode.Samuel Benzaquen
2016-02-23Support language selection for \code blocks.Alexander Kornienko
2016-02-23Allow running dump_format_style.py from any directory.Alexander Kornienko
2016-02-22[ASTMatchers] Add matcher hasAnyName.Samuel Benzaquen
2016-02-18[analyzer] dump_ast_matchers.py: fix replacement regexpsYury Gribov
2016-01-22Properly encode the < entity; it was missing the semicolon. Regenerating t...Aaron Ballman
2016-01-21When dumping documentation for AST matchers, do something more useful with \s...Aaron Ballman
2015-11-20Fix ASTMatcher reference newlines and make the generator script windows-proof.Benjamin Kramer
2015-10-07clang-format: Hopefully fix code blocks in docs.Daniel Jasper
2015-10-06clang-format: Add empty line before code-blocks in Docs.Daniel Jasper
2015-10-06clang-format: Make IncludeCategories configurable in .clang-format file.Daniel Jasper
2015-09-29clang-format: Add a new brace style "custom" as well as flags toDaniel Jasper
2015-08-14Fix AST matcher documentation.Manuel Klimek
2015-06-30Sphinx-based clang man pagesAndrew Wilkins
2015-06-13docs: grammar adjustments in clang manpageSaleem Abdulrasool
2015-03-07ASTMatchers: Make AST_POLYMORPHIC_SUPPORTED_TYPES a variadic macroBenjamin Kramer
2014-12-02clang-format: Escape '*' in generated flag documentation.Daniel Jasper
2014-06-13Document Darwin-specific defaults.Adrian Prantl
2014-04-09clang-format: Update flag documentation, and generation script.Daniel Jasper
2014-03-10Add loc() to the dynamic registry.Samuel Benzaquen
2014-03-07"Mac OS/X" -> "Mac OS X" spelling fixes for clang.Nico Weber
2014-02-24Fix AST matcher documentation for overloaded matchers.Manuel Klimek
2014-02-24Fix docs generation for the AST matchers:Manuel Klimek
2014-02-13clang-format: Improve documentation of DerivePointerBinding.Daniel Jasper
2014-01-14Driver: clarify help string for "-###"Tim Northover
2014-01-07Implement a new -fstandalone-debug option. rdar://problem/15685848Adrian Prantl
2013-12-20Remove an outdated statement about debugging optimized code.Adrian Prantl
2013-12-20Document the -fno-limit-debug-info switch in the man page.Adrian Prantl
2013-11-18Remove clang man page reference to --analyze, and point people to the analyze...Ted Kremenek
2013-11-18Add partial support for the hasDeclaration() matcher in the dynamic layer.Samuel Benzaquen
2013-11-11Improve the documentation (bis) with Arthur and Chandler's commentsSylvestre Ledru
2013-11-11Improve the documentation of the optimization flagsSylvestre Ledru
2013-09-04Added documentation for clang-format style options.Alexander Kornienko
2013-08-27Rewrite eachOf/allOf/anyOf to use a variadic operator.Samuel Benzaquen
2013-08-16Refactor ArgumentAdaptativeMatcher matchers to remove the template from their...Samuel Benzaquen
2013-07-25Fix incorrect documentation generation for type matchers.Manuel Klimek
2013-07-15Add support for type traversal matchers.Samuel Benzaquen
2013-06-21Add support for polymorphic matchers. Use runtime type checking to determine ...Samuel Benzaquen
2013-04-17Add description of -Ofast optimization option to the man page. <rdar://13660458>Bob Wilson
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