summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules
Commit message (Expand)AuthorAgeFilesLines
* [modules] Fix some more cases where we used to reject a conflict between twoRichard Smith2015-11-172-0/+31
* [modules] Allow "redefinition" of typedef of anon tag from unimported submoduleBen Langmuir2015-11-144-0/+17
* Fix auto-link for text-based dynamic library SDKs.Juergen Ributzka2015-11-133-0/+19
* [modules] When a declaration has non-trivial visibility, check whether it'sRichard Smith2015-11-131-0/+7
* [modules] Follow the C++ standard's rule for linkage of enumerators: they haveRichard Smith2015-11-133-5/+8
* Avoid duplicated diagnostic when lookup for a nested-name-specifier fails due...Richard Smith2015-11-121-1/+1
* [modules] Simplify and generalize the existing rule for finding hiddenRichard Smith2015-11-129-21/+67
* Revert r240335.Richard Smith2015-11-122-3/+6
* Allow use of private headers in different sub-modules.Manuel Klimek2015-11-053-0/+53
* [modules] Don't merge an anonymous enum definition into a named enum definition.Richard Smith2015-11-051-1/+16
* [modules] If we're given a module file, via -fmodule-file=, for a module, butRichard Smith2015-11-051-0/+4
* [modules] Generalize the workaround for multiple ambiguous definitions ofRichard Smith2015-11-043-1/+9
* Introduce module file extensions to piggy-back data onto module files.Douglas Gregor2015-11-033-0/+49
* [modules] Rationalize the behavior of Decl::declarationReplaces, and inRichard Smith2015-11-036-0/+30
* Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor2015-11-031-1/+1
* Support watchOS and tvOS driver optionsTim Northover2015-10-301-0/+0
* Fix missing builtin identifier infos with PCH+modulesBen Langmuir2015-10-283-0/+11
* Fixup this testcase after r251120.Adrian Prantl2015-10-231-3/+5
* Module Debugging: Emit module debug info for types inside of Objective-CAdrian Prantl2015-10-233-0/+15
* [modules] libstdc++ defines some static inline functions in its internalRichard Smith2015-10-216-0/+28
* [modules] Allow the error when explicitly loading an incompatible module fileRichard Smith2015-10-161-3/+2
* [modules] Allow the error on importing a C++ module within an extern "C"Richard Smith2015-10-131-6/+8
* [modules] Fix merging of __va_list_tag's implicit special member functions.Richard Smith2015-10-135-0/+26
* Update tests touched by r249656David Majnemer2015-10-081-1/+1
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-088-12/+12
* Module Debugging: Emit (ObjC) function declarations in the module scopeAdrian Prantl2015-10-041-0/+2
* Module debugging: Don't emit forward declarations in module scopes.Adrian Prantl2015-10-022-0/+4
* Break long lines for readability.Adrian Prantl2015-10-021-2/+7
* Module debugging: Also emit Objective-C interfaces forward declarationsAdrian Prantl2015-10-012-1/+8
* Module debugging: Emit Objective-C interfaces in their module scope whenAdrian Prantl2015-10-011-1/+8
* Module Debugging: Emit submodules as nested DW_TAG_modules.Adrian Prantl2015-09-242-5/+22
* Module Debugging: Use the clang module signature as the module's dwo_idAdrian Prantl2015-09-223-5/+13
* Add a belated testcase for the skeleton CU behavior in r248062.Adrian Prantl2015-09-211-2/+20
* Debug Info: When building a module, emit skeleton CUs for imported modules.Adrian Prantl2015-09-211-0/+15
* clang/test/Modules/DebugInfoSubmodules.c REQUIRES asserts due to -debug-only.NAKAMURA Takumi2015-09-211-0/+1
* Module debugging: Support submodules in the PCM/PCH debug info.Adrian Prantl2015-09-204-0/+32
* [Modules] More descriptive diagnostics for misplaced import directiveSerge Pavlov2015-09-1911-12/+49
* [modules] Fix a corner case in the macro override rules: properly handle over...Richard Smith2015-09-161-1/+5
* [modules] Make sure we make hidden UsingShadowDecls visible to redeclarationRichard Smith2015-09-153-0/+8
* [modules] A using-declaration doesn't introduce a new entity, just a new nameRichard Smith2015-09-152-2/+100
* Revert "Always_inline codegen rewrite" and 2 follow-ups.Evgeniy Stepanov2015-09-141-2/+2
* Update cxx-irgen.cpp test to allow signext in alwaysinline functions.Samuel Antao2015-09-141-1/+1
* Always_inline codegen rewrite.Evgeniy Stepanov2015-09-121-2/+2
* Revert "Specify target triple in alwaysinline tests."Evgeniy Stepanov2015-09-111-2/+2
* Add new test file missing from r247486.Richard Smith2015-09-111-0/+6
* [modules] When picking one of two template declarations as a lookup result,Richard Smith2015-09-113-0/+9
* Always_inline codegen rewrite.Evgeniy Stepanov2015-09-111-2/+2
* Fix a typo and make this test stricter.Adrian Prantl2015-09-111-2/+5
* Use Itanium C++ ABI triple for new modules+debug testReid Kleckner2015-09-111-1/+4
* Module Debugging: Emit forward declarations for types that are defined inAdrian Prantl2015-09-112-0/+98
OpenPOWER on IntegriCloud