Age | Commit message (Expand) | Author |
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 |
2012-01-15 | When deserializing the definition of a C++ class/ObjC class/ObjC | Douglas Gregor |
2012-01-13 | (Implicit) parameters deserialized as part of a function type must not | Douglas Gregor |
2012-01-13 | When inferring a module for a framework, first determine whether that | Douglas Gregor |
2012-01-13 | Don't infer a submodule for a framework's private header, at least for now. | Douglas Gregor |
2012-01-09 | When deserializing an anonymous namespace from a module, do not attach | Douglas Gregor |
2012-01-09 | Implement merging of namespace-scope declarations across modules, so | Douglas Gregor |
2012-01-09 | Implement redeclaration merging for namespaces defined in distinct | Douglas Gregor |
2012-01-09 | Always allow redefinition of typedefs when modules are enabled. This | Douglas Gregor |
2012-01-07 | Switch NamespaceDecl from its own hand-rolled redeclaration chain over | Douglas Gregor |
2012-01-06 | When inferring a submodule ID during module creation, look up the | Douglas Gregor |
2012-01-05 | When we're performing name lookup for a tag, we still allow ourselves | Douglas Gregor |
2012-01-05 | When generating includes for all of the headers we found in an | Douglas Gregor |
2012-01-04 | Implement declaration merging for variables in disjoint modules. | Douglas Gregor |
2012-01-04 | Implement declaration merging for non-template functions from | Douglas Gregor |
2012-01-04 | Don't treat 'import' as a contextual keyword when we're in a caching lexer, o... | Douglas Gregor |
2012-01-03 | Test "merging" of typedef types across distinct modules. At present, | Douglas Gregor |
2012-01-03 | Implement cross-module declaration merging for tag declarations, so | Douglas Gregor |
2012-01-03 | Re-uglify #public and #private to #__public_macro and #__private_macro. | Douglas Gregor |
2012-01-03 | Eliminate the uglified keyword __import_module__ for importing | Douglas Gregor |
2012-01-03 | Under -fmodules, accept #public <macroname> and #private <macroname> | Douglas Gregor |
2012-01-03 | Introduce a non-uglified syntax for module imports in Objective-C: | Douglas Gregor |