summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/function-redecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud