Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-08 | Remove RUN: true lines. | Daniel Dunbar | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86432 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar | |
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86430 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-09-02 | Allow null initialization of scalara data members | Fariborz Jahanian | |
in constructors's initializer list. pr4854 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80802 91177308-0d34-0410-b5e6-96231b3b80d8 |