summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/builtin-import.mm
Commit message (Collapse)AuthorAgeFilesLines
* [test] Use %clang_cc1 instead of %clang -cc1Fangrui Song2019-09-271-1/+1
| | | | llvm-svn: 373043
* Fix Modules/{builtin-import.mm,umbrella-header-include-builtin.mm} to be ↵Filipe Cabecinhas2017-09-291-3/+1
| | | | | | | | | | | | | | able to handle non-Darwin targets Summary: Also makes them pass on Darwin, if the default target triple is a Linux triple. Reviewers: bruno, rsmith Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D38364 llvm-svn: 314524
* [Modules] Support #import when entering files with modulesBruno Cardoso Lopes2017-01-111-0/+12
Textual headers and builtins that are #import'd from different modules should get re-entered when these modules are independent from each other. Differential Revision: https://reviews.llvm.org/D26267 rdar://problem/25881934 llvm-svn: 291644
OpenPOWER on IntegriCloud