Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix code completion tests to use an explicit modules cache path | Reid Kleckner | 2015-07-20 | 1 | -1/+1 |
| | | | | | | | | Otherwise the stale module cache data may cause the test to fail. These two tests are new and are the only instances of c-index-test with -fmodules that doesn't have an explicit module cache path. llvm-svn: 242710 | ||||
* | [Preprocessor] Iterating over all macros should include those from modules. | Jordan Rose | 2015-06-24 | 1 | -0/+11 |
So, iterate over the list of macros mentioned in modules, and make sure those are in the master table. This isn't particularly efficient, but hopefully it's something that isn't done too often. PR23929 and rdar://problem/21480635 llvm-svn: 240571 |