summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer-coverage] better docs for -fsanitize-coverage=trace-bbKostya Serebryany2016-04-181-1/+17
* Add typedefNameDecl() and typeAliasDecl() to the AST matchers; improves hasTy...Aaron Ballman2016-04-141-2/+25
* Add AST Matchers for CXXConstructorDecl::isDelegatingConstructor and CXXMetho...Alexander Kornienko2016-04-131-13/+38
* Add a PragmaHandler Registry for plugins to add PragmaHandlers toJohn Brawn2016-04-041-0/+20
* Docs: keep copyright years up-to-date.Paul Robinson2016-03-301-1/+2
* [ASTMatchers] Existing matcher hasAnyArgument fixedGabor Horvath2016-03-302-10/+6
* Update the description of Clang's MSVC compatibility flagsReid Kleckner2016-03-281-24/+13
* Fix Sphinx errors with documentation build.Aaron Ballman2016-03-241-1/+3
* Add release notes for the removal of the silent include of altivec.h.Eric Christopher2016-03-241-0/+1
* Add missing __builtin_bitreverse8Matt Arsenault2016-03-231-0/+27
* [ASTMatchers] New matcher hasReturnValue addedAlexander Kornienko2016-03-221-0/+12
* clang-format: Make include sorting's main include detection configurable.Daniel Jasper2016-03-211-0/+29
* Make it possible for AST plugins to enable themselves by defaultJohn Brawn2016-03-151-0/+20
* NFC fix documentation build by rL263015Dmitry Polukhin2016-03-092-6/+12
* ReleaseNotes: update 'you may prefer' link to 3.8Hans Wennborg2016-03-091-2/+2
* Adding new AST matchers for: addrLabelExpr, atomicExpr, binaryConditionalOper...Aaron Ballman2016-03-091-73/+243
* NFC fix documentation build by rL263015Dmitry Polukhin2016-03-091-0/+1
* [GCC] PR23529 Sema part of attrbute abi_tag supportDmitry Polukhin2016-03-091-0/+101
* [docs] Add missing fileAlexander Kornienko2016-03-031-0/+15
* [docs] Updated doxygen files to work well with doxygen 1.8.11Alexander Kornienko2016-03-032-28/+1
* Workaround doxygen bug https://bugzilla.gnome.org/show_bug.cgi?id=506243Alexander Kornienko2016-02-271-1/+1
* Add __builtin_canonicalizeMatt Arsenault2016-02-271-0/+18
* Add whole-program vtable optimization feature to Clang.Peter Collingbourne2016-02-241-0/+15
* [docs] Change non-c++ code blocks to 'text' format to fix a sphinx warning.Alexander Kornienko2016-02-241-5/+5
* Fix a typo. NFCAlexander Kornienko2016-02-231-1/+1
* Clean up clang-format options documentation. NFCAlexander Kornienko2016-02-231-37/+85
* Support language selection for \code blocks.Alexander Kornienko2016-02-231-3/+7
* Update clang-format options docs.Alexander Kornienko2016-02-231-5/+26
* Allow running dump_format_style.py from any directory.Alexander Kornienko2016-02-231-2/+4
* [ASTMatchers] Add matcher hasAnyName.Samuel Benzaquen2016-02-222-0/+20
* Use an anonymous hyperlink reference to eliminate Sphinx warnings.Aaron Ballman2016-02-221-2/+2
* Add an AST matcher for real floating-point types. e.g., float, double, long d...Aaron Ballman2016-02-181-18/+40
* [analyzer] dump_ast_matchers.py: fix replacement regexpsYury Gribov2016-02-181-3/+3
* [MSVC] Turn C++ EH on my defaultDavid Majnemer2016-02-181-6/+11
* [sanitizer-coverage] allow -fsanitize-coverage=trace-pc w/o any other sanitiz...Kostya Serebryany2016-02-181-5/+6
* [sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany2016-02-171-0/+11
* Add a nullPointerConstant() AST matcher to handle variations of null pointer ...Aaron Ballman2016-02-161-0/+17
* Fix some typos in the clang docSylvestre Ledru2016-02-144-5/+5
* UsersManual: update clang-cl commandsHans Wennborg2016-02-121-5/+7
* [sancov] improved object files handling.Mike Aizatsky2016-02-121-4/+5
* Revert r260265, "clang-cl: Support loading plugins on Windows"NAKAMURA Takumi2016-02-111-4/+1
* Partial revert of rL260506.Andrey Bokhanko2016-02-111-0/+3
* Update of "GCC extensions not implemented yet" in Clang User's ManualAndrey Bokhanko2016-02-111-10/+0
* clang-cl: Support loading plugins on WindowsEhsan Akhgari2016-02-091-1/+4
* Add AST matcher reference to documentation directory when building HTML docs.Manuel Klimek2016-02-091-0/+2
* docs: Clarify that cfi-unrelated-cast is based on lifetime.Peter Collingbourne2016-02-012-1/+165
* Reapply r259210 with a fix for RegistryTest.cpp.Aaron Ballman2016-02-011-8/+64
* [UBSan] Add documentation for runtime issue suppression.Alexey Samsonov2016-01-291-0/+32
* Revert r259210 "Extend hasType narrowing matcher for TypedefDecls, add functi...Hans Wennborg2016-01-291-64/+8
* Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matc...Aaron Ballman2016-01-291-8/+64