Age | Commit message (Expand) | Author |
2012-11-07 | When loading a module fails because it is out of date, rebuild that | Douglas Gregor |
2012-11-06 | Introduce inferred framework modules into the module map file, | Douglas Gregor |
2012-11-05 | Have the parser initialize Sema before it consumes the first | Douglas Gregor |
2012-11-05 | Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>. | Douglas Gregor |
2012-10-25 | Correct test inovocations to use %clang_cc1 rather than direct invocation (so... | David Tweed |
2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
2012-10-15 | Introduce the notion of excluded headers into the module map | Douglas Gregor |
2012-10-12 | Add missing header from 165821 | Douglas Gregor |
2012-10-12 | Sanitize the names of modules determined based on the names of headers | Douglas Gregor |
2012-10-12 | Track which particular submodule #undef's a macro, so that the actual | Douglas Gregor |
2012-10-11 | Diagnose the expansion of ambiguous macro definitions. This can happen | Douglas Gregor |
2012-10-11 | Deserialize macro history when we deserialize an identifier that has | Douglas Gregor |
2012-10-09 | Rework the (de-)serialization of macros, as stored in | Douglas Gregor |
2012-10-09 | When we load a function or method body from an AST file, we check | Douglas Gregor |
2012-10-02 | Add redecls into their lexical DeclContext: this is what they assert on, and ... | Axel Naumann |
2012-10-02 | Only those InterestingDecls that got added to the AST should be passed to the... | Axel Naumann |
2012-10-02 | Merge pending instantiations instead of overwriting existing ones. | Axel Naumann |
2012-10-01 | The Redeclarable part of named decls is read before their name. | Axel Naumann |
2012-10-01 | Also merge template redeclarations. | Axel Naumann |
2012-10-01 | Bring ASTReader and Writer into sync for the case where a canonical template ... | Axel Naumann |
2012-09-25 | Introduce builtin macros to determine whether we're building a | Douglas Gregor |
2012-08-23 | When disambiguating an expression-statement from a declaraton-statement, if the | Richard Smith |
2012-08-10 | Update VerifyDiagnosticConsumer to only get directives during parsing. | Jordan Rose |
2012-07-23 | Fix a typo (the the => the) | Sylvestre Ledru |
2012-07-11 | Allow -verify directives to be filtered by preprocessing. | Jordan Rose |
2012-05-16 | Fix ASTReader handling of ImportDecls, from Meador Inge! | Douglas Gregor |
2012-04-12 | There's some code in the PCH reader that looks like it's needlessly complex, but | Nick Lewycky |
2012-04-06 | Added a new attribute, objc_root_class, which informs the compiler when a roo... | Patrick Beard |
2012-03-13 | Fix PR10447: lazily building name lookup tables for DeclContexts was broken. | Richard Smith |
2012-03-01 | Change @import to @__experimental_modules_import. We are not ready to commit... | Ted Kremenek |
2012-02-02 | Use -isystem rather than relying on -isysroot to work consistently | Douglas Gregor |
2012-02-02 | Yet more data from failing buildbots... | Douglas Gregor |
2012-02-02 | Drop -verify to get better diagnostics from failing buildbots. Plus, we don't... | Douglas Gregor |
2012-02-02 | Back out my heinous hack that tricked the module generation mechanism | Douglas Gregor |
2012-02-01 | test/Modules/compiler_builtins.m: Appease Cygwin to add -D__need_wint_t. | NAKAMURA Takumi |
2012-02-01 | test/Modules/compiler_builtins.m: Mark this as XFAIL:win32. MS limits.h provi... | NAKAMURA Takumi |
2012-01-31 | Split compiler builtin module into "stdlib" builtins and "intrinsic" | Douglas Gregor |
2012-01-30 | Remove tgmath.h from the module map for now, because it currently causes a | Douglas Gregor |
2012-01-30 | Introduce TargetInfo::hasFeature() to query various feature names in | Douglas Gregor |
2012-01-29 | Just disable the compiler-builtins module test on MSVC for now | Douglas Gregor |
2012-01-29 | Teach tgmath.h to only include <complex.h> if it's available. | Douglas Gregor |
2012-01-29 | Try to get useful diagnostics out of the failing MSVC builders | Douglas Gregor |
2012-01-29 | Alternate fix to the modules failures that doesn't require us to tweak tgmath.h | Douglas Gregor |
2012-01-29 | If there's no math.h, then tgmath.h should just be empty | Douglas Gregor |
2012-01-29 | Temporary disable the -verify on this test in the hope of getting some useful... | Douglas Gregor |
2012-01-29 | Introduce a module map for (some of) the compiler-supplied | Douglas Gregor |
2012-01-29 | Test module lookup within a subdirectory of a normal include directory. | Douglas Gregor |
2012-01-27 | Introduce module attributes into the module map grammar, along with a | Douglas Gregor |
2012-01-27 | Reimplement (de-)serialization of Objective-C categories to eliminate | Douglas Gregor |
2012-01-25 | Whenever Sema attempts to look in the global method pool, try to load | Douglas Gregor |