summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
Commit message (Expand)AuthorAgeFilesLines
* Add -Wbitwise-conditional-parentheses to warn on mixing '|' and '&' with "?:"Richard Trieu2019-10-191-0/+3
* New tautological warning for bitwise-or with non-zero constant always true.Richard Trieu2019-10-191-0/+5
* Release notes: Add the option WarnForDeadNestedAssignmentsSylvestre Ledru2019-10-111-0/+3
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-101-1/+4
* [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev2019-10-101-1/+44
* Try to fix sphinx indentation errorSimon Pilgrim2019-10-051-3/+5
* [ClangFormat] relnotes for r373439Sam McCall2019-10-021-1/+9
* [clang] [AST] Treat "inline gnu_inline" the same way as "extern inline gnu_in...Martin Storsjo2019-09-271-1/+4
* Add a release note for r372844Hans Wennborg2019-09-251-1/+12
* Merge and improve code that detects same value in comparisons.Richard Trieu2019-09-211-0/+3
* Improve -Wtautological-overlap-compareRichard Trieu2019-09-211-1/+2
* [X86] Enable -mprefer-vector-width=256 by default for Skylake-avx512 and late...Craig Topper2019-09-111-2/+6
* [X86] Prevent passing vectors of __int128 as <X x i128> in llvm IRCraig Topper2019-09-061-1/+4
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-301-0/+6
* [X86] Remove what little support we had for MPXCraig Topper2019-08-291-0/+4
* Revert r369402 "win: Enable /Zc:twoPhase by default if targeting MSVC 2017 up...Hans Wennborg2019-08-221-3/+0
* win: Enable /Zc:twoPhase by default if targeting MSVC 2017 update 3 or newerNico Weber2019-08-201-0/+3
* Document clang-cpp in the release notes for clangChris Bieneman2019-08-141-1/+9
* Bump the trunk version to 10.0.0svnHans Wennborg2019-07-181-51/+16
* Update __VERSION__ to remove the hardcoded 4.2.1 versionSylvestre Ledru2019-07-151-0/+6
* consistency in the release notesSylvestre Ledru2019-07-141-2/+2
* This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.Sylvestre Ledru2019-07-131-10/+0
* Remove __VERSION__Sylvestre Ledru2019-07-121-0/+10
* Add AlignConsecutiveMacros to the clang release notesSylvestre Ledru2019-07-091-0/+2
* [docs] Fix another bot error by setting highlight language of objc code-block...Don Hinton2019-06-161-1/+1
* Add __FILE_NAME__ to ReleaseNotes. NFCKristina Brooks2019-06-051-2/+4
* Add a release note entry for the change made in r362034.Akira Hatanaka2019-06-031-1/+8
* Add release note entries for recent typo correction changesNico Weber2019-05-281-2/+5
* Temporarily revert "Change -gz and -Wa,--compress-debug-sections to use gABI ...Eric Christopher2019-05-141-4/+1
* Change -gz and -Wa,--compress-debug-sections to use gABI compression (SHF_COM...Fangrui Song2019-05-101-1/+4
* Add to the release notes the fact that UninitializedObject checker is nowSylvestre Ledru2019-04-261-1/+2
* update the release notes after the change of 'clang -dumpversion'Sylvestre Ledru2019-03-261-0/+2
* [clang-format][NFC] correct the release notesPaul Hoad2019-03-221-2/+3
* [clang-format] Add basic support for formatting C# filesPaul Hoad2019-03-211-1/+2
* [clang-format][NFC] fix release notes build issuePaul Hoad2019-03-201-1/+1
* [clang-format] BeforeHash added to IndentPPDirectivesPaul Hoad2019-03-201-2/+2
* [clang] Add install targets for API headersShoaib Meenai2019-03-111-1/+3
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-041-1/+12
* [DOCS]Support for emission of the debug info for the Cuda devices, NFC.Alexey Bataev2019-02-051-1/+2
* [Sema] Fix Modified Type in address_space AttributedTypeLeonard Chan2019-01-241-1/+5
* ReleaseNotes: remove openmp notes from r351580Hans Wennborg2019-01-221-30/+1
* [OPENMP][DOCS] Release notes/OpenMP support updates, NFC.Kelvin Li2019-01-181-1/+30
* Bump the trunk version to 9.0.0svnHans Wennborg2019-01-161-198/+13
* [clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-151-0/+43
* Revert alignment assumptions changesVlad Tsyrklevich2019-01-151-43/+0
* [clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-141-0/+43
* [OPENMP][DOCS]Release notes/OpenMP support updates, NFC.Alexey Bataev2019-01-091-0/+18
* Mention changes to libc++ include dir lookup in release notes.Ilya Biryukov2018-12-051-0/+7
* PTH-- Remove feature entirely-Erich Keane2018-12-041-1/+3
* [clang][Parse] Diagnose useless null statements / empty init-statementsRoman Lebedev2018-11-201-0/+57