aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/ReleaseNotes.rst
AgeCommit message (Expand)AuthorFilesLines
2018-03-02ReleaseNotes: move the retpoline bullets higherllvmorg-6.0.0Hans Wennborg1-18/+18
2018-03-02Add some minimal release notes for retpolines.Chandler Carruth1-0/+18
2018-02-28Fix a typo in the section about C++2a features; it follows C++17, not C++14Martin Storsjo1-1/+1
2018-02-28A few release notes updates for C++ support in Clang 6.0.Richard Smith1-0/+28
2018-02-27ReleaseNotes: tidy upHans Wennborg1-139/+68
2018-02-22docs: remove in-progress warningsHans Wennborg1-14/+3
2018-02-22ReleaseNotes: mention new -nostdlib++ flag, and clang-cl exposing --versionHans Wennborg1-0/+5
2018-02-22ReleaseNotes: mention improvements to -Wdelete-non-virtual-dtor and -Wunreach...Hans Wennborg1-0/+6
2018-02-05[ReleaseNotes] Add note for the new -fexperimental-isel flag.Hans Wennborg1-0/+5
2018-01-31[Docs] Added release notes for OpenCL.Anastasia Stulova1-1/+43
2018-01-23[ReleaseNotes] Mention OpenMP Tools Interface in runtime libraryJonas Hahnfeld1-0/+7
2018-01-22[6.0.0 Release] Release notes for configuration files in clangSerge Pavlov1-0/+9
2018-01-21[docs] Fix typo in Release NotesJonas Hahnfeld1-1/+1
2018-01-04[docs] Mention support for Windows/ARM64 in the release notesMartin Storsjo1-2/+2
2017-12-29[docs] Updated ReleaseNotes for OpenMP part.Alexey Bataev1-1/+12
2017-12-14Harmonize GNU- and C++-style attribute spellings.Aaron Ballman1-0/+6
2017-12-14[Preprocessor] Implement __is_target_{arch|vendor|os|environment} function-likeAlex Lorenz1-0/+4
2017-12-09Switch to gnu++14 as the default dialect.Tim Northover1-1/+4
2017-12-07Add new language mode flags for C17.Aaron Ballman1-0/+6
2017-12-07Add support for the __has_c_attribute builtin preprocessor macro.Aaron Ballman1-0/+5
2017-12-05[clang-format] Releasenotes for rL319024 : Add option to group multiple #incl...Sylvestre Ledru1-0/+13
2017-11-30[analyzer] Fix false negative on post-increment of uninitialized variable.Roman Lebedev1-0/+3
2017-11-04[Sema] Document+test the -Wsign-conversion change for enums in C code [NFC]Roman Lebedev1-1/+2
2017-10-26Use -fuse-init-array if no gcc installation is found.Nico Weber1-0/+4
2017-10-26[Sema] -Wzero-as-null-pointer-constant: don't warn for system macros other th...Roman Lebedev1-0/+3
2017-10-24[Sema] Document+test the -Wsign-compare change for enums in C code [NFC]Roman Lebedev1-0/+4
2017-10-21Add release notes for the recent -fdouble-square-bracket-attributes and -fno-...Aaron Ballman1-0/+7
2017-10-15[Sema] Re-land: Diagnose tautological comparison with type's min/max valuesRoman Lebedev1-0/+4
2017-10-12Revert "[Sema] Diagnose tautological comparison with type's min/max values"Roman Lebedev1-4/+0
2017-10-12[Sema] Diagnose tautological comparison with type's min/max valuesRoman Lebedev1-0/+4
2017-10-06[MS] Raise the default value of _MSC_VER to 1911, which is VS 2017Reid Kleckner1-0/+5
2017-09-28Add the new -Wnull-pointer-arithmetic warnings to the release notesSylvestre Ledru1-0/+5
2017-09-11[ubsan-minimal] Document the new runtimeVedant Kumar1-1/+4
2017-09-07[Sema] -Wtautological-compare: handle comparison of unsigned with 0S.Roman Lebedev1-0/+7
2017-09-05add the option IndentPPDirectives to the release notes. Landed in r312125Sylvestre Ledru1-2/+15
2017-08-30docs: typo fixHans Wennborg1-4/+3
2017-08-25[ObjC] Add a -Wobjc-messaging-id warningAlex Lorenz1-0/+6
2017-08-12clang-format: add an option -verbose to list the files being processedSylvestre Ledru1-0/+3
2017-08-11[Bash-autocompletion] Add --autocomplete flag to 5.0 release notesYuka Takahashi1-1/+1
2017-08-08[Availability] Don't make an availability attribute imply default visibility ...Erik Pilkington1-0/+3
2017-08-02[ubsan] Have -fsanitize=vptr emit a null check if -fsanitize=null isn't avail...Vedant Kumar1-3/+1
2017-08-02Unify and simplify the behavior of the hasDeclaration matcher.Manuel Klimek1-1/+26
2017-07-31Fix release notes indentation from r309562Alex Lorenz1-8/+11
2017-07-31Document '-Wpragma-pack' in the release notesAlex Lorenz1-1/+10
2017-07-26Add bitrig removal to release notesErich Keane1-0/+6
2017-07-25[ubsan] Null-check pointers in -fsanitize=vptr (PR33881)Vedant Kumar1-1/+3
2017-07-19Clear release notes for 6.0.0Hans Wennborg1-79/+9
2017-07-14Add release notes for the overloadable attributeGeorge Burgess IV1-1/+3
2017-07-03[clang] Implement -Wcast-qual for C++Roman Lebedev1-0/+3
2017-07-01Add an option group for deprecated warnings. Add the removedJoerg Sonnenberger1-0/+10