index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Modules
Age
Commit message (
Expand
)
Author
2013-05-06
Remove forward slashes from check; should unbreak Windows buildbots.
Douglas Gregor
2013-05-03
When building a module, forward diagnostics to the outer diagnostic consumer.
Douglas Gregor
2013-05-02
When 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-19
Avoid names like __in that conflict with SAL in builtin headers
Reid Kleckner
2013-04-17
Extended 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-12
Make sure we have the include paths we need
Douglas Gregor
2013-04-12
<rdar://problem/13615607> Include SDK version information in the module hash.
Douglas Gregor
2013-04-05
Add a module testcase with a using declaration.
Rafael Espindola
2013-04-04
Add hasExternalLinkageUncached back with the test that Richard provided, but
Rafael 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-25
Remove local path from test.
Douglas Gregor
2013-03-25
Use xargs rather than
Douglas Gregor
2013-03-25
Use '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-18
Ensure that the identifier chains have the most recent declaration after modu...
Douglas Gregor
2013-02-13
Change this comment to helpfully explain why it's there.
Nick Lewycky
2013-02-12
Order the methods in the global method pool based on when they become visible...
Douglas Gregor
2013-02-12
Fix a bug reduced from a crash when trying to use modules with libc++. We check
Richard Smith
2013-02-12
Remove an assert which triggers when a decl context in a module hits the 'has
Richard Smith
2013-02-11
[Modules] Cope better with top-level declarations loaded after being declared...
Douglas Gregor
2013-02-09
Ensure that type definitions present in just-loaded modules are
Douglas Gregor
2013-02-08
Fix test failure by making sure this file isn't identical to any other file
Nick Lewycky
2013-02-08
Fix conflict between r174685 and r174645 (rename -fmodule-cache-path <foo> to...
Richard Smith
2013-02-08
Fix stack overflow and improve performance when a module contains many
Richard Smith
2013-02-08
Teach subframework header lookup to suggest modules <rdar://problem/13176200>.
Douglas Gregor
2013-02-07
Form the default -fmodules-cache-path= properly.
Douglas Gregor
2013-02-07
Add missing header from r174648
Douglas Gregor
2013-02-07
Retain all hidden methods in the global method pool, because they may become ...
Douglas Gregor
2013-02-07
Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...
Douglas Gregor
2013-02-07
Fix handling of module imports adding names to a DeclContext after qualified
Richard Smith
2013-02-07
Be a little more permissive with -fmodules-ignore-macro= by removing everythi...
Douglas Gregor
2013-02-07
Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...
Douglas Gregor
2013-02-06
Detect when we end up trying to load conflicting module files.
Douglas Gregor
2013-02-01
Merge "special" types from different modules in the AST reader.
Douglas Gregor
2013-01-28
Enable the global module index by default. Introduce the
Douglas Gregor
2013-01-25
clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32.
NAKAMURA Takumi
2013-01-25
Implement the reader of the global module index and wire it into the
Douglas Gregor
[next]