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
/
SemaCXX
/
linkage-spec.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Retain previous language linkage of friend function declarations
Alp Toker
2013-10-22
1
-0
/
+19
*
Reinstate r185229, reverted in r185256, with a tweak: further ignore the
Richard Smith
2013-06-30
1
-1
/
+38
*
Revert r185229 as it breaks compilation of <windows.h>
Timur Iskhodzhanov
2013-06-29
1
-40
/
+3
*
PR7927, PR16247: Reimplement handling of matching extern "C" declarations
Richard Smith
2013-06-28
1
-3
/
+40
*
Put the PR16167 tests together
David Majnemer
2013-05-31
1
-0
/
+1
*
Disallow extern decls of type void in C++ mode
David Majnemer
2013-05-29
1
-0
/
+2
*
Use lexical contexts when checking for conflicting language linkages.
Rafael Espindola
2013-05-05
1
-0
/
+8
*
Don't special case one line extern "C" decls.
Rafael Espindola
2013-03-29
1
-0
/
+4
*
Push "out-of-line" declarations into scope when their lexical/semantic
Douglas Gregor
2011-10-09
1
-0
/
+13
*
Don't complain about a variable within a linkage-specification that is
Douglas Gregor
2010-10-15
1
-0
/
+3
*
Parse all kinds of declarations as part of a linkage-specification,
Douglas Gregor
2010-08-24
1
-0
/
+9
*
A member function never has "C" linkage. Fixes <rdar://problem/8318976>.
Douglas Gregor
2010-08-17
1
-0
/
+9
*
Handle the obvious case for diagnosing redeclarations of extern "C" functions.
John McCall
2010-08-12
1
-0
/
+11
*
Fixed typedef inside extern "C".
Abramo Bagnara
2010-07-30
1
-0
/
+3
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
When performing unqualified name lookup in C++, don't look directly
Douglas Gregor
2009-12-08
1
-0
/
+14
*
When checking the namespace of a redeclaration or definition, look through li...
Sebastian Redl
2009-11-08
1
-0
/
+7
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-1
/
+1
*
Skip transparent contexts when performing C++ name lookup
Douglas Gregor
2009-08-24
1
-0
/
+8
*
Fix another case where the extern-ness of extern "C" wasn't being captured.
Anders Carlsson
2009-05-16
1
-0
/
+4
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
When determining whether a variable is a file-scoped variable, check
Douglas Gregor
2009-01-07
1
-0
/
+6
*
Add forgotten test case for linkage specifications
Douglas Gregor
2009-01-05
1
-0
/
+17