Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-26 | Patch to fix a irgen crash accessing an initialized local static | Fariborz 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-18 | Local static variables must be available module-wise | Fariborz 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 |