summaryrefslogtreecommitdiff
path: root/unittests/Basic
Commit message (Expand)AuthorAge
* Add vfs::recursive_directory_iteratorBen Langmuir2014-06-25
* VirtualFileSystemTest.cpp: Get rid of initializer list on std::vector, to app...NAKAMURA Takumi2014-06-25
* Reformat.NAKAMURA Takumi2014-06-25
* Fix test issues from r211623 and remove test-only APIBen Langmuir2014-06-24
* Disable the bits of r211623 that broke the botsBen Langmuir2014-06-24
* Add directory_iterator for (non-recursive) iteration of VFS directoriesBen Langmuir2014-06-24
* Update for llvm api change.Rafael Espindola2014-06-13
* Refer to error_code with the std prefix.Rafael Espindola2014-06-12
* Fix msvc unittest build.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-08
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-04
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-31
* Use make_error_code in preparation for making errc an enum class.Rafael Espindola2014-05-31
* SourceManager: Use setMainFileID() consistentlyAlp Toker2014-05-21
* Reformat code following Preprocessor constructor updatesAlp Toker2014-05-02
* Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctorAlp Toker2014-05-02
* Quick fix for layering that broke shared library build.John Thompson2014-04-23
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-23
* Check for LLVM_ON_WIN32 instead of _WIN32.Hans Wennborg2014-03-12
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Attempt to re-enable the VFS unittests on WindowsBen Langmuir2014-03-05
* Disable BasicTests/VFS on win32 for now. Investigating.NAKAMURA Takumi2014-03-05
* Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-28
* Revert "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-27
* Honour 'use-external-names' in FileManagerBen Langmuir2014-02-27
* Add a 'use-external-names' option to VFS overlay filesBen Langmuir2014-02-27
* Allow multi-component paths in VFS file nodesBen Langmuir2014-02-25
* Improve some gtest assertionsBen Langmuir2014-02-24
* Pass through context for DiagHandler in VFSBen Langmuir2014-02-24
* Add a VFSFromYAML class and a parser to create itBen Langmuir2014-02-21
* Recommit virtual file systemBen Langmuir2014-02-20
* Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka2014-02-20
* Fix some test issues in VirtualFileSystemTestBen Langmuir2014-02-19
* Attempt to appease C++11 buildbotsBen Langmuir2014-02-19
* Add an OverlayFileSystem classBen Langmuir2014-02-19
* Initial implementation of virtual file systemBen Langmuir2014-02-19
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-10
* Use the same SourceManager for ModuleMaps and compilations.Manuel Klimek2013-10-24
* Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola2013-08-01
* Fix handling of "clang c:foo"Rafael Espindola2013-07-29
* [Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr...Argyrios Kyrtzidis2013-05-03
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-20
* [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...Argyrios Kyrtzidis2013-02-24
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-08
* Pull Lexer's CharInfo table out for general use throughout Clang.Jordan Rose2013-02-08
* For ModuleLoader::makeModuleVisible() also pass the source location where theArgyrios Kyrtzidis2013-02-01
* clang/unittests: Fixup corresponding to r172290.NAKAMURA Takumi2013-01-12
* Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis2012-12-11
* Sort the #include lines for unittests/...Chandler Carruth2012-12-04