Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-26 | Fix two more tests that didn't do anything. | Nico Weber | |
Found with find test -type f | xargs grep RUN: | grep '%clang' | grep -iv '%s' | grep -v '%t' | grep -v '\\$' git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164678 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-09-06 | PR7242: Make sure to use a different context for evaluating constant | Eli Friedman | |
initializers, so the result of the evaluation doesn't leak through inconsistently. Also, don't evaluate references to variables with initializers with side-effects. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113128 91177308-0d34-0410-b5e6-96231b3b80d8 |