summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Add release notes for the overloadable attributeGeorge Burgess IV2017-07-141-1/+3
* [ASTMatchers][NFC] integerLiteral(): Mention negative integers inClement Courbet2017-07-111-0/+32
* Update Cross-DSO CFI documentation.Evgeniy Stepanov2017-07-071-14/+28
* Add docs for -foptimization-record-file=Brian Gesiak2017-07-051-0/+13
* [clang] Implement -Wcast-qual for C++Roman Lebedev2017-07-031-0/+3
* Add an option group for deprecated warnings. Add the removedJoerg Sonnenberger2017-07-011-0/+10
* Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-011-7/+33
* Revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-011-33/+7
* [Driver] Add -fdiagnostics-hotness-thresholdBrian Gesiak2017-07-011-7/+33
* clang-format - Also reference the list of style option of clang-format in Lib...Sylvestre Ledru2017-06-261-1/+3
* Fix a typoSylvestre Ledru2017-06-261-1/+1
* Add a ThinLTO cache policy for controlling the maximum cache size in bytes.Peter Collingbourne2017-06-231-0/+12
* docs: Add documentation for the ThinLTO cache pruning policy string.Peter Collingbourne2017-06-231-0/+32
* [clang-format] Add a SortUsingDeclaration option and enable it by defaultKrasimir Georgiev2017-06-231-0/+9
* [clang-format] Update dump_format_style.py to indent nested fieldsKrasimir Georgiev2017-06-232-107/+108
* [clang-format] Update style documentation, NFCKrasimir Georgiev2017-06-231-13/+96
* [docs] Coverage: Improve the wording a bitVedant Kumar2017-06-191-3/+3
* [docs] Coverage: document issue with the BFD linkerVedant Kumar2017-06-191-0/+5
* Typo fix: appropo -> apropos. NFC.Aaron Ballman2017-06-191-4/+4
* clang-format: Add capability to format the diff on save in vim.Daniel Jasper2017-06-191-0/+12
* [ubsan] docs: Add a note about pointers to volatileVedant Kumar2017-06-161-0/+6
* Correct documentation about the AfterClass clang-format optionEric Fiselier2017-06-151-5/+5
* [docs] Add some ubsan changes to the release notesVedant Kumar2017-06-131-0/+25
* Revert "[clang] Implement -Wcast-qual for C++"Roman Lebedev2017-06-101-3/+0
* [clang] Implement -Wcast-qual for C++Roman Lebedev2017-06-101-0/+3
* [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