summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion/macros-in-modules.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix code completion tests to use an explicit modules cache pathReid Kleckner2015-07-201-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 Rose2015-06-241-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
OpenPOWER on IntegriCloud