summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/EvaluateAsRValueTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-301-17/+17
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-1/+1
* [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-1/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-5/+3
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-3/+4
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-4/+3
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-3/+4
* ASTTests//EvaluateAsRValueTest.cpp: Appease *-win32 target to add -fno-delaye...NAKAMURA Takumi2014-03-151-0/+1
* Change a raw string literal back to C++98 style to fix freeBSD9.2 builtbotJames Dennett2014-03-141-16/+15
* Fix a crash (assertion failure) in EvaluateAsRValue.James Dennett2014-03-141-0/+112
OpenPOWER on IntegriCloud