Ahmed Charles
b89843299a
Replace OwningPtr with std::unique_ptr.
...
This compiles cleanly with lldb/lld/clang-tools-extra/llvm.
llvm-svn: 203279
2014-03-07 20:03:18 +00:00
NAKAMURA Takumi
05f4370074
ASTTests/DeclTest.cpp: Tweak on msvc target to add "-fno-ms-extensions".
...
MS extensions don't prefer imaginary suffix even with -std=c++11.
llvm-svn: 183301
2013-06-05 06:54:06 +00:00
Benjamin Kramer
8a8557e629
__uint128_t is only available on 64 bit platforms, only test it when it's around.
...
llvm-svn: 183146
2013-06-03 19:37:18 +00:00
Manuel Klimek
a732899cb4
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.
llvm-svn: 183101
2013-06-03 13:51:33 +00:00