aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/macros.c
AgeCommit message (Expand)Author
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2013-04-03[preprocessor] Allow comparing two macro definitions syntactically instead of...Argyrios Kyrtzidis
2013-03-27[modules] Re-enable the "ambiguous expansion of macro" warning.Argyrios Kyrtzidis
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor
2013-01-23[PCH] Temporarily disable the "ambiguous macro" warning that is currently bog...Argyrios Kyrtzidis
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas 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-09-25Introduce builtin macros to determine whether we're building aDouglas Gregor
2012-03-01Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek
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
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-11-29Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor
2011-11-16Migrate a few more modules tests over to -emit-module-from-map.Douglas Gregor
2011-10-17For modules, all macros that aren't include guards are implicitlyDouglas Gregor
2011-09-14Make -E work with module importsDouglas Gregor
2011-09-14Don't try to write a macro offset for an identifier that names a non-exported...Douglas Gregor
2011-09-14Revert my exported-macro hackery. Something is amissDouglas Gregor
2011-09-14Don't try to write a macro offset for an identifier that names a non-exported...Douglas Gregor
2011-09-13For modules, use a hash of the compiler version, language options, andDouglas Gregor
2011-09-12Introduce a cc1-level option to provide the path to the module cache,Douglas Gregor
2011-09-01Modules hide macro definitions by default, so that silly things likeDouglas Gregor