apply Dan's fix for PR8268 which allows constant folding to handle indexes over
zero sized elements. This allows us to compile: #include <string> void foo() { std::string s; } into an empty function. llvm-svn: 119933
Loading
Please register or sign in to comment