"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "gen/uda.h" between
ldc-1.32.1.tar.gz and ldc-1.32.2.tar.gz

About: LDC is a LLVM-based D compiler.

uda.h  (ldc-1.32.1):uda.h  (ldc-1.32.2)
skipping to change at line 41 skipping to change at line 41
bool hasWeakUDA(Dsymbol *sym); bool hasWeakUDA(Dsymbol *sym);
bool hasKernelAttr(Dsymbol *sym); bool hasKernelAttr(Dsymbol *sym);
/// Must match ldc.dcompute.Compilefor + 1 == DComputeCompileFor /// Must match ldc.dcompute.Compilefor + 1 == DComputeCompileFor
enum class DComputeCompileFor : int enum class DComputeCompileFor : int
{ {
hostOnly = 0, hostOnly = 0,
deviceOnly = 1, deviceOnly = 1,
hostAndDevice = 2 hostAndDevice = 2
}; };
extern "C" DComputeCompileFor hasComputeAttr(Dsymbol *sym); extern "C" DComputeCompileFor hasComputeAttr(Dsymbol *sym);
bool hasNoSplitStackUDA(FuncDeclaration *fd);
unsigned getMaskFromNoSanitizeUDA(FuncDeclaration &fd); unsigned getMaskFromNoSanitizeUDA(FuncDeclaration &fd);
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)