"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "a14ac3fd807042932520cccd64118f8c1a0644c8"
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