index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Sema
/
function-redecl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Empty enum in c is now error to match gcc's behavior.
Fariborz Jahanian
2010-05-28
1
-1
/
+1
*
When instantiating a function that was declared via a typedef, e.g.,
Douglas Gregor
2010-05-04
1
-1
/
+1
*
Improve diagnostics when we fail to convert from a source type to a
Douglas Gregor
2010-04-09
1
-1
/
+1
*
When determining whether a function without a prototype is compatible
Douglas Gregor
2010-02-03
1
-0
/
+4
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Tighten up the determination of whether a function declaration has a
Douglas Gregor
2009-03-23
1
-0
/
+9
*
If a function is declared as, e.g.,
Douglas Gregor
2009-03-19
1
-0
/
+10
*
Implement GNU C semantics for K&R function definitions that follow a
Douglas Gregor
2009-03-06
1
-0
/
+13
*
Rework the way we find locally-scoped external declarations when we
Douglas Gregor
2009-03-02
1
-0
/
+7
*
When we're declaring an object or function with linkage, teach name
Douglas Gregor
2009-02-24
1
-2
/
+2
*
In C, when we see a function declaration within a local scope, export
Douglas Gregor
2009-02-24
1
-0
/
+28
*
Improve merging of function declarations. Specifically:
Douglas Gregor
2009-02-24
1
-0
/
+30
*
When a function with a prototype is redeclared without a prototype,
Douglas Gregor
2009-02-16
1
-0
/
+30