- cf699ad [clang-format ]Extend IncludeCategories regex documentation by Krasimir Georgiev · 7 years ago
- 8bf200a [ASTMatchers] Support generating docs for single-line matchers by Benjamin Kramer · 8 years ago
- ae7ff38 Update dump_ast_matchers for many recent changes. by Benjamin Kramer · 8 years ago
- 818da9b [clang-format] Sort using declarations by splitting on '::' by Krasimir Georgiev · 8 years ago
- 90b4ce3 [clang-format] Update dump_format_style.py to indent nested fields by Krasimir Georgiev · 8 years ago
- 7d21a3d [clang-format] Add more examples and fix a bug in the py generation script by Sylvestre Ledru · 9 years ago
- f3e295a Remove a useless subsitution in doxygen2rst which was incorrectly replacing * by \* by Sylvestre Ledru · 9 years ago
- 8a02efb IgnoringImplicit matcher. by Cong Liu · 9 years ago
- a4076ea Fix the doc extraction script to work with hasAnyName and with equalsNode. by Samuel Benzaquen · 10 years ago
- 32718b6 Support language selection for \code blocks. by Alexander Kornienko · 10 years ago
- 370bfb4 Allow running dump_format_style.py from any directory. by Alexander Kornienko · 10 years ago
- 922bef4 [ASTMatchers] Add matcher hasAnyName. by Samuel Benzaquen · 10 years ago
- 75118f5 [analyzer] dump_ast_matchers.py: fix replacement regexps by Yury Gribov · 10 years ago
- 672dde2 Properly encode the < entity; it was missing the semicolon. Regenerating the AST matcher reference after fixing the issue. Thanks to Richard for noticing the issue and bringing it to my attention! by Aaron Ballman · 10 years ago
- c35724c When dumping documentation for AST matchers, do something more useful with \see doxygen commands. Ideally this would link to the target of \see, but for now it translates \see into "See also: " by Aaron Ballman · 10 years ago
- 611d33a Fix ASTMatcher reference newlines and make the generator script windows-proof. by Benjamin Kramer · 10 years ago
- 8e1ecca clang-format: Hopefully fix code blocks in docs. by Daniel Jasper · 10 years ago
- b5bda7c clang-format: Add empty line before code-blocks in Docs. by Daniel Jasper · 10 years ago
- 8ce1b8d clang-format: Make IncludeCategories configurable in .clang-format file. by Daniel Jasper · 10 years ago
- c1bc38e clang-format: Add a new brace style "custom" as well as flags to by Daniel Jasper · 10 years ago
- 5d09328 Fix AST matcher documentation. by Manuel Klimek · 10 years ago
- 6238c6f Sphinx-based clang man pages by Andrew Wilkins · 10 years ago
- 28ff231 docs: grammar adjustments in clang manpage by Saleem Abdulrasool · 10 years ago
- 57dd9bd ASTMatchers: Make AST_POLYMORPHIC_SUPPORTED_TYPES a variadic macro by Benjamin Kramer · 11 years ago
- 7f43266 clang-format: Escape '*' in generated flag documentation. by Daniel Jasper · 11 years ago
- 4ad03dc Document Darwin-specific defaults. by Adrian Prantl · 11 years ago
- b552482 clang-format: Update flag documentation, and generation script. by Daniel Jasper · 12 years ago
- a083935 Add loc() to the dynamic registry. by Samuel Benzaquen · 12 years ago
- ab88f0b "Mac OS/X" -> "Mac OS X" spelling fixes for clang. by Nico Weber · 12 years ago
- 0389269 Fix AST matcher documentation for overloaded matchers. by Manuel Klimek · 12 years ago
- 4f8f890 Fix docs generation for the AST matchers: by Manuel Klimek · 12 years ago
- ee107ad clang-format: Improve documentation of DerivePointerBinding. by Daniel Jasper · 12 years ago
- 9778348 Driver: clarify help string for "-###" by Tim Northover · 12 years ago
- a763447 Implement a new -fstandalone-debug option. rdar://problem/15685848 by Adrian Prantl · 12 years ago
- 4efc805 Remove an outdated statement about debugging optimized code. by Adrian Prantl · 12 years ago
- f418b10 Document the -fno-limit-debug-info switch in the man page. by Adrian Prantl · 12 years ago
- f0834a8 Remove clang man page reference to --analyze, and point people to the analyzer website. by Ted Kremenek · 12 years ago
- 464c1cb Add partial support for the hasDeclaration() matcher in the dynamic layer. by Samuel Benzaquen · 12 years ago
- e19d509 Improve the documentation (bis) with Arthur and Chandler's comments by Sylvestre Ledru · 12 years ago
- fac9375 Improve the documentation of the optimization flags by Sylvestre Ledru · 12 years ago
- d278e0e Added documentation for clang-format style options. by Alexander Kornienko · 12 years ago
- 85ec25d Rewrite eachOf/allOf/anyOf to use a variadic operator. by Samuel Benzaquen · 12 years ago
- bd7d887 Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration. by Samuel Benzaquen · 12 years ago
- dba64f1 Fix incorrect documentation generation for type matchers. by Manuel Klimek · 12 years ago
- 79656e1 Add support for type traversal matchers. by Samuel Benzaquen · 12 years ago
- c6f2c9b Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. by Samuel Benzaquen · 12 years ago
- fd4f39e Add description of -Ofast optimization option to the man page. <rdar://13660458> by Bob Wilson · 13 years ago
- 4feac28 Cleanup of ASTMatcher macros and adding support for overloaded matchers. by Manuel Klimek · 13 years ago
- 653f523 Revert "Remove sparse text on diagnostic options. These are not really documented anywhere, and they really aren't for normal users." by Ted Kremenek · 13 years ago
- e2af9b5 Remove sparse text on diagnostic options. These are not really documented anywhere, and they really aren't for normal users. by Ted Kremenek · 13 years ago
- cdd5c23 Fixes dump_ast_matchers to parse all matcher macros and updates the docs. by Manuel Klimek · 13 years ago
- efc32c0 Fix copy-paste error in manpage. Should be -stdlib=library. by Ted Kremenek · 13 years ago
- eedc12a Revert "Remove clang man page reference to -Oz. It's not an option we want people to use, and is around for historical reasons." by Ted Kremenek · 13 years ago
- 8ba803d Remove clang man page reference to -Oz. It's not an option we want people to use, and is around for historical reasons. by Ted Kremenek · 13 years ago
- 8bad947 Introduces anchors into LibASTMatchersReference.html. by Manuel Klimek · 13 years ago
- de06338 This is a temporary solution until we have a better way to by Manuel Klimek · 13 years ago
- f60f6af Add -ftls-model command-line flag. by Hans Wennborg · 13 years ago
- a20863e Fix a typo (builting -> builtin). by Benjamin Kramer · 14 years ago
- 0f41eee Driver: Add support for a new -nostdlibinc option. by Daniel Dunbar · 14 years ago
- 920844c Revert my --working-directory option, which wasn't well thought through. by Daniel Dunbar · 14 years ago
- 10d398f Driver: Add a --working-directory option which can be used to cause the compiler by Daniel Dunbar · 14 years ago
- b9a8525 Documentation for -Oz; Updated synopsis and item. by Chad Rosier · 15 years ago
- bc8d7c2 Add documentation for -Oz flag. by Chad Rosier · 15 years ago
- 57540c5 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 15 years ago
- d15609a Remove '-Xclang' and '-mllvm' entries from Clang man page. The later is only available in debug builds and the former is not supposed to be used by end-users. by Ted Kremenek · 15 years ago
- 4992ca4b Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 15 years ago
- 63b0a1e Fix a typo in the Clang man page, from Alexander Best. by Douglas Gregor · 15 years ago
- 3aa0454 Update Clang man page to say a little bit more about C++ by Douglas Gregor · 15 years ago
- c1dd0e9 Driver/Objective-C: Retool Objective-C ABI flags to be more usable, and actually by Daniel Dunbar · 15 years ago
- 092b6fb Driver: Add a -stdlib= argument which can be used to select the C++ standard by Daniel Dunbar · 15 years ago
- 68bb1b4 Add support for Borland extensions via option -fborland-extensions by Dawn Perchik · 15 years ago
- f0882f9 Reverting rev 112791 - apparently -fborland-extensions is on all the time?! by Dawn Perchik · 15 years ago
- 1fcc18c Add support for Borland extensions via option -fborland-extensions by Dawn Perchik · 15 years ago
- eec975c Add machine-parseable Fix-It output as part of diagnostics, under the by Douglas Gregor · 15 years ago
- 71323e6 Remove a gratuitous lie. by Daniel Dunbar · 15 years ago
- 283fe3d build: Get CLANG_VERSION from Version.inc instead of depending on VER file directly. by Daniel Dunbar · 15 years ago
- e6c1daa Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 15 years ago
- 95dff81 docs: Man page tweaks, to mention the integrated assembler and the by Daniel Dunbar · 16 years ago
- 9f08a6f Reverted r103214. by mike-m · 16 years ago
- 9bb682b 2nd part of: Overhauled llvm/clang docs builds. by mike-m · 16 years ago
- e62248a Use LLVM's new DESTDIR-less PROJ_* variables. by Erick Tryzelaar · 16 years ago
- bb85c26 Document -nobuiltininc by Rafael Espindola · 16 years ago
- b4bed3a Collapse more clang version numbers down into fewer places. by Mike Stump · 16 years ago
- e18856d Back to 1.1 we go. by Mike Stump · 16 years ago
- 5e2de9f Some formatting tweaks to clang(1) by Daniel Dunbar · 16 years ago
- f7a24e1 Several fixes to the clang man page. by Daniel Dunbar · 17 years ago
- 32efff6 wrap up a version of the man page that is minimally helpful, but somewhat complete. by Chris Lattner · 17 years ago
- 66c64f9 add some more content. by Chris Lattner · 17 years ago
- e3c3f40 pull a bunch of options out of clang-cc.cpp. This doesn't include by Chris Lattner · 17 years ago
- 16af476 Document environment variables we handle, and don't mention -pipe (it by Daniel Dunbar · 17 years ago
- 164ac10 More content. by Chris Lattner · 17 years ago
- 2080787 add some content by Chris Lattner · 17 years ago
- 94fa271 Override some pod2man defaults. by Daniel Dunbar · 17 years ago
- 6d0eeca Make install target actually work, dependencies FTW. by Daniel Dunbar · 17 years ago
- c52d01f Add ONLY_MAN_DOCS variable to only install the man page, not the html by Daniel Dunbar · 17 years ago
- c1b1658 Add incredibly bare bones docs/tools. by Daniel Dunbar · 17 years ago