summaryrefslogtreecommitdiff
path: root/docs/tools
Commit message (Expand)AuthorAgeFilesLines
* Portable Python script across Python versionSerge Guelton2018-12-192-3/+5
* Portable Python script across Python versionSerge Guelton2018-12-181-4/+4
* Portable Python script across Python versionSerge Guelton2018-12-181-2/+2
* Stop stripping comments from AST matcher example code.Aaron Ballman2018-12-111-1/+1
* Portable Python script across versionSerge Guelton2018-12-031-6/+6
* Update our URLs in clang doc to use httpsSylvestre Ledru2018-11-041-1/+1
* Remove non-existant typeloc matchers from documentationStephen Kelly2018-10-091-3/+3
* [clang-format ]Extend IncludeCategories regex documentationKrasimir Georgiev2018-07-251-1/+3
* [ASTMatchers] Support generating docs for single-line matchersBenjamin Kramer2018-01-171-1/+1
* Update dump_ast_matchers for many recent changes.Benjamin Kramer2018-01-171-13/+14
* [clang-format] Sort using declarations by splitting on '::'Krasimir Georgiev2017-11-091-1/+2
* [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