aboutsummaryrefslogtreecommitdiff
path: root/clang/include
AgeCommit message (Expand)AuthorFilesLines
2024-09-20[HLSL] Warn about incomplete language support (#108894)Chris B2-0/+7
2024-09-20[Sema] Declare GlobalMethodPool with using (NFC) (#109437)Kazu Hirata1-17/+2
2024-09-20[Clang][Sema] Refactor collection of multi-level template argument lists (#10...Krystian Stasiowski2-58/+33
2024-09-20[Clang] Prevent Copying of LateParsedClass Instances (#109428)smanna121-0/+4
2024-09-20[Sema] Avoid repeated hash lookups (NFC) (#109375)Kazu Hirata1-0/+1
2024-09-20Revert "[SystemZ][z/OS] Propagate IsText parameter to open text files as text...Abhina Sreeskantharajan2-5/+5
2024-09-20Revert "[clang][flang][mlir] Support -frecord-command-line option (#102975)"David Spickett1-8/+6
2024-09-20[clang][wasm] Replace the target integer add saturate intrinsics with the equ...Simon Pilgrim1-5/+0
2024-09-20[clang][wasm] Replace the target iminmax intrinsics with the equivalent gener...Simon Pilgrim1-13/+0
2024-09-20[C++20] [Modules] Offer -fmodules-embed-all-files option (#107194)Chuanqi Xu1-4/+6
2024-09-19[clang][flang][mlir] Support -frecord-command-line option (#102975)Tarun Prabhu1-6/+8
2024-09-19[clang] Don't call raw_string_ostream::flush() (NFC)Youngsuk Kim1-1/+0
2024-09-19[SystemZ][z/OS] Propagate IsText parameter to open text files as text (#107906)Abhina Sree2-5/+5
2024-09-19Target ABI: improve call parameters extensions handling (#100757)Jonas Paulsson1-4/+29
2024-09-19[analyzer] Indicate UnarySymExpr is not supported by Z3 (#108900)vabridgers1-0/+5
2024-09-19[clang][powerpc][wasm][systemz][x86] Replace target vector popcount intrinsic...Simon Pilgrim4-26/+0
2024-09-19[analyzer] Explicitly register NoStoreFuncVisitor from alpha.unix.cst… (#10...Kristóf Umann3-0/+88
2024-09-18[clang-tidy] Fix performance-unnecessary-value-param (#109145)Kazu Hirata1-4/+13
2024-09-18Fix OOM in FormatDiagnostic (2nd attempt) (#108866)Vakhurin Sergei4-189/+99
2024-09-18Revert "[clang] Increase VecLib bitfield size to 4 bits in CodeGenOptions.def...Aaron Ballman1-12/+2
2024-09-18[clang] Increase VecLib bitfield size to 4 bits in CodeGenOptions.def (#108804)Mainak Sil1-2/+12
2024-09-18[HLSL] Implement elementwise popcount (#108121)Sarah Spall1-0/+6
2024-09-18[clang][C23] Claim N3030 Enhancements to Enumerations supported (#107260)Mariya Podchishchaeva1-3/+6
2024-09-18[clang][NFC] Remove trailing spaces from Sema diag messages (#109098)Balazs Benics1-3/+3
2024-09-17[Clang] Propagate elide safe context through [[clang::coro_await_elidable_arg...Yuxuan Chen2-10/+81
2024-09-17[HLSL] Add testing for space parameter on global constants (#106782)Joshua Batista1-0/+1
2024-09-17[flang][Driver] Support -nostdlib and -nodefaultlibs (#108868)Tarun Prabhu1-2/+5
2024-09-17[Clang] Reject `this void` explicit object parameters (CWG2915) (#108817)Mital Ashok1-0/+2
2024-09-17[NFC] Move warning from CodeGen to Sema. (#107397)Zahira Ammarguellat4-5/+27
2024-09-17[Clang][AMDGPU] Simplify builtin type definitions. NFC. (#108968)Jay Foad1-2/+2
2024-09-16[HLSL] Add `[[hlsl::raw_buffer]]` attribute (#107954)Helena Kotas3-4/+22
2024-09-16[HLSL] Align language modes on 202x as default (#108662)Chris B1-6/+6
2024-09-16[HLSL] Add `[[hlsl::contained_type()]]` attribute (#108456)Helena Kotas3-8/+22
2024-09-16[clang][NFC] Add missing space in -Wunsafe-buffer-usage documentation (#107905)Louis Dionne1-1/+1
2024-09-16Revert "Fix OOM in FormatDiagnostic" (#108838)Aaron Ballman4-99/+189
2024-09-16Fix OOM in FormatDiagnostic (#108187)Vakhurin Sergei4-189/+99
2024-09-16Remove ^^ as a token in OpenCL (#108224)Aaron Ballman3-5/+2
2024-09-16[RecursiveASTVisitor] Do not inline TraverseStmt (NFC) (#107601)Nikita Popov1-2/+4
2024-09-16[analyzer] Refactor MallocChecker to use `BindExpr` in `evalCall` (#106081)Pavel Skripkin2-7/+7
2024-09-15[CGData] Clang Options (#90304)Kyungwoo Lee1-0/+12
2024-09-15[clang] Silence GCC warnings about control reaching end of non void functionMartin Storsjö1-0/+2
2024-09-14Reapply "Reapply "[clang] Extend diagnose_if to accept more detailed warning ...Nikolas Klauser5-29/+155
2024-09-14[C++20] [Modules] Warn for importing implementation partition unit in interfa...Chuanqi Xu1-0/+4
2024-09-13[Analysis] Avoid repeated hash lookups (NFC) (#108674)Kazu Hirata1-8/+4
2024-09-13Revert "Reapply "[clang] Extend diagnose_if to accept more detailed warning i...Florian Mayer5-155/+29
2024-09-13Revert "[clang] Silence GCC warnings about control reaching end of non void f...Florian Mayer1-2/+0
2024-09-13[HLSL] Add HLSL 202y language mode (#108437)Chris B6-5/+18
2024-09-13[clang-scan-deps] Infer the tool locations from PATH (#108539)Martin Storsjö1-0/+6
2024-09-13[clang] Silence GCC warnings about control reaching end of non void functionMartin Storsjö1-0/+2
2024-09-13[clang] Fix various typos and whitespace in HelpText. (#108527)Ryan Mansfield1-10/+10