]> granicus.if.org Git - clang/commit
Fix broken test on windows. To get operator new working, we need size_t, for which...
authorManuel Klimek <klimek@google.com>
Wed, 1 Jun 2011 03:59:13 +0000 (03:59 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 1 Jun 2011 03:59:13 +0000 (03:59 +0000)
commit7264ab76f2039403bac61f503a99720f516e4d60
tree0f39d1f930c5a695746c59e37ed730895cfb3dd0
parentd06f59833a659c045dfa6c5962949d1fb04b8fbf
Fix broken test on windows. To get operator new working, we need size_t, for which we need to figure out a way to resolve standard include paths in the test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132386 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Tooling/ASTMatchersTest.cpp