History log of /external/clang/unittests/AST/DeclTest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
651f13cea278ec967336033dd032faef0e9fc2ec 24-Apr-2014 Stephen Hines <srhines@google.com> Updated to Clang 3.5a.

Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
/external/clang/unittests/AST/DeclTest.cpp
4b9b292074b56e8cf2e72c2ef70ec59e5356a02a 05-Jun-2013 NAKAMURA Takumi <geek4civic@gmail.com> 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
/external/clang/unittests/AST/DeclTest.cpp
c69e1733cdcf74cde52f596310dd8d07eb28e585 03-Jun-2013 Benjamin Kramer <benny.kra@googlemail.com> __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
/external/clang/unittests/AST/DeclTest.cpp
f0f353b36f173ea282209070fcdbbedab84c19db 03-Jun-2013 Manuel Klimek <klimek@google.com> 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
/external/clang/unittests/AST/DeclTest.cpp