Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Tooling] Correct the "-std" compile command option. | Haojian Wu | 2018-04-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Summary: "-std c++11" is not valid in compiler, we have to use "-std=c++11". Test in vscode with this patch, code completion for header works as expected. Reviewers: sammccall Subscribers: cfe-commits, klimek Differential Revision: https://reviews.llvm.org/D45512 llvm-svn: 329786 | ||||
* | [Tooling] fix UB when interpolating compile commands with an empty index | Sam McCall | 2018-04-10 | 1 | -2/+2 |
| | | | | llvm-svn: 329685 | ||||
* | [Tooling] A CompilationDatabase wrapper that infers header commands. | Sam McCall | 2018-04-09 | 1 | -0/+458 |
Summary: The wrapper finds the closest matching compile command using filename heuristics and makes minimal tweaks so it can be used with the header. Subscribers: klimek, mgorny, cfe-commits Differential Revision: https://reviews.llvm.org/D45006 llvm-svn: 329580 |