summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
AgeCommit message (Expand)Author
2018-02-05[ReleaseNotes] Add note for the new -fexperimental-isel flag.Hans Wennborg
2018-01-31[Docs] Added release notes for OpenCL.Anastasia Stulova
2018-01-23[ReleaseNotes] Mention OpenMP Tools Interface in runtime libraryJonas Hahnfeld
2018-01-22[6.0.0 Release] Release notes for configuration files in clangSerge Pavlov
2018-01-21[docs] Fix typo in Release NotesJonas Hahnfeld
2018-01-04[docs] Mention support for Windows/ARM64 in the release notesMartin Storsjo
2017-12-29[docs] Updated ReleaseNotes for OpenMP part.Alexey Bataev
2017-12-14Harmonize GNU- and C++-style attribute spellings.Aaron Ballman
2017-12-14[Preprocessor] Implement __is_target_{arch|vendor|os|environment} function-likeAlex Lorenz
2017-12-09Switch to gnu++14 as the default dialect.Tim Northover
2017-12-07Add new language mode flags for C17.Aaron Ballman
2017-12-07Add support for the __has_c_attribute builtin preprocessor macro.Aaron Ballman
2017-12-05[clang-format] Releasenotes for rL319024 : Add option to group multiple #incl...Sylvestre Ledru
2017-11-30[analyzer] Fix false negative on post-increment of uninitialized variable.Roman Lebedev
2017-11-04[Sema] Document+test the -Wsign-conversion change for enums in C code [NFC]Roman Lebedev
2017-10-26Use -fuse-init-array if no gcc installation is found.Nico Weber
2017-10-26[Sema] -Wzero-as-null-pointer-constant: don't warn for system macros other th...Roman Lebedev
2017-10-24[Sema] Document+test the -Wsign-compare change for enums in C code [NFC]Roman Lebedev
2017-10-21Add release notes for the recent -fdouble-square-bracket-attributes and -fno-...Aaron Ballman
2017-10-15[Sema] Re-land: Diagnose tautological comparison with type's min/max valuesRoman Lebedev
2017-10-12Revert "[Sema] Diagnose tautological comparison with type's min/max values"Roman Lebedev
2017-10-12[Sema] Diagnose tautological comparison with type's min/max valuesRoman Lebedev
2017-10-06[MS] Raise the default value of _MSC_VER to 1911, which is VS 2017Reid Kleckner
2017-09-28Add the new -Wnull-pointer-arithmetic warnings to the release notesSylvestre Ledru
2017-09-11[ubsan-minimal] Document the new runtimeVedant Kumar
2017-09-07[Sema] -Wtautological-compare: handle comparison of unsigned with 0S.Roman Lebedev
2017-09-05add the option IndentPPDirectives to the release notes. Landed in r312125Sylvestre Ledru
2017-08-30docs: typo fixHans Wennborg
2017-08-25[ObjC] Add a -Wobjc-messaging-id warningAlex Lorenz
2017-08-12clang-format: add an option -verbose to list the files being processedSylvestre Ledru
2017-08-11[Bash-autocompletion] Add --autocomplete flag to 5.0 release notesYuka Takahashi
2017-08-08[Availability] Don't make an availability attribute imply default visibility ...Erik Pilkington
2017-08-02[ubsan] Have -fsanitize=vptr emit a null check if -fsanitize=null isn't avail...Vedant Kumar
2017-08-02Unify and simplify the behavior of the hasDeclaration matcher.Manuel Klimek
2017-07-31Fix release notes indentation from r309562Alex Lorenz
2017-07-31Document '-Wpragma-pack' in the release notesAlex Lorenz
2017-07-26Add bitrig removal to release notesErich Keane
2017-07-25[ubsan] Null-check pointers in -fsanitize=vptr (PR33881)Vedant Kumar
2017-07-19Clear release notes for 6.0.0Hans Wennborg
2017-07-14Add release notes for the overloadable attributeGeorge Burgess IV
2017-07-03[clang] Implement -Wcast-qual for C++Roman Lebedev
2017-07-01Add an option group for deprecated warnings. Add the removedJoerg Sonnenberger
2017-06-13[docs] Add some ubsan changes to the release notesVedant Kumar
2017-06-10Revert "[clang] Implement -Wcast-qual for C++"Roman Lebedev
2017-06-10[clang] Implement -Wcast-qual for C++Roman Lebedev
2017-03-20Fix some sphinx -Werror'sJonathan Roelofs
2017-03-14Add more clang-format changes to the 5.0 release notesKrasimir Georgiev
2017-03-14describe the recent changes in clang-format in the 5.0 release notesSylvestre Ledru
2017-02-09Don't try to link to the 4.0 release notesHans Wennborg
2017-01-13Remove unused lambda captures. NFCMalcolm Parsons