summaryrefslogtreecommitdiff
path: root/unittests/Basic
Commit message (Expand)AuthorAgeFilesLines
* [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
* [VFS] Unbreak test.Benjamin Kramer2015-10-121-2/+0
* [VFS] Don't try to be heroic with '.' in paths.Benjamin Kramer2015-10-121-5/+3
* [VFS] remove handling of '..' for now.Benjamin Kramer2015-10-121-3/+0
* [VFS] Just normalize away .. and . in paths for in-memory file systems.Benjamin Kramer2015-10-091-0/+3
* [VFS] Also drop '.' when adding files to an in-memory FS.Benjamin Kramer2015-10-071-0/+3
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-061-2/+3
* [VFS] Put the incoming name in the file status to make InMemoryFS behave more...Benjamin Kramer2015-10-061-0/+13
* BasicTests: Suppress InMemoryFileSystemTest.WindowsPath on win32 while invest...NAKAMURA Takumi2015-10-061-0/+2
* [VFS] Transition clang-format to use an in-memory FS.Benjamin Kramer2015-10-061-0/+12
* Fix the MSVC build.Rafael Espindola2015-10-051-4/+4
* [VFS] Add working directories to every virtual file system.Benjamin Kramer2015-10-051-0/+6
* [VFS] Add an in-memory file system implementation.Benjamin Kramer2015-10-051-0/+67
* [VFS] Remove setName from the file interface.Benjamin Kramer2015-10-051-6/+6
* Fix -Wextra-semi warnings.Hans Wennborg2015-07-221-1/+1
* 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