aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/cxx-decls.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-16[modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith1-2/+2
2015-02-27[modules] For an inheriting constructor, the inherited constructor is stored inRichard Smith1-0/+2
2014-09-03[modules] Make NamespaceAliasDecl redeclarable, as it should be. This fixesRichard Smith1-0/+2
2014-08-30[modules] Fix deserialization cycle when loading a tag declaration with a typ...Richard Smith1-0/+3
2014-08-29Add some missing test coverage for merging 'extern "C"' functions with modules.Richard Smith1-0/+6
2014-08-26[modules] Don't assert when merging virtual functions that override otherRichard Smith1-0/+3
2014-08-23[modules] When merging a tag declaration that has a typedef name for linkageRichard Smith1-0/+6
2014-06-16[modules] When we merge redecl chains or mark a decl used with an updateRichard Smith1-0/+8
2014-05-16Push implicitly-declared allocation functions into the IdResolver. Otherwise,Richard Smith1-0/+4
2014-04-17Add missing serialization code for one of the CXXRecordDecl definition flags.Richard Smith1-0/+3
2013-08-30Map from local decl IDs to global decl IDs when lazily deserializing friend d...Richard Smith1-0/+9
2013-07-14If an unimported submodule of an imported module contains a declaration of aRichard Smith1-0/+12