summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* [docs] Add section 'Half-Precision Floating Point'Sjoerd Meijer2017-11-071-0/+43
* [Sema] Document+test the -Wsign-conversion change for enums in C code [NFC]Roman Lebedev2017-11-041-1/+2
* [CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich2017-10-313-0/+26
* Use -fuse-init-array if no gcc installation is found.Nico Weber2017-10-261-0/+4
* [www] Regenerate diagnostics reference.Richard Smith2017-10-261-128/+668
* Add objcCategoryImplDecl matcherDave Lee2017-10-261-0/+9
* [Sema] -Wzero-as-null-pointer-constant: don't warn for system macros other th...Roman Lebedev2017-10-261-0/+3
* [Sema] Document+test the -Wsign-compare change for enums in C code [NFC]Roman Lebedev2017-10-241-0/+4
* Add release notes for the recent -fdouble-square-bracket-attributes and -fno-...Aaron Ballman2017-10-211-0/+7
* [Sema] Re-land: Diagnose tautological comparison with type's min/max valuesRoman Lebedev2017-10-151-0/+4
* Revert "[Sema] Diagnose tautological comparison with type's min/max values"Roman Lebedev2017-10-121-4/+0
* [Sema] Diagnose tautological comparison with type's min/max valuesRoman Lebedev2017-10-121-0/+4
* Split the AlignTrailingComments on several lines. The comments were applied t...Sylvestre Ledru2017-10-121-3/+7
* Fix small nits in clang-refactor doc.Haojian Wu2017-10-101-2/+2
* Fix typos in documentationJan Korous2017-10-091-2/+2
* [MS] Raise the default value of _MSC_VER to 1911, which is VS 2017Reid Kleckner2017-10-061-0/+5
* [docs][refactor] Add refactoring engine design documentationAlex Lorenz2017-09-292-0/+254
* Add the new -Wnull-pointer-arithmetic warnings to the release notesSylvestre Ledru2017-09-281-0/+5
* [analyzer] Keep track of design discusions as part of analyzer documentation.Artem Dergachev2017-09-261-0/+321
* Allow specifying sanitizers in blacklistsVlad Tsyrklevich2017-09-252-10/+34
* [docs] Fix typos in Clang's User's Manual.Reka Kovacs2017-09-231-2/+2
* [clang] Fix isExternC matcher docsAlexander Shaposhnikov2017-09-221-8/+14
* [Docs] Document cache pruning support for goldYi Kong2017-09-181-2/+4
* [docs] add Windows examples to ThinLTO.rstBob Haarman2017-09-161-5/+21
* [clang-format] New flag - BraceWrapping.AfterExternBlockKrasimir Georgiev2017-09-151-0/+15
* Fix reStructuredText warning.Douglas Gregor2017-09-141-1/+1
* Minor cleanups to address feedback from Bruno. NFCDouglas Gregor2017-09-141-8/+7
* [Module map] Introduce a private module re-export directive.Douglas Gregor2017-09-141-1/+28
* [NFC] [Analyzer] Fix RST markup in documentation.George Karpenkov2017-09-141-9/+9
* [docs] Update LeakSanitizer documentation to reflect OS X supportFrancis Ricci2017-09-132-3/+4
* [ubsan] Enable -fsanitize=function on DarwinVedant Kumar2017-09-131-1/+2
* Fix broken links to the Itanium CXX ABIVlad Tsyrklevich2017-09-122-4/+4
* [ubsan-minimal] Document the new runtimeVedant Kumar2017-09-112-1/+17
* Add objcImplementationDecl matcherDave Lee2017-09-101-0/+9
* COFF: Implement ThinLTO cache and cache pruning support.Peter Collingbourne2017-09-081-6/+10
* [Sema] -Wtautological-compare: handle comparison of unsigned with 0S.Roman Lebedev2017-09-071-0/+7
* [clang-format] Fix documentation for AllowAllParametersOfDeclarationOnNextLineDaniel Jasper2017-09-071-5/+12
* Add an usage example of BreakBeforeBracesSylvestre Ledru2017-09-071-0/+9
* Refresh the clang format options doc with the recent changesSylvestre Ledru2017-09-071-13/+41
* add the option IndentPPDirectives to the release notes. Landed in r312125Sylvestre Ledru2017-09-051-2/+15
* docs: don't say that data flow tracing interface is unstableDmitry Vyukov2017-08-311-2/+0
* [modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov2017-08-311-3/+8
* docs: typo fixHans Wennborg2017-08-301-4/+3
* clang-format: Add preprocessor directive indentationKrasimir Georgiev2017-08-301-0/+27
* Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk2017-08-301-8/+3
* [docs] Regenerate command line options referenceBoris Kolpackov2017-08-301-4/+53
* [modules] Add ability to specify module name to module file mappingBoris Kolpackov2017-08-301-3/+8
* Fix two typos in the doc. Patch by kamleshbhalui on githubSylvestre Ledru2017-08-271-2/+2
* [sanitizer-coverage] extend fsanitize-coverage=pc-table with flags for every PCKostya Serebryany2017-08-251-7/+9
* [ObjC] Add a -Wobjc-messaging-id warningAlex Lorenz2017-08-251-0/+6