summaryrefslogtreecommitdiff
path: root/test/SemaCXX/function-redecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SemaCXX] Param diagnostic matches overload logicBrian Gesiak2019-02-011-0/+6
* Functions declared in a scope should not hide previous declaration in earlier...Olivier Goffart2016-06-161-1/+8
* Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith2013-09-201-5/+2
* Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:Richard Smith2013-08-131-8/+13
* Move the extern "C" sema tests to a new file.Rafael Espindola2013-03-121-45/+0
* We already reported an error forRafael Espindola2013-03-121-0/+16
* Error if an extern C declaration matches a previous hidden extern C declaration.Rafael Espindola2013-03-121-0/+11
* Reject incompatible redeclarations of extern C symbols.Rafael Espindola2013-01-111-0/+18
* Ignore corrections to functions with bodies when deciding whichKaelyn Uhrain2012-06-071-5/+23
* Remove more redundant lookups. Add a new "all_lookups_iterator" which providesNick Lewycky2012-04-031-2/+5
* Only accept a typo correction if it doesn't trigger additional errorsKaelyn Uhrain2011-10-111-1/+4
* Give nicer note when a member redeclaration has or lacks 'const'Kaelyn Uhrain2011-10-101-1/+14
* Plug an abstraction leak and fix a crasher in DiagnoseInvalidRedeclarationKaelyn Uhrain2011-09-141-0/+9
* Fix an incorrect note.Matt Beaumont-Gay2011-08-231-0/+16
* Don't accept a typo correction if the corrected identifier is the same as theKaelyn Uhrain2011-08-181-0/+4
* Rework DiagnoseInvalidRedeclaration to add the ability to correct typos whenKaelyn Uhrain2011-08-181-0/+26
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Improve merging of function declarations. Specifically:Douglas Gregor2009-02-241-0/+26