aboutsummaryrefslogtreecommitdiff
path: root/clang/include
AgeCommit message (Expand)AuthorFilesLines
2022-07-22[clang][dataflow] Move NoopAnalysis from unittests to includeSam Estep1-0/+43
2022-07-22re-land [C++20][Modules] Build module static initializers per P1874R1.Iain Sandoe3-0/+26
2022-07-21[modules] Replace `-Wauto-import` with `-Rmodule-include-translation`.Volodymyr Sapsai2-3/+4
2022-07-21[ASTMatchers] Adding a new matcher for callee declarations of Obj-CZiqing Luo1-5/+28
2022-07-21[clang] Add -fdiagnostics-format=sarif option for future SARIF outputAbraham Corea Diaz3-3/+7
2022-07-21Revert "Rewording the "static_assert" to static assertion"Erich Keane3-6/+6
2022-07-21Rewording the "static_assert" to static assertionMuhammad Usman Shahid3-6/+6
2022-07-20[HLSL] add -I option for dxc mode.Xiang Li2-3/+11
2022-07-19Argument name support for function pointer signature hintsQwinci1-0/+18
2022-07-19[analyzer][NFC] Use `SValVisitor` instead of explicit helper functionsDenys Petrov1-33/+0
2022-07-19[clang] Add a new flag -fexperimental-library to enable experimental library ...Louis Dionne3-5/+9
2022-07-18[AMDGPU] Support for gfx940 fp8 smfmacStanislav Mekhanoshin1-0/+8
2022-07-18[AMDGPU] Support for gfx940 fp8 mfmaStanislav Mekhanoshin1-0/+8
2022-07-18[AMDGPU] Support for gfx940 fp8 conversionsStanislav Mekhanoshin1-0/+9
2022-07-18[Tooling/DependencyScanning] Enable passing a `vfs::FileSystem` object to `De...Argyrios Kyrtzidis2-2/+5
2022-07-18[clang] Emit SARIF Diagnostics: Create `clang::SarifDocumentWriter` interfaceVaibhav Yenamandra1-0/+440
2022-07-18[clang] Introduce -fstrict-flex-arrays=<n> for stricter handling of flexible ...serge-sans-paille3-0/+8
2022-07-16[clang-format][docs] Fix incorrect 'clang-format 7' option markersKrystian Kuzniarek2-5/+5
2022-07-15Use value_or (NFC)Kazu Hirata1-1/+1
2022-07-15[syntax] Some #includes cleanup, NFC.Haojian Wu3-8/+1
2022-07-15[sanitizer] Add "mainfile" prefix to sanitizer special case listFangrui Song1-0/+2
2022-07-15[analyzer] Add new function `clang_analyzer_value` to ExprInspectionCheckerDenys Petrov2-0/+8
2022-07-15[Clang] Add a new clang option "-ftime-trace=<value>"dongjunduo2-0/+12
2022-07-15[syntax] Add virtual destructor in TokenManager.Haojian Wu1-0/+2
2022-07-15[syntax] Introduce a TokenManager interface.Haojian Wu7-45/+144
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere3-38/+14
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov3-14/+38
2022-07-14[analyzer] Evaluate construction of non-POD type arraysisuckatcs1-13/+51
2022-07-14[InstrProf] Add options to profile function groupsEllis Hoag2-0/+13
2022-07-14Revert "Rewording "static_assert" diagnostics"Mitch Phillips3-6/+6
2022-07-14Rewording "static_assert" diagnosticsMuhammad Usman Shahid3-6/+6
2022-07-14Thread safety analysis: Don't erase TIL_Opcode type (NFC)Aaron Puchert1-4/+4
2022-07-13[clang] Use value instead of getValue (NFC)Kazu Hirata6-12/+12
2022-07-14[Clang] Adjust extension warnings for delimited sequencesCorentin Jabot1-1/+8
2022-07-13[CUDA] Allow the new driver to compile CUDA in non-RDC modeJoseph Huber1-2/+0
2022-07-13[lldb] Add image dump pcm-info commandDave Lee1-0/+4
2022-07-13[clang][deps] Fix handling of -MT in module command-lineBen Langmuir2-1/+24
2022-07-13[NFC] Minor cleanup of usage of FloatModeKind with bitmask enumsJolanta Jensen1-4/+2
2022-07-13[Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is ...Zarko Todorovski2-3/+6
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere3-38/+14
2022-07-13[SystemZ] Enable `-mtune=` option in clang.Kai Nacke1-1/+1
2022-07-13[clang][dataflow] Generate readable form of input and output of satisfiabilit...Wei Yi Tee1-0/+24
2022-07-13[clang][dataflow] Rename `Status` field in a `Solver::Result` struct to `SATC...Wei Yi Tee1-4/+4
2022-07-13[clang][dataflow] Generate readable form of boolean values.Wei Yi Tee1-0/+39
2022-07-13[Clang] Add a warning on invalid UTF-8 in comments.Corentin Jabot1-0/+2
2022-07-12[clang, clang-tools-extra] Use has_value instead of hasValue (NFC)Kazu Hirata4-9/+6
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov3-14/+38
2022-07-12Revert "[Clang] Add a warning on invalid UTF-8 in comments."Jonas Devlieghere1-2/+0
2022-07-12[clang/ios] Make -mios-version-min the canonical spelling over -miphoneos-ver...Nico Weber1-3/+4
2022-07-12Silence a sphinx diagnostic; NFCAaron Ballman1-0/+1