aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-01-24Fix typos of occurred and occurrenceMalcolm Parsons
2018-01-23[Docs] Re-generate command line documentation.Craig Topper
2018-01-22Add hasTrailingReturn AST matcherJulie Hockett
2018-01-22[ASTMatchers] [NFC] Fix code examplesFangrui Song
2018-01-22[DOCS] Mention OpenMP Tools Interface in runtime libraryJonas Hahnfeld
2018-01-19[WebAssembly] Add target flags for sign-ext opcodes.Dan Gohman
2018-01-19[clang-format] Adds a canonical delimiter to raw string formattingKrasimir Georgiev
2018-01-18[ASTMatcher] Add isScoped matcher for enumDecl.Haojian Wu
2018-01-17[ASTMatchers] Support generating docs for single-line matchersBenjamin Kramer
2018-01-17[ASTMatchers] Add isNoReturn() match narrower for FunctionDeclarationsRoman Lebedev
2018-01-17Update dump_ast_matchers for many recent changes.Benjamin Kramer
2018-01-17[clang-format] adds enclosing function detection to raw string formattingKrasimir Georgiev
2018-01-16[DOCS] Updated current status of OpenMP support, NFC.Alexey Bataev
2018-01-16[NFC] fix trivial typo in documentHiroshi Inoue
2018-01-15[OPENMP] Update status of OpenMP support, NFC.Alexey Bataev
2018-01-15[OPENMP] Update docs for OpenMP status, NFC.Alexey Bataev
2018-01-13[docs] Use monospace for PCH option flagsBrian Gesiak
2018-01-12[Docs] Fix typo in toolchain documentationCraig Topper
2018-01-12Add `__reference_binds_to_temporary` trait for checking safe reference initia...Eric Fiselier
2018-01-08Document attribute target multiversioning.Erich Keane
2018-01-08[OPENMP] Current status of OpenMP support.Alexey Bataev
2018-01-03[Docs] Re-generate command line documentation, primarily to get the icelake f...Craig Topper
2018-01-03Update docs version and clear release notes for 7.0.0Hans 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