aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/static-local-in-local-class.cpp
AgeCommit message (Collapse)Author
2010-05-26Patch to fix a irgen crash accessing an initialized local staticFariborz Jahanian
variable in a local function. Fixes pr7101. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104743 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-18Local static variables must be available module-wiseFariborz Jahanian
as they are accessible in static methods in a class local to the same function. Fixes PR6769. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101756 91177308-0d34-0410-b5e6-96231b3b80d8