summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules
Commit message (Expand)AuthorAgeFilesLines
* If an unimported submodule of an imported module contains a declaration of aRichard Smith2013-07-144-0/+22
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-047-10/+10
* Fix deserializing of class template partial specializations. Assign sequenceRichard Smith2013-06-255-12/+36
* Check for matching template-parameter-lists when merging template declarations.Richard Smith2013-06-243-0/+34
* Avoid adding entries to the DeclContext lookup table multiple times when lazilyRichard Smith2013-06-241-4/+0
* Slightly improve cross-module merging for function templates.Richard Smith2013-06-244-0/+61
* [Modules] If a module map resides in a system header directory, treat it as a...Douglas Gregor2013-06-213-0/+13
* Add test header missing from r184504.Douglas Gregor2013-06-211-0/+3
* When building a module, keep *all* declared methods in the global method pool.Douglas Gregor2013-06-213-0/+9
* Test files for private header patch.Lawrence Crowl2013-06-2015-0/+127
* Suffixing #pragma comment(lib) library names with .lib if necessary. This ma...Aaron Ballman2013-05-241-1/+1
* User correct case for 'FileCheck'.Argyrios Kyrtzidis2013-05-241-1/+1
* [modules] If we hit a failure while loading a PCH/module, abort parsing inste...Argyrios Kyrtzidis2013-05-241-0/+26
* Add arm_neon.h to the builtin intrinsics module map.Douglas Gregor2013-05-201-0/+6
* Fix broken testDouglas Gregor2013-05-201-1/+1
* Add -Wincomplete-module, which detects when a header is included from a modul...Douglas Gregor2013-05-204-0/+12
* clang/test/Modules/self-import-header/test.m: Add explicit -target.NAKAMURA Takumi2013-05-161-0/+1
* improve of note message and minor refactoring of my lastFariborz Jahanian2013-05-151-1/+1
* Objective-C [diagnostics] [QOI], when method is notFariborz Jahanian2013-05-141-0/+1
* [modules] When building a module, make sure we don't serialize out HeaderFile...Argyrios Kyrtzidis2013-05-086-0/+22
* Forward #pragma comment(lib/linker) through as flags metadataReid Kleckner2013-05-081-1/+1
* Remove forward slashes from check; should unbreak Windows buildbots.Douglas Gregor2013-05-061-1/+1
* When building a module, forward diagnostics to the outer diagnostic consumer.Douglas Gregor2013-05-035-2/+46
* When looking for the module associated with one of our magical builtin header...Douglas Gregor2013-05-024-3/+19
* [Modules] Fix an issue where the reconstructed redeclaration chain was incomp...Argyrios Kyrtzidis2013-04-264-0/+33
* Avoid names like __in that conflict with SAL in builtin headersReid Kleckner2013-04-191-1/+0
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-1718-94/+84
* [Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar2013-04-161-1/+5
* Make sure we have the include paths we needDouglas Gregor2013-04-121-3/+3
* <rdar://problem/13615607> Include SDK version information in the module hash.Douglas Gregor2013-04-121-0/+32
* Add a module testcase with a using declaration.Rafael Espindola2013-04-053-2/+12
* Add hasExternalLinkageUncached back with the test that Richard provided, butRafael Espindola2013-04-044-0/+18
* <rdar://problem/13560075> Teach name lookup for builtin names to find hidden ...Douglas Gregor2013-04-034-0/+30
* [preprocessor] Allow comparing two macro definitions syntactically instead of...Argyrios Kyrtzidis2013-04-033-0/+5
* [modules] If a submodule has re-definitions of the same macro, only the last ...Argyrios Kyrtzidis2013-04-031-2/+2
* [modules] Make sure enabled diagnostic pragmas inside the module don't affect...Argyrios Kyrtzidis2013-03-273-0/+20
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-271-0/+34
* [modules] Re-enable the "ambiguous expansion of macro" warning.Argyrios Kyrtzidis2013-03-271-14/+14
* Remove local path from test.Douglas Gregor2013-03-251-2/+2
* Use xargs rather than Douglas Gregor2013-03-251-2/+2
* Use 'touch -t', which both BSD and Linux support.Douglas Gregor2013-03-251-4/+4
* <rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor2013-03-251-0/+46
* <rdar://problem/13479214> Make Clang's <stddef.h> robust against system heade...Douglas Gregor2013-03-224-0/+24
* <rdar://problem/13477190> Give the Clang module cache directory some structur...Douglas Gregor2013-03-211-1/+1
* <rdar://problem/13037793> Allow the names of modules to differ from the name ...Douglas Gregor2013-03-216-6/+19
* <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, a...Douglas Gregor2013-03-204-0/+19
* <rdar://problem/10796651> Introduce configuration macros into module maps.Douglas Gregor2013-03-203-0/+40
* <rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor2013-03-193-6/+15
* Ensure that the identifier chains have the most recent declaration after modu...Douglas Gregor2013-02-184-1/+30
* Change this comment to helpfully explain why it's there.Nick Lewycky2013-02-131-1/+2
OpenPOWER on IntegriCloud