Skip to content
Prev Previous commit
Merge remote-tracking branch 'upstream/main' into sema-refactoring
  • Loading branch information
Endilll committed Mar 6, 2024
commit a34675f86392a63573d897fe68e108ef638832e5
3 changes: 2 additions & 1 deletion clang/include/clang/Sema/Sema.h
Original file line number Diff line number Diff line change
Expand Up @@ -2284,7 +2284,8 @@ class Sema final {
bool CheckPPCMMAType(QualType Type, SourceLocation TypeLoc);

bool SemaBuiltinElementwiseMath(CallExpr *TheCall);
bool SemaBuiltinElementwiseTernaryMath(CallExpr *TheCall);
bool SemaBuiltinElementwiseTernaryMath(CallExpr *TheCall,
bool CheckForFloatArgs = true);
bool PrepareBuiltinElementwiseMathOneArgCall(CallExpr *TheCall);
bool PrepareBuiltinReduceMathOneArgCall(CallExpr *TheCall);

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.