aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
AgeCommit message (Expand)AuthorFilesLines
2022-07-22[clang][dataflow] Move NoopAnalysis from unittests to includeSam Estep1-1/+1
2022-07-21[OpenMP][NFC] Claim iterators in 'map' clause and motion clausesChi Chun Chen1-1/+1
2022-07-21[ASTMatchers] Adding a new matcher for callee declarations of Obj-CZiqing Luo1-3/+34
2022-07-21[SemaCXX] Set promotion type for enum if its type is promotable to integer ty...Zequan Wu1-0/+2
2022-07-19[clang] Add a new flag -fexperimental-library to enable experimental library ...Louis Dionne1-4/+4
2022-07-18[clang] Introduce -fstrict-flex-arrays=<n> for stricter handling of flexible ...serge-sans-paille2-0/+10
2022-07-16[clang-format][docs] Fix incorrect 'clang-format 7' option markersKrystian Kuzniarek1-5/+5
2022-07-15[sanitizer] Add "mainfile" prefix to sanitizer special case listFangrui Song1-0/+18
2022-07-15[analyzer] Add new function `clang_analyzer_value` to ExprInspectionCheckerDenys Petrov1-0/+27
2022-07-14[Clang] Modify CXXMethodDecl::isMoveAssignmentOperator() to look through type...Shafik Yaghmour1-0/+2
2022-07-14[clang] Document -femit-compact-unwind option in the User’s ManualJez Ng1-0/+17
2022-07-14[InstrProf] Add options to profile function groupsEllis Hoag2-0/+30
2022-07-14[CommandLine] --help: print "-o <xxx>" instead of "-o=<xxx>"Fangrui Song2-2/+2
2022-07-14[Clang] Adjust extension warnings for delimited sequencesCorentin Jabot1-0/+4
2022-07-13[docs] Document git-clang-formatNico Weber1-0/+53
2022-07-13[analyzer] Fix use of length in CStringCheckereinvbri1-0/+3
2022-07-13[SystemZ] Enable `-mtune=` option in clang.Kai Nacke1-1/+1
2022-07-13[clang][dataflow] Generate readable form of boolean values.Wei Yi Tee1-0/+2
2022-07-13[Clang] Add a warning on invalid UTF-8 in comments.Corentin Jabot1-2/+4
2022-07-12Revert "[Clang] Add a warning on invalid UTF-8 in comments."Jonas Devlieghere1-4/+2
2022-07-12[Sema] Add deprecation warnings for some compiler provided __has_* type traitsRoy Jacobson1-0/+4
2022-07-12[X86] initial -mfunction-return=thunk-extern supportNick Desaulniers1-0/+9
2022-07-12[Modules] Add ODR Check for conceptsChuanqi Xu1-0/+3
2022-07-12[mlir] Remove VectorToROCDLKrzysztof Drewniak2-12/+0
2022-07-12[Clang] Add a warning on invalid UTF-8 in comments.Corentin Jabot1-2/+4
2022-07-12Undeprecate ATOMIC_FLAG_INIT in C++Aaron Ballman1-0/+1
2022-07-12[X86] Support -mstack-protector-guard-symbolXiang1 Zhang2-0/+6
2022-07-12Revert "[X86] Support -mstack-protector-guard-symbol"Xiang1 Zhang2-6/+0
2022-07-12[X86] Support -mstack-protector-guard-symbolXiang1 Zhang2-0/+6
2022-07-10[clang] Enforce instantiation of constexpr template functions during non-cons...serge-sans-paille1-0/+2
2022-07-09Revert "[Clang] Add a warning on invalid UTF-8 in comments."Corentin Jabot1-4/+2
2022-07-09[Clang] Add a warning on invalid UTF-8 in comments.Corentin Jabot1-2/+4
2022-07-09[clang] Add a fixit for warn-self-assign if LHS is a field with the same name...Nathan James1-0/+3
2022-07-08[clang] Introduce -Warray-parameterserge-sans-paille1-0/+5
2022-07-08[Clang][Docs] Update the clang-linker-wrapper documentation.Joseph Huber1-30/+42
2022-07-08Update references to Discourse instead of the mailing lists.tlattner5-15/+20
2022-07-08Fix the Clang sphinx botAaron Ballman1-1/+1
2022-07-08[docs] Add document "Debugging C++ Coroutines"Chuanqi Xu2-0/+401
2022-07-07[OpenMP][NFC] Claim order clause modifiers (reproducible and unconstrained)Chi Chun Chen1-1/+1
2022-07-07[doc][ReleaseNotes] Document AArch64 SVE ABI fix from D127209Peter Waller1-0/+8
2022-07-06Revert "[Clang] Add a warning on invalid UTF-8 in comments."Nico Weber1-3/+1
2022-07-06[clang][NFC] Re-generate CommandLineReference.rstLouis Dionne1-0/+10
2022-07-06[Clang] Add a warning on invalid UTF-8 in comments.Corentin Jabot1-1/+3
2022-07-06Revert "[Clang] Add a warning on invalid UTF-8 in comments."Corentin Jabot1-3/+1
2022-07-06[Clang] Add a warning on invalid UTF-8 in comments.Corentin Jabot1-1/+3
2022-07-06[X86] Add RDPRU instructionPaul Robinson1-0/+3
2022-07-05Allow non-variadic functions to be attributed with `__attribute__((format))`Félix Cloutier1-0/+4
2022-07-05[clang-extdef-mapping] Directly process .ast filesTobias Hieta1-0/+7
2022-07-05[ARM] Add Support for Cortex-M85Archibald Elliott1-0/+4
2022-07-04[clang-format] Update documentationNico Weber1-38/+46