aboutsummaryrefslogtreecommitdiff
path: root/test/Modules
AgeCommit message (Expand)Author
2012-11-07When loading a module fails because it is out of date, rebuild thatDouglas Gregor
2012-11-06Introduce inferred framework modules into the module map file,Douglas Gregor
2012-11-05Have the parser initialize Sema before it consumes the firstDouglas Gregor
2012-11-05Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>.Douglas Gregor
2012-10-25Correct test inovocations to use %clang_cc1 rather than direct invocation (so...David Tweed
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-10-15Introduce the notion of excluded headers into the module mapDouglas Gregor
2012-10-12Add missing header from 165821Douglas Gregor
2012-10-12Sanitize the names of modules determined based on the names of headersDouglas Gregor
2012-10-12Track which particular submodule #undef's a macro, so that the actualDouglas Gregor
2012-10-11Diagnose the expansion of ambiguous macro definitions. This can happenDouglas Gregor
2012-10-11Deserialize macro history when we deserialize an identifier that hasDouglas Gregor
2012-10-09Rework the (de-)serialization of macros, as stored inDouglas Gregor
2012-10-09When we load a function or method body from an AST file, we checkDouglas Gregor
2012-10-02Add redecls into their lexical DeclContext: this is what they assert on, and ...Axel Naumann
2012-10-02Only those InterestingDecls that got added to the AST should be passed to the...Axel Naumann
2012-10-02Merge pending instantiations instead of overwriting existing ones.Axel Naumann
2012-10-01The Redeclarable part of named decls is read before their name.Axel Naumann
2012-10-01Also merge template redeclarations.Axel Naumann
2012-10-01Bring ASTReader and Writer into sync for the case where a canonical template ...Axel Naumann
2012-09-25Introduce builtin macros to determine whether we're building aDouglas Gregor
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