summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* [ASTMatchers] Add clang-query support for equals matcherPeter Wu2017-06-081-17/+85
* Fix a mistake in the clang format documentation (BreakBeforeTernaryOperators)Sylvestre Ledru2017-06-061-1/+1
* Add support for #pragma clang sectionJaved Absar2017-06-051-0/+42
* Support lazy stat'ing of files referenced by module maps.Richard Smith2017-06-021-3/+22
* [ubsan] Add a check for pointer overflow UBVedant Kumar2017-06-011-0/+2
* docs: Document LLD's cache dir argument.Peter Collingbourne2017-06-011-0/+2
* [modules] Minor documentation clarification for behavior of requires-declarat...Richard Smith2017-05-301-1/+1
* [coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier2017-05-281-0/+3
* Revert "[coroutines] Support "coroutines" feature in module map requires clause"Eric Fiselier2017-05-271-3/+0
* [coroutines] Support "coroutines" feature in module map requires clauseEric Fiselier2017-05-271-0/+3
* docs: Fix Sphinx detection with out-of-tree buildsTom Stellard2017-05-091-1/+1
* [clang-format] Convert AlignEscapedNewlinesLeft to an enum, addingDaniel Jasper2017-05-081-15/+37
* Correct the attribute spelling for guarded_var and pt_guarded_var.Aaron Ballman2017-05-081-2/+2
* Update LanguageExtensions doc to refer to C++14 instead of C++1yEric Fiselier2017-05-061-16/+16
* [sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...Kostya Serebryany2017-05-051-2/+3
* Add cxxStdInitializerListExpr AST matcherJakub Kuderski2017-05-051-2/+15
* Do not redefine the THREAD_ANNOTATION_ATTRIBUTE__ macro in the documentation.Aaron Ballman2017-05-051-2/+0
* Revert "[docs] UBSan: Mention that print_stacktrace=1 is unsupported on Darwin"Vedant Kumar2017-05-021-2/+0
* [sanitizer-coverage] update the SanitizerCoverage docs to reflect the current...Kostya Serebryany2017-05-021-233/+167
* [sanitizer-coverage] add a deprecation note to coverage_direct=1Kostya Serebryany2017-05-011-0/+2
* [Docs] Correct the path to the clang-format-diff.py script to include the cla...Craig Topper2017-04-241-2/+3
* PR19260: Teach doxygen to spell correctly the include paths.Vassil Vassilev2017-04-201-4/+4
* [sanitizer-coverage] trim down the docsKostya Serebryany2017-04-191-170/+0
* [sanitizer-coverage] deprecate some of the stale coverage variantsKostya Serebryany2017-04-191-23/+1
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+175
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-181-175/+0
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+175
* [docs] UBSan: Mention that print_stacktrace=1 is unsupported on DarwinVedant Kumar2017-04-141-0/+2
* [docs] Regenerate diagnostics reference.Richard Smith2017-04-131-2/+119
* [docs] Fix a couple of typos in command line flag help text and regenerate do...Richard Smith2017-04-131-11/+57
* [Sema] Add __is_aggregate type-traitEric Fiselier2017-04-121-0/+1
* [Driver] Add compiler option to generate a reproducerBruno Cardoso Lopes2017-04-121-0/+10
* Add more examples to clang-format configurationSylvestre Ledru2017-04-111-3/+66
* docs: Use the term "whole-program devirtualization" instead of "virtual funct...Peter Collingbourne2017-04-101-8/+9
* clang-format: Support formatting utf-8 character literals in C++11+ mode.Nico Weber2017-04-051-1/+2
* Another attempt to fix the sphinx warning from r299470Adam Nemet2017-04-041-1/+1
* Fix sphinx warning from r299470Adam Nemet2017-04-041-1/+1
* Add #pragma clang fpAdam Nemet2017-04-041-0/+33
* [ASTMatchers] add typeAliasTemplateDecl matcher.Eric Liu2017-03-281-0/+9
* Add LibreOffice Clang plugin to ExternalClangExamples.rstStephan Bergmann2017-03-221-0/+8
* Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher2017-03-212-2/+2
* [docs] Clarify sanitizer flag behaviorVedant Kumar2017-03-201-3/+3
* Proposal: Backward-edge CFI for return statements (RCFI)Kostya Serebryany2017-03-201-1/+89
* Fix some sphinx -Werror'sJonathan Roelofs2017-03-202-21/+32
* Add more examples to clang-format configurationSylvestre Ledru2017-03-201-2/+228
* [Modules] Add documentation on private frameworksBruno Cardoso Lopes2017-03-161-0/+11
* Add AST matchers for ObjCProtocolDecl, ObjCCategoryDecl, ObjCMethodDecl, ObjC...Aaron Ballman2017-03-151-0/+53
* Add more clang-format changes to the 5.0 release notesKrasimir Georgiev2017-03-141-5/+17
* describe the recent changes in clang-format in the 5.0 release notesSylvestre Ledru2017-03-141-0/+25
* [ubsan] Add a nullability sanitizerVedant Kumar2017-03-141-1/+11