summaryrefslogtreecommitdiff
path: root/unittests/Basic
AgeCommit message (Expand)Author
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-11-16[VirtualFileSystem] Support creating directories then adding files insideBen Hamilton
2017-11-09[VirtualFileSystem] InMemoryFileSystem::addFile(): Type and PermsBen Hamilton
2017-08-25[Basic] Add a DiagnosticError llvm::ErrorInfo subclassAlex Lorenz
2017-08-02Use VFS operations in FileManager::makeAbsolutePath.Ilya Biryukov
2017-06-15Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova
2017-06-09Add #pragma clang module build/endbuild pragmas for performing a module buildRichard Smith
2017-05-03[modules] Round-trip -Werror flag through explicit module build.Richard Smith
2017-04-26Revert "Revert "PPCallbacks::MacroUndefined, change signature and add test.""Vedant Kumar
2017-04-26Revert "PPCallbacks::MacroUndefined, change signature and add test."Vedant Kumar
2017-04-26PPCallbacks::MacroUndefined, change signature and add test.Frederich Munch
2017-03-28FileManager: mark virtual file entries as valid entriesErik Verbruggen
2017-03-21Modules: Remove an invalid check in unit tests for r298278Duncan P. N. Exon Smith
2017-03-20Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"Duncan P. N. Exon Smith
2017-03-18Revert "Modules: Cache PCMs in memory and avoid a use-after-free"Renato Golin
2017-03-17Modules: Cache PCMs in memory and avoid a use-after-freeDuncan P. N. Exon Smith
2017-03-14Add more debugging code for the SystemZ bot.Juergen Ributzka
2017-03-14Reapply [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka
2017-03-11Revert "Reapply [VFS] Ignore broken symlinks in the directory iterator."Juergen Ributzka
2017-03-11Adding debug output to investigate systemz bot issue.Juergen Ributzka
2017-03-10Reapply [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka
2017-03-10Revert r297510 "[VFS] Ignore broken symlinks in the directory iterator."Juergen Ributzka
2017-03-10[VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka
2017-01-06shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptionsDavid Blaikie
2017-01-05Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtrDavid Blaikie
2016-11-09[VFS] Replace TimeValue usage with std::chronoPavel Labath
2016-10-11Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC)Mehdi Amini
2016-10-10Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)Mehdi Amini
2016-07-18[NFC] Header cleanupMehdi Amini
2016-05-14[VFS] Add level() method to vfs::recursive_directory_iteratorBruno Cardoso Lopes
2016-05-12[VFS] Reapply #2: Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes
2016-05-12[Unittests] Reverse the order of arguments for correct debug outputBruno Cardoso Lopes
2016-05-12Revert "[VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accu...Bruno Cardoso Lopes
2016-05-12[VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes
2016-05-11[VFS][Unittests] Make dir iteration tests depend only on contentBruno Cardoso Lopes
2016-05-11Hopefully bring llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast back to lifeSean Silva
2016-05-10[VFS] One more unittest change to fix win10 buildbotBruno Cardoso Lopes
2016-05-10[VFS] Change unittest to try appeasing win10 buildbotBruno Cardoso Lopes
2016-05-10[VFS] Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes
2016-04-07Basic: move CodeGenOptions from FrontendSaleem Abdulrasool
2016-04-07Basic: thread CodeGenOptions into TargetInfoSaleem Abdulrasool
2016-03-20Reapply [2] [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes
2016-03-17Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"Bruno Cardoso Lopes
2016-03-17Reapply [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes
2016-03-04Make TargetInfo store an actual DataLayout instead of a string.James Y Knight
2016-03-01Optionally demote fatal errors to non-fatal errors.Manuel Klimek
2016-02-23Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call...Bruno Cardoso Lopes
2016-02-22[VFS] Fix call to getVFSFromYAML in unittestsBruno Cardoso Lopes
2016-01-26Remove autoconf supportChris Bieneman
2016-01-26Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko