Commit History

Author SHA1 Message Date
  Rui Ueyama ce7674d7be Fix parameter name comments using clang-tidy. NFC. 6 years ago
  Fangrui Song b76b345fe1 Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC 6 years ago
  Gauthier Harnisch 17feca48a8 [C++20] add Basic consteval specifier 6 years ago
  Richard Smith 530f6a7f77 Factor out commonality between variable capture initialization and 6 years ago
  Richard Smith 1a0fe6c4a8 Defer building 'this' captures until we have left the capturing region 6 years ago
  Richard Smith 4c6199e026 Defer capture initialization for captured regions until after we've left 6 years ago
  Richard Smith 120851d42c Defer creating fields for captures until we finish building the 6 years ago
  Richard Smith 8465d5be63 If capturing a variable fails, add a capture anyway (and mark it 6 years ago
  Sam McCall d80516ddef [Sema] Correct typos in return statements so the return types of 'auto' functions are always deduced. 6 years ago
  Leonard Chan 8ad70e4734 Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an attribute declaration" 6 years ago
  Leonard Chan a121961bcb Revert "[Attribute/Diagnostics] Print macro if definition is an attribute declaration" 6 years ago
  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 years ago
  Leonard Chan fae4e4715c [Attribute/Diagnostics] Print macro if definition is an attribute declaration 6 years ago
  David Blaikie 39c763f34d Do not warn on switches over enums that do not use [[maybe_unused]] enumerators 6 years ago
  Fangrui Song 329eb5c6ba Use llvm::stable_sort 6 years ago
  Alexey Bataev a0e40f466c [CUDA]Delayed diagnostics for the asm instructions. 6 years ago
  Alexey Bataev 6bbd09bedb Revert "[CUDA]Delayed diagnostics for the asm instructions." 6 years ago
  Alexey Bataev 266e803a09 [CUDA]Delayed diagnostics for the asm instructions. 6 years ago
  Alexey Bataev 71082e8303 [OPENMP] Use targetDiag for diagnostics of unsupported exceptions, NFC. 6 years ago
  Richard Smith d1f4353f6e PR40642: Fix determination of whether the final statement of a statement 6 years ago
  Alexey Bataev a03305e04c [OPENMP]Delay emission of the error messages for the exceptions. 6 years ago
  Alexey Bataev 494c7e87ff Revert "[OPENMP]Initial support for the delayed diagnostics." 6 years ago
  Alexey Bataev 6bf67196e1 [OPENMP]Initial support for the delayed diagnostics. 6 years ago
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Aaron Ballman bf91d084ae Refactor the way we handle diagnosing unused expression results. 6 years ago
  Aaron Ballman ec8c48fb7d Diagnose an unused result from a call through a function pointer whose return type is marked [[nodiscard]]. 6 years ago
  Aaron Ballman bd282df269 Switch from static_cast<> to cast<>, update identifier for coding conventions; NFC. 6 years ago
  Fangrui Song aa528ab4a0 Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures."" 6 years ago
  Fangrui Song e350174b21 Revert r347417 "Re-Reinstate 347294 with a fix for the failures." 6 years ago
  Hans Wennborg b129ce9436 Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures." 6 years ago