summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-04-09Merging r329052:Tom Stellard
2018-03-02ReleaseNotes: move the retpoline bullets higherHans Wennborg
2018-03-02Add some minimal release notes for retpolines.Chandler Carruth
2018-02-28Fix a typo in the section about C++2a features; it follows C++17, not C++14Martin Storsjo
2018-02-28A few release notes updates for C++ support in Clang 6.0.Richard Smith
2018-02-27Regenerate docs/AttributeReference.rstHans Wennborg
2018-02-27ReleaseNotes: tidy upHans Wennborg
2018-02-23Regenerate DiagnosticsReference.rstHans Wennborg
2018-02-22Regenerate ClangCommandLineReference.rstHans Wennborg
2018-02-22docs: remove in-progress warningsHans Wennborg
2018-02-22ReleaseNotes: mention new -nostdlib++ flag, and clang-cl exposing --versionHans Wennborg
2018-02-22ReleaseNotes: mention improvements to -Wdelete-non-virtual-dtor and -Wunreach...Hans Wennborg
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-22Merging r323123:Jonas Hahnfeld
2018-01-21[docs] Fix typo in Release NotesJonas Hahnfeld
2018-01-16Merging r322018:Hans Wennborg
2018-01-04[docs] Mention support for Windows/ARM64 in the release notesMartin Storsjo
2018-01-03Regenerate ClangCommandLineReference.rstHans Wennborg
2018-01-03Generate docs/AttributeReference.rstHans Wennborg
2018-01-03UserManual: Update with the latest clang-cl flagsHans Wennborg
2018-01-01Fixed markup formattingSerge Pavlov
2018-01-01Enable configuration files in clangSerge Pavlov
2017-12-30Reverted 321587: Enable configuration files in clangSerge Pavlov
2017-12-30Enable configuration files in clangSerge Pavlov
2017-12-29[docs] Added description of `-f[no]-openmp-simd` option to UsersManual.Alexey Bataev
2017-12-29[docs] Updated ReleaseNotes for OpenMP part.Alexey Bataev
2017-12-22[Modules] Change private modules rules and warningsBruno Cardoso Lopes
2017-12-21[ubsan] Diagnose noreturn functions which returnVedant Kumar
2017-12-18[hwasan] update the design docKostya Serebryany
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-11[Driver][CodeGen] Add -mprefer-vector-width driver option and attribute durin...Craig Topper
2017-12-11[Docs] Regenerate command line documentation.Craig Topper
2017-12-09Switch to gnu++14 as the default dialect.Tim Northover
2017-12-08[hwasan] typo in docsKostya Serebryany
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-07update hwasan docsKostya Serebryany
2017-12-05[clang-format] Releasenotes for rL319024 : Add option to group multiple #incl...Sylvestre Ledru
2017-12-04design document for a hardware-assisted memory safety (HWAMS) tool, similar t...Kostya Serebryany
2017-11-30[analyzer] Fix false negative on post-increment of uninitialized variable.Roman Lebedev
2017-11-29Add the hasDefinition() AST matcher to match class declarations that also hav...Aaron Ballman
2017-11-29Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone
2017-11-29Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone
2017-11-29Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone
2017-11-27[clang-format] Add option to group multiple #include blocks when sorting incl...Krasimir Georgiev
2017-11-23[ASTMatchers] Matchers for new[] operatorsAdam Balogh