Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace OwningPtr with std::unique_ptr. | Ahmed Charles | 2014-03-07 | 1 | -1/+1 |
| | | | | | | This compiles cleanly with lldb/lld/clang-tools-extra/llvm. llvm-svn: 203279 | ||||
* | ASTTests/DeclTest.cpp: Tweak on msvc target to add "-fno-ms-extensions". | NAKAMURA Takumi | 2013-06-05 | 1 | -0/+1 |
| | | | | | | MS extensions don't prefer imaginary suffix even with -std=c++11. llvm-svn: 183301 | ||||
* | __uint128_t is only available on 64 bit platforms, only test it when it's ↵ | Benjamin Kramer | 2013-06-03 | 1 | -0/+2 |
| | | | | | | around. llvm-svn: 183146 | ||||
* | Fix memory leak for APValues that do memory allocation. | Manuel Klimek | 2013-06-03 | 1 | -0/+56 |
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 |