summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Basic
Commit message (Expand)AuthorAgeFilesLines
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-223-3/+3
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-223-3/+3
* Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...Richard Smith2015-05-041-1/+1
* [modules] Start moving the module visibility information off the Module itself.Richard Smith2015-05-011-2/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-112-8/+6
* Add missing include.Benjamin Kramer2015-03-011-0/+1
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Make DiagnosticErrorTrap work even if SuppressAllDiagnostics is enabled.Richard Smith2014-12-052-0/+50
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-261-8/+2
* Adds 'override' to overriding methods. NFC.Fariborz Jahanian2014-10-011-2/+2
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-1/+1
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-291-4/+4
* Overload SourceManager::overrideFileContents so that unconditionally passing ...David Blaikie2014-08-271-2/+2
* Update for LLVM api change.Rafael Espindola2014-08-272-15/+15
* Create a std::unique_ptr earlier.Rafael Espindola2014-08-171-3/+3
* Convert a few ownership comments with std::unique_ptr.Rafael Espindola2014-08-171-1/+2
* unique_ptr-ify FileSystemStatCache::setNextStatCacheDavid Blaikie2014-08-111-13/+22
* Update unit test for signature change.Benjamin Kramer2014-07-081-2/+3
* Use non-intrusive refcounting for TargetOptionsAlp Toker2014-07-061-2/+2
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-36/+36
* Add vfs::recursive_directory_iteratorBen Langmuir2014-06-251-6/+102
* VirtualFileSystemTest.cpp: Get rid of initializer list on std::vector, to app...NAKAMURA Takumi2014-06-251-21/+29
* Reformat.NAKAMURA Takumi2014-06-251-10/+9
* Fix test issues from r211623 and remove test-only APIBen Langmuir2014-06-241-18/+21
* Disable the bits of r211623 that broke the botsBen Langmuir2014-06-241-15/+16
* Add directory_iterator for (non-recursive) iteration of VFS directoriesBen Langmuir2014-06-241-0/+242
* Update for llvm api change.Rafael Espindola2014-06-131-6/+7
* Refer to error_code with the std prefix.Rafael Espindola2014-06-121-13/+14
* Fix msvc unittest build.Rafael Espindola2014-06-121-1/+1
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-5/+6
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-083-57/+57
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-042-2/+2
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-311-39/+39
* Use make_error_code in preparation for making errc an enum class.Rafael Espindola2014-05-311-1/+1
* SourceManager: Use setMainFileID() consistentlyAlp Toker2014-05-211-4/+7
* Reformat code following Preprocessor constructor updatesAlp Toker2014-05-021-9/+9
* Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctorAlp Toker2014-05-021-9/+9
* Quick fix for layering that broke shared library build.John Thompson2014-04-231-9/+11
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-0/+3
* Check for LLVM_ON_WIN32 instead of _WIN32.Hans Wennborg2014-03-121-4/+5
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-2/+3
* Attempt to re-enable the VFS unittests on WindowsBen Langmuir2014-03-051-72/+72
* Disable BasicTests/VFS on win32 for now. Investigating.NAKAMURA Takumi2014-03-051-0/+2
* Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-281-3/+6
* Revert "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-271-1/+0
* Honour 'use-external-names' in FileManagerBen Langmuir2014-02-271-0/+1
* Add a 'use-external-names' option to VFS overlay filesBen Langmuir2014-02-271-2/+52
* Allow multi-component paths in VFS file nodesBen Langmuir2014-02-251-0/+61
* Improve some gtest assertionsBen Langmuir2014-02-241-26/+26
* Pass through context for DiagHandler in VFSBen Langmuir2014-02-241-27/+31
OpenPOWER on IntegriCloud