summaryrefslogtreecommitdiff
path: root/docs
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-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
2017-11-22CachePruning: Allow limiting the number of files in the cache directory.Peter Collingbourne
2017-11-22[Docs] Update list of languages clang-format can formatMalcolm Parsons
2017-11-21Add an AST matcher for hasDefaultArgument() to match on parameter declaration...Aaron Ballman
2017-11-20[Docs] Regenerate the command line option reference.Craig Topper
2017-11-17Indent code blocks so they are actually treated as suchStephan Bergmann
2017-11-14Make isDefinition matcher support ObjCMethodDeclDave Lee
2017-11-13[analyzer] Document the issue hash debugging facilityGabor Horvath
2017-11-11Fix AST matcher documentation typoDave Lee
2017-11-11Add ObjC exception statement AST matchersDave Lee
2017-11-09[clang-format] Keep Sphinx happy after r317794Krasimir Georgiev
2017-11-09[clang-format] Sort using declarations by splitting on '::'Krasimir Georgiev
2017-11-09[Tooling] Use FixedCompilationDatabase when `compile_flags.txt` is found.Sam McCall