Ahmed Charles
70639e8de3
Replace OwningPtr with std::unique_ptr.
...
This compiles cleanly with lldb/lld/clang-tools-extra/llvm.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203279 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-07 20:03:18 +00:00
NAKAMURA Takumi
4b9b292074
ASTTests/DeclTest.cpp: Tweak on msvc target to add "-fno-ms-extensions".
...
MS extensions don't prefer imaginary suffix even with -std=c++11.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183301 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-05 06:54:06 +00:00
Benjamin Kramer
c69e1733cd
__uint128_t is only available on 64 bit platforms, only test it when it's around.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183146 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-03 19:37:18 +00:00
Manuel Klimek
f0f353b36f
Fix memory leak for APValues that do memory allocation.
...
This patch ensures that APValues are deallocated with the ASTContext by
registering a deallocation function for APValues to the ASTContext.
Original version of the patch by James Dennett.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183101 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-03 13:51:33 +00:00