aboutsummaryrefslogtreecommitdiff
path: root/test/Modules
AgeCommit message (Expand)Author
2013-05-06Remove forward slashes from check; should unbreak Windows buildbots.Douglas Gregor
2013-05-03When building a module, forward diagnostics to the outer diagnostic consumer.Douglas Gregor
2013-05-02When looking for the module associated with one of our magical builtin header...Douglas Gregor
2013-04-26[Modules] Fix an issue where the reconstructed redeclaration chain was incomp...Argyrios Kyrtzidis
2013-04-19Avoid names like __in that conflict with SAL in builtin headersReid Kleckner
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2013-04-16[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar
2013-04-12Make sure we have the include paths we needDouglas Gregor
2013-04-12<rdar://problem/13615607> Include SDK version information in the module hash.Douglas Gregor
2013-04-05Add a module testcase with a using declaration.Rafael Espindola
2013-04-04Add hasExternalLinkageUncached back with the test that Richard provided, butRafael Espindola
2013-04-03<rdar://problem/13560075> Teach name lookup for builtin names to find hidden ...Douglas Gregor
2013-04-03[preprocessor] Allow comparing two macro definitions syntactically instead of...Argyrios Kyrtzidis
2013-04-03[modules] If a submodule has re-definitions of the same macro, only the last ...Argyrios Kyrtzidis
2013-03-27[modules] Make sure enabled diagnostic pragmas inside the module don't affect...Argyrios Kyrtzidis
2013-03-27<rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor
2013-03-27[modules] Re-enable the "ambiguous expansion of macro" warning.Argyrios Kyrtzidis
2013-03-25Remove local path from test.Douglas Gregor
2013-03-25Use xargs rather than Douglas Gregor
2013-03-25Use 'touch -t', which both BSD and Linux support.Douglas Gregor
2013-03-25<rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor
2013-03-22<rdar://problem/13479214> Make Clang's <stddef.h> robust against system heade...Douglas Gregor
2013-03-21<rdar://problem/13477190> Give the Clang module cache directory some structur...Douglas Gregor
2013-03-21<rdar://problem/13037793> Allow the names of modules to differ from the name ...Douglas Gregor
2013-03-20<rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor
2013-03-20<rdar://problem/10796651> Introduce configuration macros into module maps.Douglas Gregor
2013-03-19<rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor
2013-02-18Ensure that the identifier chains have the most recent declaration after modu...Douglas Gregor
2013-02-13Change this comment to helpfully explain why it's there.Nick Lewycky
2013-02-12Order the methods in the global method pool based on when they become visible...Douglas Gregor
2013-02-12Fix a bug reduced from a crash when trying to use modules with libc++. We checkRichard Smith
2013-02-12Remove an assert which triggers when a decl context in a module hits the 'hasRichard Smith
2013-02-11[Modules] Cope better with top-level declarations loaded after being declared...Douglas Gregor
2013-02-09Ensure that type definitions present in just-loaded modules areDouglas Gregor
2013-02-08Fix test failure by making sure this file isn't identical to any other fileNick Lewycky
2013-02-08Fix conflict between r174685 and r174645 (rename -fmodule-cache-path <foo> to...Richard Smith
2013-02-08Fix stack overflow and improve performance when a module contains manyRichard Smith
2013-02-08Teach subframework header lookup to suggest modules <rdar://problem/13176200>.Douglas Gregor
2013-02-07Form the default -fmodules-cache-path= properly.Douglas Gregor
2013-02-07Add missing header from r174648Douglas Gregor
2013-02-07Retain all hidden methods in the global method pool, because they may become ...Douglas Gregor
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor
2013-02-07Fix handling of module imports adding names to a DeclContext after qualifiedRichard Smith
2013-02-07Be a little more permissive with -fmodules-ignore-macro= by removing everythi...Douglas Gregor
2013-02-07Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...Douglas Gregor
2013-02-06Detect when we end up trying to load conflicting module files.Douglas Gregor
2013-02-01Merge "special" types from different modules in the AST reader.Douglas Gregor
2013-01-28Enable the global module index by default. Introduce theDouglas Gregor
2013-01-25clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32.NAKAMURA Takumi
2013-01-25Implement the reader of the global module index and wire it into theDouglas Gregor