"lld/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "c726c1962d55ceaf34519ce49b8f8f18e2b775cc"
Added the following utility methods to VarDecl that provide
canonicalized queries of a variable's storage: hasAutoStorage - Does a variable have (implicit) auto storage? hasStaticStorage - Does a variable have (implicit) static storage? hasLocalStorage - Is the variable a non-static local variable? hasGlobalStorage - Is the variable a global variable or a static local variable? Additional comments documenting these functions are included in the source. llvm-svn: 41092
Loading
Please register or sign in to comment