Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -2/+2 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | s/%clang-cc1/%clang_cc1/ for conformity. | Nick Lewycky | 2011-12-13 | 1 | -1/+1 |
| | | | | llvm-svn: 146454 | ||||
* | When we manage to re-use an expression during tree transformation (= | Douglas Gregor | 2011-12-10 | 1 | -0/+37 |
template instantiation), and that expression might produce a temporary, invoke MaybeBindToTemporary. Otherwise, we forget to destroy objects, release objects, etc. Fixes <rdar://problem/10531073>. llvm-svn: 146301 |