summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/DeclTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-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 Takumi2013-06-051-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 Kramer2013-06-031-0/+2
| | | | | | around. llvm-svn: 183146
* Fix memory leak for APValues that do memory allocation.Manuel Klimek2013-06-031-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
OpenPOWER on IntegriCloud