summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/fold-const-declref.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix two more tests that didn't do anything.Nico Weber2012-09-261-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 constantEli Friedman2010-09-061-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
OpenPOWER on IntegriCloud