summaryrefslogtreecommitdiffstats
path: root/unittests/Basic
Commit message (Expand)AuthorAgeFilesLines
* Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova2017-06-151-2/+4
* Add #pragma clang module build/endbuild pragmas for performing a module buildRichard Smith2017-06-091-21/+3
* [modules] Round-trip -Werror flag through explicit module build.Richard Smith2017-05-031-17/+20
* Revert "Revert "PPCallbacks::MacroUndefined, change signature and add test.""Vedant Kumar2017-04-261-22/+52
* Revert "PPCallbacks::MacroUndefined, change signature and add test."Vedant Kumar2017-04-261-52/+22
* PPCallbacks::MacroUndefined, change signature and add test.Frederich Munch2017-04-261-22/+52
* FileManager: mark virtual file entries as valid entriesErik Verbruggen2017-03-281-2/+50
* Modules: Remove an invalid check in unit tests for r298278Duncan P. N. Exon Smith2017-03-211-1/+0
* Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"Duncan P. N. Exon Smith2017-03-203-3/+103
* Revert "Modules: Cache PCMs in memory and avoid a use-after-free"Renato Golin2017-03-183-102/+3
* Modules: Cache PCMs in memory and avoid a use-after-freeDuncan P. N. Exon Smith2017-03-173-3/+102
* Add more debugging code for the SystemZ bot.Juergen Ributzka2017-03-141-12/+24
* Reapply [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka2017-03-141-0/+90
* Revert "Reapply [VFS] Ignore broken symlinks in the directory iterator."Juergen Ributzka2017-03-111-75/+0
* Adding debug output to investigate systemz bot issue.Juergen Ributzka2017-03-111-0/+1
* Reapply [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka2017-03-101-0/+74
* Revert r297510 "[VFS] Ignore broken symlinks in the directory iterator."Juergen Ributzka2017-03-101-83/+0
* [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka2017-03-101-0/+83
* shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptionsDavid Blaikie2017-01-061-6/+6
* Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtrDavid Blaikie2017-01-051-6/+6
* [VFS] Replace TimeValue usage with std::chronoPavel Labath2016-11-091-6/+9
* Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC)Mehdi Amini2016-10-111-8/+8
* Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)Mehdi Amini2016-10-101-2/+2
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* [VFS] Add level() method to vfs::recursive_directory_iteratorBruno Cardoso Lopes2016-05-141-0/+42
* [VFS] Reapply #2: Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes2016-05-121-0/+56
* [Unittests] Reverse the order of arguments for correct debug outputBruno Cardoso Lopes2016-05-121-1/+1
* Revert "[VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accu...Bruno Cardoso Lopes2016-05-121-29/+1
* [VFS] Reapply r269100: Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes2016-05-121-1/+29
* [VFS][Unittests] Make dir iteration tests depend only on contentBruno Cardoso Lopes2016-05-111-9/+16
* Hopefully bring llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast back to lifeSean Silva2016-05-111-30/+1
* [VFS] One more unittest change to fix win10 buildbotBruno Cardoso Lopes2016-05-101-1/+1
* [VFS] Change unittest to try appeasing win10 buildbotBruno Cardoso Lopes2016-05-101-2/+2
* [VFS] Reconstruct the VFS overlay tree for more accurate lookupBruno Cardoso Lopes2016-05-101-1/+30
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-1/+0
* Basic: thread CodeGenOptions into TargetInfoSaleem Abdulrasool2016-04-071-0/+1
* Reapply [2] [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-201-1/+1
* Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"Bruno Cardoso Lopes2016-03-171-1/+1
* Reapply [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-171-1/+1
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-7/+12
* Optionally demote fatal errors to non-fatal errors.Manuel Klimek2016-03-011-0/+23
* Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call...Bruno Cardoso Lopes2016-02-231-1/+1
* [VFS] Fix call to getVFSFromYAML in unittestsBruno Cardoso Lopes2016-02-221-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-15/+0
* Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko2016-01-261-2/+1
* Simplify test code with initializer lists.Benjamin Kramer2016-01-101-47/+16
* Make test work on windows by turning \ in paths back into /.Benjamin Kramer2016-01-101-2/+8
* [vfs] Normalize working directory if requested.Benjamin Kramer2016-01-091-0/+6
* [VFS] Fix status() of opened redirected fileBen Langmuir2015-12-101-1/+26
* [VFS] Let the user decide if they want path normalization.Benjamin Kramer2015-10-121-2/+31