summaryrefslogtreecommitdiff
path: root/clang/test/Modules/import-decl.cpp
AgeCommit message (Expand)Author
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2022-02-10Use functions with prototypes when appropriate; NFCAaron Ballman
2013-11-07Modules: Teach the preprocessor to recognize 'import' only after an '@'.Douglas Gregor
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas Gregor
2012-10-25Correct test inovocations to use %clang_cc1 rather than direct invocation (so...David Tweed
2012-05-16Fix ASTReader handling of ImportDecls, from Meador Inge!Douglas Gregor