index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the doc extraction script to work with hasAnyName and with equalsNode.
Samuel Benzaquen
2016-05-04
1
-3
/
+3
*
Support language selection for \code blocks.
Alexander Kornienko
2016-02-23
1
-3
/
+7
*
Allow running dump_format_style.py from any directory.
Alexander Kornienko
2016-02-23
1
-2
/
+4
*
[ASTMatchers] Add matcher hasAnyName.
Samuel Benzaquen
2016-02-22
1
-0
/
+10
*
[analyzer] dump_ast_matchers.py: fix replacement regexps
Yury Gribov
2016-02-18
1
-3
/
+3
*
Properly encode the < entity; it was missing the semicolon. Regenerating t...
Aaron Ballman
2016-01-22
1
-1
/
+1
*
When dumping documentation for AST matchers, do something more useful with \s...
Aaron Ballman
2016-01-21
1
-0
/
+5
*
Fix ASTMatcher reference newlines and make the generator script windows-proof.
Benjamin Kramer
2015-11-20
2
-2
/
+2
*
clang-format: Hopefully fix code blocks in docs.
Daniel Jasper
2015-10-07
1
-1
/
+1
*
clang-format: Add empty line before code-blocks in Docs.
Daniel Jasper
2015-10-06
1
-1
/
+1
*
clang-format: Make IncludeCategories configurable in .clang-format file.
Daniel Jasper
2015-10-06
1
-4
/
+6
*
clang-format: Add a new brace style "custom" as well as flags to
Daniel Jasper
2015-09-29
1
-4
/
+50
*
Fix AST matcher documentation.
Manuel Klimek
2015-08-14
1
-3
/
+3
*
Sphinx-based clang man pages
Andrew Wilkins
2015-06-30
3
-986
/
+0
*
docs: grammar adjustments in clang manpage
Saleem Abdulrasool
2015-06-13
1
-7
/
+7
*
ASTMatchers: Make AST_POLYMORPHIC_SUPPORTED_TYPES a variadic macro
Benjamin Kramer
2015-03-07
1
-2
/
+2
*
clang-format: Escape '*' in generated flag documentation.
Daniel Jasper
2014-12-02
1
-0
/
+1
*
Document Darwin-specific defaults.
Adrian Prantl
2014-06-13
1
-2
/
+3
*
clang-format: Update flag documentation, and generation script.
Daniel Jasper
2014-04-09
1
-2
/
+3
*
Add loc() to the dynamic registry.
Samuel Benzaquen
2014-03-10
1
-0
/
+19
*
"Mac OS/X" -> "Mac OS X" spelling fixes for clang.
Nico Weber
2014-03-07
1
-1
/
+1
*
Fix AST matcher documentation for overloaded matchers.
Manuel Klimek
2014-02-24
1
-2
/
+2
*
Fix docs generation for the AST matchers:
Manuel Klimek
2014-02-24
1
-4
/
+9
*
clang-format: Improve documentation of DerivePointerBinding.
Daniel Jasper
2014-02-13
1
-2
/
+2
*
Driver: clarify help string for "-###"
Tim Northover
2014-01-14
1
-1
/
+1
*
Implement a new -fstandalone-debug option. rdar://problem/15685848
Adrian Prantl
2014-01-07
1
-6
/
+13
*
Remove an outdated statement about debugging optimized code.
Adrian Prantl
2013-12-20
1
-2
/
+1
*
Document the -fno-limit-debug-info switch in the man page.
Adrian Prantl
2013-12-20
1
-0
/
+8
*
Remove clang man page reference to --analyze, and point people to the analyze...
Ted Kremenek
2013-11-18
1
-5
/
+2
*
Add partial support for the hasDeclaration() matcher in the dynamic layer.
Samuel Benzaquen
2013-11-18
1
-1
/
+2
*
Improve the documentation (bis) with Arthur and Chandler's comments
Sylvestre Ledru
2013-11-11
1
-6
/
+2
*
Improve the documentation of the optimization flags
Sylvestre Ledru
2013-11-11
1
-15
/
+51
*
Added documentation for clang-format style options.
Alexander Kornienko
2013-09-04
1
-0
/
+143
*
Rewrite eachOf/allOf/anyOf to use a variadic operator.
Samuel Benzaquen
2013-08-27
1
-1
/
+10
*
Refactor ArgumentAdaptativeMatcher matchers to remove the template from their...
Samuel Benzaquen
2013-08-16
1
-0
/
+10
*
Fix incorrect documentation generation for type matchers.
Manuel Klimek
2013-07-25
1
-2
/
+4
*
Add support for type traversal matchers.
Samuel Benzaquen
2013-07-15
1
-6
/
+9
*
Add support for polymorphic matchers. Use runtime type checking to determine ...
Samuel Benzaquen
2013-06-21
1
-3
/
+27
*
Add description of -Ofast optimization option to the man page. <rdar://13660458>
Bob Wilson
2013-04-17
1
-3
/
+5
*
Cleanup of ASTMatcher macros and adding support for overloaded matchers.
Manuel Klimek
2013-02-06
1
-1
/
+2
*
Revert "Remove sparse text on diagnostic options. These are not really docum...
Ted Kremenek
2013-02-05
1
-0
/
+21
*
Remove sparse text on diagnostic options. These are not really documented an...
Ted Kremenek
2013-02-05
1
-21
/
+0
*
Fixes dump_ast_matchers to parse all matcher macros and updates the
Manuel Klimek
2013-01-09
1
-5
/
+36
*
Fix copy-paste error in manpage. Should be -stdlib=library.
Ted Kremenek
2012-09-14
1
-1
/
+1
*
Revert "Remove clang man page reference to -Oz. It's not an option we want p...
Ted Kremenek
2012-09-10
1
-3
/
+4
*
Remove clang man page reference to -Oz. It's not an option we want people to...
Ted Kremenek
2012-09-10
1
-4
/
+3
*
Introduces anchors into LibASTMatchersReference.html.
Manuel Klimek
2012-09-07
1
-1
/
+1
*
This is a temporary solution until we have a better way to
Manuel Klimek
2012-08-27
1
-0
/
+264
*
Add -ftls-model command-line flag.
Hans Wennborg
2012-06-28
1
-0
/
+8
*
Fix a typo (builting -> builtin).
Benjamin Kramer
2012-02-05
1
-1
/
+1
[next]