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
/
Sema
/
predefined-function.c
Age
Commit message (
Expand
)
Author
2010-04-22
Whenever we complain about a failed initialization of a function or
Douglas Gregor
2010-04-09
Improve diagnostics when we fail to convert from a source type to a
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-16
Adopt a more principled approach to invalid declarations:
Douglas Gregor
2008-11-23
Make all the 'redefinition' diagnostics more consistent, and make the
Chris Lattner
2008-11-21
remove expected-error from #if 0 section of code.
Chris Lattner
2008-02-17
Fix PR2042. One remaining issue: we don't currently diagnose
Chris Lattner
2008-01-16
Sema::MergeFunctionDecl()...make sure diagnostic is accurate (wrt function de...
Steve Naroff
2008-01-09
Fix Sema::ActOnDeclarator() to call MergeFunctionDecl for function decls that...
Steve Naroff
2008-01-09
Fix ASTContext::typesAreCompatible to allow for int/enum compatibility (C99 6...
Steve Naroff
2007-11-20
Improve function decl merging, patch by Oliver Hunt!
Chris Lattner