Commit History

Author SHA1 Message Date
  Michael Liao 3e0834ac1f [hip][cuda] Fix the extended lambda name mangling issue. 5 years ago
  Richard Smith 05441b0db7 [c++20] Add rewriting from comparison operators to <=> / ==. 5 years ago
  Richard Smith ea521aa602 [c++20] Add CXXRewrittenBinaryOperator to represent a comparison 5 years ago
  Alexey Bataev 653a638f94 [OPENMP50]Add support for master taskloop simd. 5 years ago
  Saar Raz 40a8d3b5ee [Concepts] Concept Specialization Expressions 5 years ago
  Nico Weber 04a9a9ffc7 Revert 374882 "[Concepts] Concept Specialization Expressions" 5 years ago
  Saar Raz 88186b0504 [Concepts] Concept Specialization Expressions 5 years ago
  Alexey Bataev 117352af51 [OPENMP50]Add support for 'parallel master taskloop' construct. 5 years ago
  Alexey Bataev e30a155e75 [OPENMP50]Support for 'master taskloop' directive. 5 years ago
  Simon Pilgrim 2fc657a8c2 TreeTransform - silence static analyzer getAs<> null dereference warnings. NFCI. 5 years ago
  Richard Smith 38c1f7c254 Properly handle instantiation-dependent array bounds. 5 years ago
  Richard Smith c826b8988a Always rebuild a DeclRefExpr if its FoundDecl would change. 5 years ago
  Michael Liao 55764d577a [Sema] Fix the atomic expr rebuilding order. 5 years ago
  Erich Keane fa5a578fb0 Ensure AtomicExpr goes through SEMA checking after TreeTransform 6 years ago
  Nicholas Allegra c222ee13b5 Push lambda scope earlier when transforming lambda expression 6 years ago
  Richard Smith 0c07d3746d [c++20] Implement semantic restrictions for C++20 designated 6 years ago
  Richard Smith 00d79b4a27 Don't lose the FoundDecl and template arguments for a DeclRefExpr in 6 years ago
  Anastasia Stulova cabb0bc32e [OpenCL][PR42033] Fix addr space deduction with template parameters 6 years ago
  Anastasia Stulova 8f781eb49f [OpenCL] Deduce addr space for pointee of dependent types in instantiation. 6 years ago
  Aaron Ballman 2d1a416914 Ignore trailing NullStmts in StmtExprs for GCC compatibility. 6 years ago
  Erik Pilkington 159cd770e3 [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 6 years ago
  Richard Smith 144f1652d4 Remove redundant expression evaluation context when substituting into a 6 years ago
  Gauthier Harnisch 17feca48a8 [C++20] add Basic consteval specifier 6 years ago
  Richard Smith 7af84528b6 PR42104: Support instantiations of lambdas that implicitly capture 6 years ago
  Jennifer Yu 508d30929f Re-check in clang support gun asm goto after fixing tests. 6 years ago
  Simon Pilgrim 396b66e348 Revert rL362358 : PR42104: Support instantiations of lambdas that implicitly capture packs. 6 years ago
  Richard Smith 612390c43e PR42104: Support instantiations of lambdas that implicitly capture 6 years ago
  Brian Gesiak 3932cbe66b [coroutines][PR41909] Don't build dependent coroutine statements for generic lambda 6 years ago
  Richard Smith c69c600bce Transform lambda expression captures when transforming an expression to 6 years ago
  Erich Keane a85622d923 Revert "clang support gnu asm goto." 6 years ago