Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-12 | Improve a test slightly | Douglas Gregor | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95967 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-02-03 | Teach the allocation function overload handling to deal with templates, and | Chandler Carruth | |
prevent a crash on templates when looking for an existing declaration of the predefined global operators. This fixes PR5918. Added an easy test case for the overload handling, but testing the crash is a bit trickier. Created a new test that can use multiple runs with a define to trigger which test case is used so we can test this type of issue. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95220 91177308-0d34-0410-b5e6-96231b3b80d8 |