summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2017-11-07[docs] Add section 'Half-Precision Floating Point'Sjoerd Meijer
2017-11-04[Sema] Document+test the -Wsign-conversion change for enums in C code [NFC]Roman Lebedev
2017-10-31[CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich
2017-10-26Use -fuse-init-array if no gcc installation is found.Nico Weber
2017-10-26[www] Regenerate diagnostics reference.Richard Smith
2017-10-26Add objcCategoryImplDecl matcherDave Lee