aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-10-21[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer
2019-10-19Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash whic...Michael J. Spencer
2019-10-19[Docs] Fix header level.Michael J. Spencer
2019-10-19Add -Wbitwise-conditional-parentheses to warn on mixing '|' and '&' with "?:"Richard Trieu
2019-10-19[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer
2019-10-19New tautological warning for bitwise-or with non-zero constant always true.Richard Trieu
2019-10-18[DOCS]Update list of implemented constructs, NFC.Alexey Bataev
2019-10-17[OpenCL] Add doc to describe OpenCL supportSven van Haastregt
2019-10-15Added support for "#pragma clang section relro=<name>"Dmitry Mikulin
2019-10-14[docs] loop pragmas: options implying transformationsSjoerd Meijer
2019-10-11Release notes: Add the option WarnForDeadNestedAssignmentsSylvestre Ledru
2019-10-10Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner
2019-10-10[OPENMP]Update doc for supported constructs, NFC.Alexey Bataev
2019-10-10[UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev
2019-10-09[NFC] Reverting changes from test commit.Mitchell Balan
2019-10-09[NFC] Test commit.Mitchell Balan
2019-10-07[ASTImporter][NFC] Update ASTImporter internals docsGabor Marton
2019-10-07[ASTImporter][NFC] Fix typo in user docsGabor Marton
2019-10-06[clang-format][docs] Fix the Google C++ and Chromium style guide URLsPaul Hoad
2019-10-05Try to fix sphinx indentation errorSimon Pilgrim
2019-10-05[clang-format] SpacesInSquareBrackets should affect lambdas with parameters tooPaul Hoad
2019-10-04[Format] Fix docs after r373439Sam McCall
2019-10-03[clang-format] Add ability to wrap braces after multi-line control statementsPaul Hoad
2019-10-02[ClangFormat] relnotes for r373439Sam McCall
2019-10-02[ClangFormat] Future-proof Standard option, allow floating or pinning to arbi...Sam McCall
2019-10-01Decrease the verbosity of the -ftime-trace optionSylvestre Ledru
2019-09-27[clang] [AST] Treat "inline gnu_inline" the same way as "extern inline gnu_in...Martin Storsjo
2019-09-25[clang-format] Modified SortIncludes and IncludeCategories to priority for so...Paul Hoad
2019-09-25Add a release note for r372844Hans Wennborg
2019-09-24[static analyzer] Remove --analyze-autoJan Korous
2019-09-23 Fix __is_signed builtinZoe Carver
2019-09-23[docs] Fix some typos in InternalsManualSven van Haastregt
2019-09-22[CLANG][BPF] permit any argument type for __builtin_preserve_access_index()Yonghong Song
2019-09-22Clang-format: Add Whitesmiths indentation stylePaul Hoad
2019-09-21Merge and improve code that detects same value in comparisons.Richard Trieu
2019-09-21Improve -Wtautological-overlap-compareRichard Trieu
2019-09-20[SystemZ] Add SystemZ as supporting target in help text for -mfentry.Jonas Paulsson
2019-09-19[CLANG][BPF] change __builtin_preserve_access_index() signatureYonghong Song
2019-09-18Recommit -r372180Erich Keane
2019-09-17Revert "Create UsersManual section entitled 'Controlling Floating Point"Erich Keane
2019-09-17Create UsersManual section entitled 'Controlling Floating PointErich Keane
2019-09-13[ASTImporter] Add development internals docsGabor Marton
2019-09-13[Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-09-12[clang-format] Add new style option IndentGotoLabelsPaul Hoad
2019-09-11[X86] Enable -mprefer-vector-width=256 by default for Skylake-avx512 and late...Craig Topper
2019-09-11[OPENMP]Updated status page, NFC.Alexey Bataev
2019-09-06[X86] Prevent passing vectors of __int128 as <X x i128> in llvm IRCraig Topper
2019-09-04[OpenMP][Docs] Provide implementation status detailsJohannes Doerfert
2019-09-04Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev
2019-09-04[Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker