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
/
lib
/
Sema
/
SemaOverload.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add a new attribute 'enable_if' which can be used to control overload resolut...
Nick Lewycky
2014-01-11
1
-13
/
+176
*
ObjectiveC. Further improvements of use
Fariborz Jahanian
2013-12-16
1
-1
/
+3
*
Fix code typos spotted while working on type traits
Alp Toker
2013-12-06
1
-1
/
+1
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
1
-1
/
+1
*
PR17533 and duplicates: don't compute the return type of an overloaded operator
Richard Smith
2013-11-15
1
-15
/
+15
*
Rather than duplicating extension diagnostics to allow them to cause a
Richard Smith
2013-11-12
1
-6
/
+2
*
s/DebugPrint/dump/g
Douglas Gregor
2013-11-08
1
-10
/
+10
*
Objective-C++ ARC: Improve the conversion to a const __unsafe_unretained refe...
Douglas Gregor
2013-11-08
1
-2
/
+17
*
Fix a bogus assert I introduced in r194224
Douglas Gregor
2013-11-08
1
-1
/
+1
*
Re-instate contextual conversion to Objective-C pointers in message sends.
Douglas Gregor
2013-11-07
1
-31
/
+91
*
Implement final resolution of DR1402: implicitly-declared move operators that
Richard Smith
2013-11-04
1
-1
/
+16
*
Sema: Do not allow overloading between methods based on restrict
David Majnemer
2013-11-03
1
-1
/
+6
*
Fix crash in cleanup attr handling
Alp Toker
2013-10-20
1
-0
/
+3
*
Sema: Cleanup redundant variable NumArgsToCheck
Benjamin Kramer
2013-10-05
1
-4
/
+1
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-09-26
1
-0
/
+4
*
Sema: Simplify code a bit, plug a potential leak.
Benjamin Kramer
2013-09-25
1
-20
/
+12
*
Fix typo. Add missing whitespace. No functionality change.
Nick Lewycky
2013-09-22
1
-2
/
+2
*
PR17295: Do not allow explicit conversion functions to be used in cases where
Richard Smith
2013-09-21
1
-0
/
+11
*
[-cxx-abi microsoft] Correctly identify Win32 entry points
David Majnemer
2013-09-16
1
-0
/
+5
*
PR17075: When performing partial ordering of a member function against a
Richard Smith
2013-09-11
1
-1
/
+2
*
getMostSpecialized for function template sets is never used in the context of a
Richard Smith
2013-09-10
1
-1
/
+1
*
Fix constructor-related typos.
Benjamin Kramer
2013-09-09
1
-1
/
+1
*
Remove error-prone 'list initialization' flag from an implicit conversion
Richard Smith
2013-09-06
1
-22
/
+10
*
When creating an implicit conversion sequence for a reference of type T from an
Richard Smith
2013-09-06
1
-5
/
+12
*
Improve error for assignment to incomplete class.
Eli Friedman
2013-08-28
1
-0
/
+5
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
1
-4
/
+0
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-08-22
1
-0
/
+4
*
Don't produce duplicate notes if we have deduction failure notes when resolving
Richard Smith
2013-08-14
1
-6
/
+16
*
Fix for PR16570: when comparing two function pointers, discard qualifiers when
Richard Trieu
2013-08-09
1
-1
/
+2
*
Omit llvm:: before ArrayRef, as we have using llvm::ArrayRef in include/clan...
Robert Wilhelm
2013-08-09
1
-5
/
+4
*
Fixing commit r187768: Moved diagnosis of forward declarations of variable te...
Larisse Voufo
2013-08-06
1
-11
/
+3
*
Fix for PR16570: when comparing two function pointers, discard qualifiers when
Richard Trieu
2013-08-06
1
-3
/
+11
*
Sema: Diagnose explicitly bound unresolved member expressions decaying into p...
David Majnemer
2013-08-01
1
-25
/
+42
*
Improve the diagnostic experience, including adding recovery, for
Kaelyn Uhrain
2013-07-31
1
-1
/
+8
*
FIXME fix: improving diagnostics for template arguments deduction of class te...
Larisse Voufo
2013-07-19
1
-103
/
+257
*
Revert "Use function overloading instead of template specialization for diagn...
Larisse Voufo
2013-07-19
1
-257
/
+103
*
Use function overloading instead of template specialization for diagnosis of ...
Larisse Voufo
2013-07-19
1
-103
/
+257
*
Move the "->" to "." fixit from r186128 into a separate note since
Kaelyn Uhrain
2013-07-15
1
-5
/
+3
*
Provide a fixit hint for changing '->' to '.' if there is no operator->
Kaelyn Uhrain
2013-07-11
1
-4
/
+11
*
Make a couple of useful typo correction callbacks more widely available.
Kaelyn Uhrain
2013-07-08
1
-62
/
+2
*
Put helper class in anonymous namespace.
Craig Topper
2013-07-01
1
-0
/
+4
*
Reinstate r185229, reverted in r185256, with a tweak: further ignore the
Richard Smith
2013-06-30
1
-35
/
+13
*
Revert r185229 as it breaks compilation of <windows.h>
Timur Iskhodzhanov
2013-06-29
1
-13
/
+35
*
PR7927, PR16247: Reimplement handling of matching extern "C" declarations
Richard Smith
2013-06-28
1
-35
/
+13
*
A bit of program simplification from r185056
Larisse Voufo
2013-06-27
1
-2
/
+1
*
Fix a conversion to incomplete type bug -- The error message now specifically...
Larisse Voufo
2013-06-27
1
-4
/
+9
*
More of N3652: don't add an implicit 'const' to 'constexpr' member functions ...
Richard Smith
2013-06-25
1
-1
/
+2
*
Extend -Wnon-pod-varargs to check calls made from member pointers.
Richard Trieu
2013-06-22
1
-0
/
+3
*
Introduce a new mangling for protocol-qualified ObjC types in C++. This allows
Eli Friedman
2013-06-18
1
-36
/
+3
*
A quick fix to allow return type deduction on member templates
Faisal Vali
2013-06-15
1
-2
/
+19
[prev]
[next]