aboutsummaryrefslogtreecommitdiff
path: root/test/Modules
AgeCommit message (Expand)Author
2012-08-23When disambiguating an expression-statement from a declaraton-statement, if theRichard Smith
2012-08-10Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-11Allow -verify directives to be filtered by preprocessing.Jordan Rose
2012-05-16Fix ASTReader handling of ImportDecls, from Meador Inge!Douglas Gregor
2012-04-12There's some code in the PCH reader that looks like it's needlessly complex, butNick Lewycky
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2012-03-13Fix PR10447: lazily building name lookup tables for DeclContexts was broken.Richard Smith
2012-03-01Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek
2012-02-02Use -isystem rather than relying on -isysroot to work consistentlyDouglas Gregor
2012-02-02Yet more data from failing buildbots...Douglas Gregor
2012-02-02Drop -verify to get better diagnostics from failing buildbots. Plus, we don't...Douglas Gregor
2012-02-02Back out my heinous hack that tricked the module generation mechanismDouglas Gregor
2012-02-01test/Modules/compiler_builtins.m: Appease Cygwin to add -D__need_wint_t.NAKAMURA Takumi
2012-02-01test/Modules/compiler_builtins.m: Mark this as XFAIL:win32. MS limits.h provi...NAKAMURA Takumi
2012-01-31Split compiler builtin module into "stdlib" builtins and "intrinsic"Douglas Gregor
2012-01-30Remove tgmath.h from the module map for now, because it currently causes aDouglas Gregor
2012-01-30Introduce TargetInfo::hasFeature() to query various feature names inDouglas Gregor
2012-01-29Just disable the compiler-builtins module test on MSVC for nowDouglas Gregor
2012-01-29Teach tgmath.h to only include <complex.h> if it's available.Douglas Gregor
2012-01-29Try to get useful diagnostics out of the failing MSVC buildersDouglas Gregor
2012-01-29Alternate fix to the modules failures that doesn't require us to tweak tgmath.hDouglas Gregor
2012-01-29If there's no math.h, then tgmath.h should just be emptyDouglas Gregor
2012-01-29Temporary disable the -verify on this test in the hope of getting some useful...Douglas Gregor
2012-01-29Introduce a module map for (some of) the compiler-suppliedDouglas Gregor
2012-01-29Test module lookup within a subdirectory of a normal include directory.Douglas Gregor
2012-01-27Introduce module attributes into the module map grammar, along with aDouglas Gregor
2012-01-27Reimplement (de-)serialization of Objective-C categories to eliminateDouglas Gregor
2012-01-25Whenever Sema attempts to look in the global method pool, try to loadDouglas Gregor
2012-01-15When deserializing the definition of a C++ class/ObjC class/ObjCDouglas Gregor
2012-01-13(Implicit) parameters deserialized as part of a function type must notDouglas Gregor
2012-01-13When inferring a module for a framework, first determine whether thatDouglas Gregor
2012-01-13Don't infer a submodule for a framework's private header, at least for now.Douglas Gregor
2012-01-09When deserializing an anonymous namespace from a module, do not attachDouglas Gregor
2012-01-09Implement merging of namespace-scope declarations across modules, soDouglas Gregor
2012-01-09Implement redeclaration merging for namespaces defined in distinctDouglas Gregor
2012-01-09Always allow redefinition of typedefs when modules are enabled. ThisDouglas Gregor
2012-01-07Switch NamespaceDecl from its own hand-rolled redeclaration chain overDouglas Gregor
2012-01-06When inferring a submodule ID during module creation, look up theDouglas Gregor
2012-01-05When we're performing name lookup for a tag, we still allow ourselvesDouglas Gregor
2012-01-05When generating includes for all of the headers we found in anDouglas Gregor
2012-01-04Implement declaration merging for variables in disjoint modules.Douglas Gregor
2012-01-04Implement declaration merging for non-template functions fromDouglas Gregor
2012-01-04Don't treat 'import' as a contextual keyword when we're in a caching lexer, o...Douglas Gregor
2012-01-03Test "merging" of typedef types across distinct modules. At present,Douglas Gregor
2012-01-03Implement cross-module declaration merging for tag declarations, soDouglas Gregor
2012-01-03Re-uglify #public and #private to #__public_macro and #__private_macro.Douglas Gregor
2012-01-03Eliminate the uglified keyword __import_module__ for importingDouglas Gregor
2012-01-03Under -fmodules, accept #public <macroname> and #private <macroname>Douglas Gregor
2012-01-03Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor