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