summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/VirtualFileSystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Use 'nullptr'.Craig Topper2014-05-081-19/+19
* [Basic/FileManager] Propagate whether a file 'IsVolatile' to the file opening...Argyrios Kyrtzidis2014-05-051-5/+9
* [C++11] Avoid implicit conversion of ArrayRef to std::vector and use move sem...Benjamin Kramer2014-03-101-5/+1
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-10/+10
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-1/+1
* Attempt to re-enable the VFS unittests on WindowsBen Langmuir2014-03-051-2/+4
* Support relative paths in VFSFromYAMLBen Langmuir2014-03-041-3/+10
* [C++11] Use std::atomic instead of LLVM's.Benjamin Kramer2014-03-021-3/+3
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-8/+8
* [C++11] Switch from the llvm_move macro to directly calling std::move.Chandler Carruth2014-03-021-3/+3
* Move private classes into anonymous namespaces.Benjamin Kramer2014-03-011-0/+4
* Reapply fixed "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-281-8/+29
* Revert "Honour 'use-external-names' in FileManager"Ben Langmuir2014-02-271-29/+8
* Honour 'use-external-names' in FileManagerBen Langmuir2014-02-271-8/+29
* Add a 'use-external-names' option to VFS overlay filesBen Langmuir2014-02-271-15/+46
* Add a driver option -ivfsoverlayBen Langmuir2014-02-251-1/+1
* Allow multi-component paths in VFS file nodesBen Langmuir2014-02-251-20/+31
* Pass through context for DiagHandler in VFSBen Langmuir2014-02-241-2/+5
* Silence a warning from r201905Ben Langmuir2014-02-221-0/+1
* Add a VFSFromYAML class and a parser to create itBen Langmuir2014-02-211-4/+576
* Recommit virtual file systemBen Langmuir2014-02-201-0/+193
* Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka2014-02-201-193/+0
* Reduce verbosity in the virtual file system using LLVM.hBen Langmuir2014-02-191-8/+6
* Remove typo from r201618Ben Langmuir2014-02-191-1/+1
* Add an OverlayFileSystem classBen Langmuir2014-02-191-0/+33
* Initial implementation of virtual file systemBen Langmuir2014-02-191-0/+162
OpenPOWER on IntegriCloud