Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix two more tests that didn't do anything. | Nico Weber | 2012-09-26 | 1 | -2/+2 |
| | | | | | | | Found with find test -type f | xargs grep RUN: | grep '%clang' | grep -iv '%s' | grep -v '%t' | grep -v '\\$' llvm-svn: 164678 | ||||
* | PR7242: Make sure to use a different context for evaluating constant | Eli Friedman | 2010-09-06 | 1 | -0/+9 |
initializers, so the result of the evaluation doesn't leak through inconsistently. Also, don't evaluate references to variables with initializers with side-effects. llvm-svn: 113128 |