]> granicus.if.org Git - clang/history - unittests/Basic
This call-site should have been updated as part of D34304.
[clang] / unittests / Basic /
2017-06-15 Galina KistanovaAdded braces to work around gcc warning in googletest...
2017-06-09 Richard SmithAdd #pragma clang module build/endbuild pragmas for...
2017-05-03 Richard Smith[modules] Round-trip -Werror flag through explicit...
2017-04-26 Vedant KumarRevert "Revert "PPCallbacks::MacroUndefined, change...
2017-04-26 Vedant KumarRevert "PPCallbacks::MacroUndefined, change signature...
2017-04-26 Frederich MunchPPCallbacks::MacroUndefined, change signature and add...
2017-03-28 Erik VerbruggenFileManager: mark virtual file entries as valid entries
2017-03-21 Duncan P. N. Exon... Modules: Remove an invalid check in unit tests for...
2017-03-20 Duncan P. N. Exon... Reapply "Modules: Cache PCMs in memory and avoid a...
2017-03-18 Renato GolinRevert "Modules: Cache PCMs in memory and avoid a use...
2017-03-17 Duncan P. N. Exon... Modules: Cache PCMs in memory and avoid a use-after...
2017-03-14 Juergen RibutzkaAdd more debugging code for the SystemZ bot.
2017-03-14 Juergen RibutzkaReapply [VFS] Ignore broken symlinks in the directory...
2017-03-11 Juergen RibutzkaRevert "Reapply [VFS] Ignore broken symlinks in the...
2017-03-11 Juergen RibutzkaAdding debug output to investigate systemz bot issue.
2017-03-10 Juergen RibutzkaReapply [VFS] Ignore broken symlinks in the directory...
2017-03-10 Juergen RibutzkaRevert r297510 "[VFS] Ignore broken symlinks in the...
2017-03-10 Juergen Ributzka[VFS] Ignore broken symlinks in the directory iterator.
2017-01-06 David Blaikieshared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptions
2017-01-05 David BlaikieMove PreprocessorOptions to std::shared_ptr from Intrus...
2016-11-09 Pavel Labath[VFS] Replace TimeValue usage with std::chrono
2016-10-11 Mehdi AminiTurn FileManager DirectoryEntry::Name from raw pointer...
2016-10-10 Mehdi AminiStore FileEntry::Filename as a StringRef instead of...
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-05-14 Bruno Cardoso Lopes[VFS] Add level() method to vfs::recursive_directory_it...
2016-05-12 Bruno Cardoso Lopes[VFS] Reapply #2: Reconstruct the VFS overlay tree...
2016-05-12 Bruno Cardoso Lopes[Unittests] Reverse the order of arguments for correct...
2016-05-12 Bruno Cardoso LopesRevert "[VFS] Reapply r269100: Reconstruct the VFS...
2016-05-12 Bruno Cardoso Lopes[VFS] Reapply r269100: Reconstruct the VFS overlay...
2016-05-11 Bruno Cardoso Lopes[VFS][Unittests] Make dir iteration tests depend only...
2016-05-11 Sean SilvaHopefully bring llvm-clang-lld-x86_64-scei-ps4-windows1...
2016-05-10 Bruno Cardoso Lopes[VFS] One more unittest change to fix win10 buildbot
2016-05-10 Bruno Cardoso Lopes[VFS] Change unittest to try appeasing win10 buildbot
2016-05-10 Bruno Cardoso Lopes[VFS] Reconstruct the VFS overlay tree for more accurat...
2016-04-07 Saleem AbdulrasoolBasic: move CodeGenOptions from Frontend
2016-04-07 Saleem AbdulrasoolBasic: thread CodeGenOptions into TargetInfo
2016-03-20 Bruno Cardoso LopesReapply [2] [VFS] Add 'overlay-relative' field to YAML...
2016-03-17 Bruno Cardoso LopesRevert "Reapply [VFS] Add 'overlay-relative' field...
2016-03-17 Bruno Cardoso LopesReapply [VFS] Add 'overlay-relative' field to YAML...
2016-03-04 James Y KnightMake TargetInfo store an actual DataLayout instead...
2016-03-01 Manuel KlimekOptionally demote fatal errors to non-fatal errors.
2016-02-23 Bruno Cardoso LopesRevert "[VFS] Add 'overlay-relative' field to YAML...
2016-02-22 Bruno Cardoso Lopes[VFS] Fix call to getVFSFromYAML in unittests
2016-01-26 Chris BienemanRemove autoconf support
2016-01-26 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings; other...
2016-01-10 Benjamin KramerSimplify test code with initializer lists.
2016-01-10 Benjamin KramerMake test work on windows by turning \ in paths back...
2016-01-09 Benjamin Kramer[vfs] Normalize working directory if requested.
2015-12-10 Ben Langmuir[VFS] Fix status() of opened redirected file
2015-10-12 Benjamin Kramer[VFS] Let the user decide if they want path normalization.
2015-10-12 Benjamin Kramer[VFS] Unbreak test.
2015-10-12 Benjamin Kramer[VFS] Don't try to be heroic with '.' in paths.
2015-10-12 Benjamin Kramer[VFS] remove handling of '..' for now.
2015-10-09 Benjamin Kramer[VFS] Just normalize away .. and . in paths for in...
2015-10-07 Benjamin Kramer[VFS] Also drop '.' when adding files to an in-memory FS.
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-06 Benjamin Kramer[VFS] Put the incoming name in the file status to make...
2015-10-06 NAKAMURA TakumiBasicTests: Suppress InMemoryFileSystemTest.WindowsPath...
2015-10-06 Benjamin Kramer[VFS] Transition clang-format to use an in-memory FS.
2015-10-05 Rafael EspindolaFix the MSVC build.
2015-10-05 Benjamin Kramer[VFS] Add working directories to every virtual file...
2015-10-05 Benjamin Kramer[VFS] Add an in-memory file system implementation.
2015-10-05 Benjamin Kramer[VFS] Remove setName from the file interface.
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-04 Richard SmithSwitch PPCallbacks to take the new MacroDefinition...
2015-05-01 Richard Smith[modules] Start moving the module visibility informatio...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-01 Benjamin KramerAdd missing include.
2015-01-14 Chandler Carruth[cleanup] Re-sort the #include lines using llvm/utils...
2014-12-05 Richard SmithMake DiagnosticErrorTrap work even if SuppressAllDiagno...
2014-10-26 Benjamin KramerMake VFS and FileManager match the current MemoryBuffer...
2014-10-01 Fariborz JahanianAdds 'override' to overriding methods. NFC.
2014-09-10 Craig TopperUnique_ptrify PPCallbacks ownership.
2014-08-29 David Blaikieunique_ptrify SourceManager::createFileID
2014-08-27 David BlaikieOverload SourceManager::overrideFileContents so that...
2014-08-27 Rafael EspindolaUpdate for LLVM api change.
2014-08-17 Rafael EspindolaCreate a std::unique_ptr earlier.
2014-08-17 Rafael EspindolaConvert a few ownership comments with std::unique_ptr.
2014-08-11 David Blaikieunique_ptr-ify FileSystemStatCache::setNextStatCache
2014-07-08 Benjamin KramerUpdate unit test for signature change.
2014-07-06 Alp TokerUse non-intrusive refcounting for TargetOptions
2014-07-05 Alp TokerTrack IntrusiveRefCntPtr::get() changes from LLVM r212366
2014-06-25 Ben LangmuirAdd vfs::recursive_directory_iterator
2014-06-25 NAKAMURA TakumiVirtualFileSystemTest.cpp: Get rid of initializer list...
2014-06-25 NAKAMURA TakumiReformat.
2014-06-24 Ben LangmuirFix test issues from r211623 and remove test-only API
2014-06-24 Ben LangmuirDisable the bits of r211623 that broke the bots
2014-06-24 Ben LangmuirAdd directory_iterator for (non-recursive) iteration...
2014-06-13 Rafael EspindolaUpdate for llvm api change.
2014-06-12 Rafael EspindolaRefer to error_code with the std prefix.
2014-06-12 Rafael EspindolaFix msvc unittest build.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-08 Craig Topper[C++11] Use 'nullptr'. Unittests edition.
2014-06-04 Alp TokerRemove the last remaining llvm/Config/config.h includes
2014-05-31 Rafael EspindolaThere is no std::errc:success, remove the llvm one.
2014-05-31 Rafael EspindolaUse make_error_code in preparation for making errc...
2014-05-21 Alp TokerSourceManager: Use setMainFileID() consistently
2014-05-02 Alp TokerReformat code following Preprocessor constructor updates
next