User Details
User Details
- User Since
- May 2 2022, 2:56 AM (8 w, 5 d)
May 18 2022
May 18 2022
Kale added a reviewer for D125859: [clang][deps] stop reusing FileManager in DependencyScanningAction: dexonsmith.
Kale requested review of D125859: [clang][deps] stop reusing FileManager in DependencyScanningAction.
Kale updated the diff for D124816: [LibTooling] use ToolFileManager to store file managers for each CWD.
- Use BaseFS as the condition to judge whether to invalidate previous file managers
- Use WorkingDir as a parameter for getOrCreateFileManager
May 14 2022
May 14 2022
Kale added inline comments to D124816: [LibTooling] use ToolFileManager to store file managers for each CWD.
May 7 2022
May 7 2022
Kale updated the diff for D124816: [LibTooling] use ToolFileManager to store file managers for each CWD.
Fix tests & runInvocation in clang-tools-extra.
May 6 2022
May 6 2022
Kale retitled D124816: [LibTooling] use ToolFileManager to store file managers for each CWD from [Tooling] use different FileManager for each CWD to [LibTooling] use ToolFileManager to store file managers for each CWD.
Kale updated the diff for D124816: [LibTooling] use ToolFileManager to store file managers for each CWD.
Reimplement ToolFileManager as a container of filemanagers which ToolInvocation takes by parameter. Also invalidate all file managers when using FileManager::setVirtualFileSystem().
Kale added a comment to D124816: [LibTooling] use ToolFileManager to store file managers for each CWD.
May 5 2022
May 5 2022
Kale updated the diff for D124816: [LibTooling] use ToolFileManager to store file managers for each CWD.
Format all overriding functions
Kale updated the diff for D124816: [LibTooling] use ToolFileManager to store file managers for each CWD.
Fix path in compile_commands.json for windows.
May 3 2022
May 3 2022
Kale changed the visibility for D124816: [LibTooling] use ToolFileManager to store file managers for each CWD.
Kale retitled D124816: [LibTooling] use ToolFileManager to store file managers for each CWD from [Tooling] add ToolingFileManager to force using abs path to [Tooling] use different FileManager for each CWD.
Kale updated the diff for D124816: [LibTooling] use ToolFileManager to store file managers for each CWD.
Use different FileManager for each CWD instead. Also add a unit test.
Kale changed the visibility for D124816: [LibTooling] use ToolFileManager to store file managers for each CWD.
May 2 2022
May 2 2022
Kale added reviewers for D124816: [LibTooling] use ToolFileManager to store file managers for each CWD: dexonsmith, klimek.
Kale requested review of D124816: [LibTooling] use ToolFileManager to store file managers for each CWD.
Herald added a project to D92160: [clang] Fix wrong FDs are used for files with same name in Tooling: Restricted Project.