Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-11 | Add -std=c++98 to the test and minor improvment in addition. | Fariborz Jahanian | 1 | -2/+2 | |
llvm-svn: 172221 | |||||
2013-01-11 | Improve on my last test for patch for // rdar://12897704 | Fariborz Jahanian | 1 | -0/+3 | |
llvm-svn: 172154 | |||||
2013-01-10 | c++ IRGen. In trivial cases that object is going into static | Fariborz Jahanian | 1 | -0/+18 | |
storage and thus is implicitly zero-initialized, no need to do C++11 memory model. This patch unconditionally detects such condition and zeroinitializer's the variable. Patch has been commented on and OKed by Doug off-line. // rdar://12897704 llvm-svn: 172144 |