提交历史

作者 SHA1 备注 提交日期
  Alexey Bataev f8c3d1a886 [OPENMP50]Treat range-based for as canonical loop. 5 年之前
  Simon Pilgrim b2c2715c91 Remove redundant !HasDependentValue check. NFCI. 5 年之前
  Simon Pilgrim d8eb1a18aa SemaStmt - silence static analyzer getAs<> null dereference warnings. NFCI. 5 年之前
  Michael Liao 40ff58f92d [CUDA][HIP] Enable kernel function return type deduction. 5 年之前
  Richard Smith 9e4451359e Model converted constant expressions as full-expressions. 6 年之前
  Joel E. Denny 848e96cec7 [OpenMP] Permit map with DSA on combined directive 6 年之前
  Erich Keane 609d9a60a7 Implement P1771 6 年之前
  Aaron Ballman b1ee3293cf Implement P1301R4, which allows specifying an optional message on the [[nodiscard]] attribute. 6 年之前
  Rui Ueyama ce7674d7be Fix parameter name comments using clang-tidy. NFC. 6 年之前
  Fangrui Song b76b345fe1 Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC 6 年之前
  Gauthier Harnisch 17feca48a8 [C++20] add Basic consteval specifier 6 年之前
  Richard Smith 530f6a7f77 Factor out commonality between variable capture initialization and 6 年之前
  Richard Smith 1a0fe6c4a8 Defer building 'this' captures until we have left the capturing region 6 年之前
  Richard Smith 4c6199e026 Defer capture initialization for captured regions until after we've left 6 年之前
  Richard Smith 120851d42c Defer creating fields for captures until we finish building the 6 年之前
  Richard Smith 8465d5be63 If capturing a variable fails, add a capture anyway (and mark it 6 年之前
  Sam McCall d80516ddef [Sema] Correct typos in return statements so the return types of 'auto' functions are always deduced. 6 年之前
  Leonard Chan 8ad70e4734 Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an attribute declaration" 6 年之前
  Leonard Chan a121961bcb Revert "[Attribute/Diagnostics] Print macro if definition is an attribute declaration" 6 年之前
  David Blaikie 6aecacbb8d SemaOverload: Complete candidates before emitting the error, to ensure diagnostics emitted (or suppressed) during completion don't interfere with the overload notes 6 年之前
  Leonard Chan fae4e4715c [Attribute/Diagnostics] Print macro if definition is an attribute declaration 6 年之前
  David Blaikie 39c763f34d Do not warn on switches over enums that do not use [[maybe_unused]] enumerators 6 年之前
  Fangrui Song 329eb5c6ba Use llvm::stable_sort 6 年之前
  Alexey Bataev a0e40f466c [CUDA]Delayed diagnostics for the asm instructions. 6 年之前
  Alexey Bataev 6bbd09bedb Revert "[CUDA]Delayed diagnostics for the asm instructions." 6 年之前
  Alexey Bataev 266e803a09 [CUDA]Delayed diagnostics for the asm instructions. 6 年之前
  Alexey Bataev 71082e8303 [OPENMP] Use targetDiag for diagnostics of unsupported exceptions, NFC. 6 年之前
  Richard Smith d1f4353f6e PR40642: Fix determination of whether the final statement of a statement 6 年之前
  Alexey Bataev a03305e04c [OPENMP]Delay emission of the error messages for the exceptions. 6 年之前
  Alexey Bataev 494c7e87ff Revert "[OPENMP]Initial support for the delayed diagnostics." 6 年之前