aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/function-redecl.cpp
AgeCommit message (Expand)Author
2013-03-12Move the extern "C" sema tests to a new file.Rafael Espindola
2013-03-12We already reported an error forRafael Espindola
2013-03-12Error if an extern C declaration matches a previous hidden extern C declaration.Rafael Espindola
2013-01-11Reject incompatible redeclarations of extern C symbols.Rafael Espindola
2012-06-07Ignore corrections to functions with bodies when deciding whichKaelyn Uhrain
2012-04-03Remove more redundant lookups. Add a new "all_lookups_iterator" which providesNick Lewycky
2011-10-11Only accept a typo correction if it doesn't trigger additional errorsKaelyn Uhrain
2011-10-10Give nicer note when a member redeclaration has or lacks 'const'Kaelyn Uhrain
2011-09-14Plug an abstraction leak and fix a crasher in DiagnoseInvalidRedeclarationKaelyn Uhrain
2011-08-23Fix an incorrect note.Matt Beaumont-Gay
2011-08-18Don't accept a typo correction if the corrected identifier is the same as theKaelyn Uhrain
2011-08-18Rework DiagnoseInvalidRedeclaration to add the ability to correct typos whenKaelyn Uhrain
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-24Improve merging of function declarations. Specifically:Douglas Gregor