Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | unique_ptr-ify ASTReaderListener in the ASTReader | David Blaikie | 2014-08-10 | 1 | -1/+1 | |
| | | | | llvm-svn: 215317 | |||||
* | Frontend: Disentangle removePathTraversal from concatenating paths | Justin Bogner | 2014-06-20 | 1 | -8/+15 | |
| | | | | | | | | | This reimplements part of r211303 in a bit of a cleaner way. Doing so allows us to use a proper absolute path when calling addFileMapping rather than relying on a substring being one, which should fix the tests on Windows. llvm-svn: 211338 | |||||
* | Frontend: Fix a typo | Justin Bogner | 2014-06-19 | 1 | -1/+1 | |
| | | | | llvm-svn: 211306 | |||||
* | Frontend: Add a CC1 flag to dump module dependencies to a directory | Justin Bogner | 2014-06-19 | 1 | -0/+109 | |
This adds the -module-dependency-dir to clang -cc1, which specifies a directory to copy all of a module's dependencies into in a form suitable to be used as a VFS using -ivfsoverlay with the generated vfs.yaml. This is useful for crashdumps that involve modules, so that the module dependencies will be intact when a crash report script is used to reproduce a problem on another machine. We currently encode the absolute path to the dump directory, due to limitations in the VFS system. Until we can handle relative paths in the VFS, users of the VFS map may need to run a simple search and replace in the file. llvm-svn: 211303 |