summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/DeclTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFCBjorn Pettersson2019-10-211-0/+1
* Fix memory leak in DeclTest.Evgeniy Stepanov2019-09-251-1/+2
* [Mangle] Add flag to asm labels to disable '\01' prefixingVedant Kumar2019-09-251-0/+49
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "Lexer: always allow imaginary constants in GNU mode."Tim Northover2017-08-081-1/+1
* Lexer: always allow imaginary constants in GNU mode.Tim Northover2017-08-081-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* ASTTests/DeclTest.cpp: Tweak on msvc target to add "-fno-ms-extensions".NAKAMURA Takumi2013-06-051-0/+1
* __uint128_t is only available on 64 bit platforms, only test it when it's aro...Benjamin Kramer2013-06-031-0/+2
* Fix memory leak for APValues that do memory allocation.Manuel Klimek2013-06-031-0/+56
OpenPOWER on IntegriCloud