aboutsummaryrefslogtreecommitdiff
path: root/test/Modules
AgeCommit message (Expand)Author
2013-01-25Rename the -cc1 option "-generate-module-index" toDouglas Gregor
2013-01-24clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(f...NAKAMURA Takumi
2013-01-24clang/test/Modules/global_index.m: XFAILing on win32 when investigating for now.NAKAMURA Takumi
2013-01-23Implement the writer side of the global module index. Douglas Gregor
2013-01-23[PCH] Temporarily disable the "ambiguous macro" warning that is currently bog...Argyrios Kyrtzidis
2013-01-17Add a comment for DanielDouglas Gregor
2013-01-17[IRgen] Update modules autolink metadata to use module flags (as now specifiedDaniel Dunbar
2013-01-17clang/test/Modules/compiler_builtins.m: Mark this as XFAIL:win32 for now. Inv...NAKAMURA Takumi
2013-01-17Treat hidden Objective-C protocol definitions as if they wereDouglas Gregor
2013-01-16Rework the traversal of Objective-C categories and extensions toDouglas Gregor
2013-01-16Teach global selector lookup to ignore hidden methods, which occurDouglas Gregor
2013-01-16Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor
2013-01-14Topologically sort the link options generated for modules based onDouglas Gregor
2013-01-14When forming the link options for an imported module, also include theDouglas Gregor
2013-01-14Switch autolinking metadata format over to actual linker options, e.g.,Douglas Gregor
2013-01-14Infer "link" lines for top-level frameworks. Essentially, a frameworkDouglas Gregor
2013-01-14Implement parsing, AST, (de-)serialization, and placeholder globalDouglas Gregor
2013-01-12Provide Decl::getOwningModule(), which determines the (sub)module inDouglas Gregor
2013-01-09When name lookup for a redeclaration finds declarations that are knownDouglas Gregor
2013-01-04Add the module name to the 'incomplete umbrella header' warning.Douglas Gregor
2013-01-04Remove -Wmodule-build; it was a dumb idea anyway. <rdar://problem/12957525>Douglas Gregor
2012-12-12clang/test: Suppress two tests on win32 for now, since, not sure, in r169829 ...NAKAMURA Takumi
2012-12-11Don't use 'touch' in this test; it may be the cause of Windows-related failures.Douglas Gregor
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas Gregor
2012-12-05Fix an egregiously broken test. This pattern doesn't work:Richard Smith
2012-12-05test/Modules/build-fail-notes.m: Tweak to unbreak Win32 hosts to relax expres...NAKAMURA Takumi
2012-12-05PR14049: Don't say "expanded from macro 'foo'" when 'foo' just happens to beRichard Smith
2012-11-30Fix test for Windows path separatorsDouglas Gregor
2012-11-30Teach the serialized diagnostic writer to clone() itself, sharingDouglas Gregor
2012-11-30When we're emitting a diagnostic with a source location in an importedDouglas Gregor
2012-11-30When an error occurs while building a module on demand, provide "WhileDouglas Gregor
2012-11-29Keep track of modules that have failed to build. If we encounter anDouglas Gregor
2012-11-15If an excluded header does not exist, just ignore itDouglas Gregor
2012-11-07When loading a module fails because it is out of date, rebuild thatDouglas Gregor
2012-11-06Introduce inferred framework modules into the module map file,Douglas Gregor
2012-11-05Have the parser initialize Sema before it consumes the firstDouglas Gregor
2012-11-05Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>.Douglas Gregor
2012-10-25Correct test inovocations to use %clang_cc1 rather than direct invocation (so...David Tweed
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-10-15Introduce the notion of excluded headers into the module mapDouglas Gregor
2012-10-12Add missing header from 165821Douglas Gregor
2012-10-12Sanitize the names of modules determined based on the names of headersDouglas Gregor
2012-10-12Track which particular submodule #undef's a macro, so that the actualDouglas Gregor
2012-10-11Diagnose the expansion of ambiguous macro definitions. This can happenDouglas Gregor
2012-10-11Deserialize macro history when we deserialize an identifier that hasDouglas Gregor
2012-10-09Rework the (de-)serialization of macros, as stored inDouglas Gregor
2012-10-09When we load a function or method body from an AST file, we checkDouglas Gregor
2012-10-02Add redecls into their lexical DeclContext: this is what they assert on, and ...Axel Naumann
2012-10-02Only those InterestingDecls that got added to the AST should be passed to the...Axel Naumann
2012-10-02Merge pending instantiations instead of overwriting existing ones.Axel Naumann