Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce a ParseImplicitLinkInfo test | Robert Maynard | 2019-08-28 | 1 | -1/+0 |
| | | | | | By sharing the information used by ParseImplicitIncludeInfo we can also verify the parsing of implicit link info such as directories. | ||||
* | Fix implicit include directory extraction for adaptive relative paths | Brad King | 2019-04-08 | 1 | -0/+1 |
In some cases GCC reports *relative* implicit include directories. They are computed adaptively with respect to the current working directory such that the effective implicit include directory is an unchanging absolute path. Teach our implicit include directory extraction to recognize such paths and normalize them. Fixes: #19133 |