summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Merging r329052:Tom Stellard2018-04-091-1/+1
* ReleaseNotes: move the retpoline bullets higherHans Wennborg2018-03-021-18/+18
* Add some minimal release notes for retpolines.Chandler Carruth2018-03-021-0/+18
* Fix a typo in the section about C++2a features; it follows C++17, not C++14Martin Storsjo2018-02-281-1/+1
* A few release notes updates for C++ support in Clang 6.0.Richard Smith2018-02-281-0/+28
* Regenerate docs/AttributeReference.rstHans Wennborg2018-02-271-19/+19
* ReleaseNotes: tidy upHans Wennborg2018-02-271-139/+68
* Regenerate DiagnosticsReference.rstHans Wennborg2018-02-231-129/+148
* Regenerate ClangCommandLineReference.rstHans Wennborg2018-02-221-0/+8
* docs: remove in-progress warningsHans Wennborg2018-02-221-14/+3
* ReleaseNotes: mention new -nostdlib++ flag, and clang-cl exposing --versionHans Wennborg2018-02-221-0/+5
* ReleaseNotes: mention improvements to -Wdelete-non-virtual-dtor and -Wunreach...Hans Wennborg2018-02-221-0/+6
* [ReleaseNotes] Add note for the new -fexperimental-isel flag.Hans Wennborg2018-02-051-0/+5
* [Docs] Added release notes for OpenCL.Anastasia Stulova2018-01-311-1/+43
* [ReleaseNotes] Mention OpenMP Tools Interface in runtime libraryJonas Hahnfeld2018-01-231-0/+7
* [6.0.0 Release] Release notes for configuration files in clangSerge Pavlov2018-01-221-0/+9
* Merging r323123:Jonas Hahnfeld2018-01-221-1/+1
* [docs] Fix typo in Release NotesJonas Hahnfeld2018-01-211-1/+1
* Merging r322018:Hans Wennborg2018-01-162-0/+69
* [docs] Mention support for Windows/ARM64 in the release notesMartin Storsjo2018-01-041-2/+2
* Regenerate ClangCommandLineReference.rstHans Wennborg2018-01-031-1/+21
* Generate docs/AttributeReference.rstHans Wennborg2018-01-031-6/+3560
* UserManual: Update with the latest clang-cl flagsHans Wennborg2018-01-031-1/+8
* Fixed markup formattingSerge Pavlov2018-01-011-1/+1
* Enable configuration files in clangSerge Pavlov2018-01-011-0/+73
* Reverted 321587: Enable configuration files in clangSerge Pavlov2017-12-301-71/+0
* Enable configuration files in clangSerge Pavlov2017-12-301-0/+71
* [docs] Added description of `-f[no]-openmp-simd` option to UsersManual.Alexey Bataev2017-12-291-0/+5
* [docs] Updated ReleaseNotes for OpenMP part.Alexey Bataev2017-12-291-1/+12
* [Modules] Change private modules rules and warningsBruno Cardoso Lopes2017-12-221-14/+15
* [ubsan] Diagnose noreturn functions which returnVedant Kumar2017-12-211-2/+2
* [hwasan] update the design docKostya Serebryany2017-12-181-9/+25
* Harmonize GNU- and C++-style attribute spellings.Aaron Ballman2017-12-141-0/+6
* [Preprocessor] Implement __is_target_{arch|vendor|os|environment} function-likeAlex Lorenz2017-12-141-0/+4
* [Driver][CodeGen] Add -mprefer-vector-width driver option and attribute durin...Craig Topper2017-12-111-0/+4
* [Docs] Regenerate command line documentation.Craig Topper2017-12-111-8/+22
* Switch to gnu++14 as the default dialect.Tim Northover2017-12-091-1/+4
* [hwasan] typo in docsKostya Serebryany2017-12-081-1/+1
* Add new language mode flags for C17.Aaron Ballman2017-12-071-0/+6
* Add support for the __has_c_attribute builtin preprocessor macro.Aaron Ballman2017-12-072-0/+34
* update hwasan docsKostya Serebryany2017-12-071-8/+24
* [clang-format] Releasenotes for rL319024 : Add option to group multiple #incl...Sylvestre Ledru2017-12-051-0/+13
* design document for a hardware-assisted memory safety (HWAMS) tool, similar t...Kostya Serebryany2017-12-042-0/+124
* [analyzer] Fix false negative on post-increment of uninitialized variable.Roman Lebedev2017-11-301-0/+3
* Add the hasDefinition() AST matcher to match class declarations that also hav...Aaron Ballman2017-11-291-0/+9
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-0/+8
* Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone2017-11-291-8/+0
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-291-0/+8
* [clang-format] Add option to group multiple #include blocks when sorting incl...Krasimir Georgiev2017-11-271-0/+39
* [ASTMatchers] Matchers for new[] operatorsAdam Balogh2017-11-231-0/+20