Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-29 | Fold tests for C++ 'main' into a single file. | Richard Smith | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173756 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2010-10-21 | Always treat 'main' as an extern "C" function, so that we detect | Douglas Gregor | |
redeclarations of main appropriately rather than allowing it to be overloaded. Also, disallowing declaring main as a template. Fixes GCC DejaGNU g++.old-deja/g++.other/main1.C. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117029 91177308-0d34-0410-b5e6-96231b3b80d8 |