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
/
var-redecl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Emit a better diagnostic when variable redeclarations disagree
David Majnemer
2015-07-14
1
-14
/
+14
*
Sema: Check type compatibility with the most recent decl when merging
David Majnemer
2015-01-14
1
-2
/
+6
*
Sema: An extern declaration can't be a redeclaration of a parameter
David Majnemer
2015-01-14
1
-0
/
+4
*
Sema: Static redeclaration after extern declarations is a Microsoft Extension
David Majnemer
2014-06-18
1
-1
/
+1
*
Don't replace an existing decl in the scope chains with its
John McCall
2013-04-13
1
-2
/
+2
*
Fixes a corner case bug whereby declaring and defining an extern variable in a
Fariborz Jahanian
2010-06-21
1
-2
/
+2
*
Whenever we emit a typo-correction diagnostic, also emit a note
Douglas Gregor
2010-01-07
1
-1
/
+1
*
Implement typo correction for id-expressions, e.g.,
Douglas Gregor
2009-12-31
1
-1
/
+2
*
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
*
Variables marked as "extern" can actually have internal linkage if
Douglas Gregor
2009-03-19
1
-0
/
+5
*
Rework the way we find locally-scoped external declarations when we
Douglas Gregor
2009-03-02
1
-0
/
+5
*
When we're declaring an object or function with linkage, teach name
Douglas Gregor
2009-02-24
1
-0
/
+21
*
Extend the implicit declaration and checking against out-of-scope
Douglas Gregor
2009-02-24
1
-0
/
+30