summaryrefslogtreecommitdiff
path: root/unittests/Sema
Commit message (Expand)AuthorAgeFilesLines
* [LifetimeAnalysis] don't use raw string literals in macrosMatthias Gehre2019-09-061-29/+23
* Reland [LifetimeAnalysis] Support more STL idioms (template forward declarati...Matthias Gehre2019-09-062-0/+63
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-302-22/+16
* Revert "[LifetimeAnalysis] Support more STL idioms (template forward declarat...Richard Smith2019-08-222-63/+0
* [LifetimeAnalysis] Support more STL idioms (template forward declaration and ...Matthias Gehre2019-08-212-0/+63
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-2/+2
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-2/+6
* [CodeComplete] Set preferred type for qualified-idIlya Biryukov2019-05-281-0/+26
* [Testing] Move clangd::Annotations to llvm testing supportIlya Biryukov2019-04-252-28/+7
* [CodeComplete] Remove obsolete isOutputBinary().Sam McCall2019-04-181-3/+1
* [CodeComplete] Propagate preferred type for function arguments in more casesIlya Biryukov2019-02-261-0/+37
* [CodeComplete] Collect visited contexts when scope specifier is invalid.Eric Liu2019-02-211-3/+7
* [CodeComplete] Propagate preferred types through parser in more casesIlya Biryukov2019-01-311-0/+99
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* [CodeComplete] Fix test failure on different host and target configsIlya Biryukov2018-12-171-6/+21
* Attempt to fix code completion test to handle LLP64 platformsReid Kleckner2018-12-131-1/+3
* [CodeComplete] Adhere to LLVM naming style in CodeCompletionTest. NFCIlya Biryukov2018-12-131-30/+31
* Fix CodeCompleteTest.cpp for older gcc plus ccache buildsDavid Green2018-12-131-45/+45
* [CodeComplete] Fill preferred type on binary expressionsIlya Biryukov2018-12-131-30/+210
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-121-0/+1
* [SemaCodeComplete] Make sure visited contexts are passed to completion result...Eric Liu2018-07-041-0/+11
* Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-272-13/+19
* [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-272-19/+13
* [Sema] Add visited contexts to CodeCompleteContextHaojian Wu2018-01-172-0/+135
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [Sema] Allow an external sema source to handle delayed typo corrections.Benjamin Kramer2016-05-191-21/+80
* Remove autoconf supportChris Bieneman2016-01-261-19/+0
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-16/+15
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-3/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+3
* Make DiagnosticsEngine::takeClient return std::unique_ptr<>Alexander Kornienko2014-11-171-1/+1
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-2/+2
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-2/+2
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-2/+2
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-8/+8
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-6/+6
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-5/+5
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-101-1/+10
* Add hooks to ExternalSemaSource for after-the-fact diagnosis ofKaelyn Uhrain2013-08-121-0/+52
* Forgot to add unittests/Sema/ before committing r188196 :(Kaelyn Uhrain2013-08-123-0/+240