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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Types appearing more than once in a spec shouldn't matter.
Sebastian Redl
2009-10-11
1
-5
/
+10
*
Test exception spec compatibility on return type and parameters.
Sebastian Redl
2009-10-11
6
-226
/
+316
*
Implement the core checking for compatible exception specifications in assign...
Sebastian Redl
2009-10-10
4
-4
/
+55
*
Qualified lookup through using declarations. Diagnose a new type of ambiguity.
John McCall
2009-10-10
5
-50
/
+295
*
Check that the return type is complete when calling a member function.
Anders Carlsson
2009-10-10
1
-0
/
+5
*
Add CheckCallReturnType and start using it for regular call expressions. This...
Anders Carlsson
2009-10-09
4
-11
/
+47
*
Dead Code Elimination
Douglas Gregor
2009-10-09
2
-23
/
+0
*
Add some FIXMEs
Douglas Gregor
2009-10-09
1
-0
/
+2
*
Minor tweaks for code-completion:
Douglas Gregor
2009-10-09
2
-4
/
+15
*
Refactor the LookupResult API to simplify most common operations. Require us...
John McCall
2009-10-09
14
-909
/
+522
*
When declaring a friend class template, we may end up finding an
Douglas Gregor
2009-10-09
1
-0
/
+16
*
Produce good looking diagnostics on ambiguous built-in operators.
Fariborz Jahanian
2009-10-09
1
-8
/
+6
*
Use the new API for applying the qualifiers on built-in '->*'
Fariborz Jahanian
2009-10-09
1
-5
/
+3
*
Improve on reporting ambiguity involving built-in candidates.
Fariborz Jahanian
2009-10-09
2
-11
/
+12
*
- Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare...
Steve Naroff
2009-10-08
1
-1
/
+1
*
Fix up error reporting when object cannot be constructed
Fariborz Jahanian
2009-10-08
1
-2
/
+3
*
Installation of Clang libraries and headers, from Axel Naumann!
Douglas Gregor
2009-10-08
1
-3
/
+0
*
Add code completion support for ObjC property declarations/attributes.
Steve Naroff
2009-10-08
2
-0
/
+29
*
Implement support for -Wunused-variable, from Oscar Bonilla!
Douglas Gregor
2009-10-08
2
-3
/
+12
*
Add more testing for the properties of explicit specialization.
Douglas Gregor
2009-10-08
1
-0
/
+2
*
Don't complain about out-of-line explicit specializations of member
Douglas Gregor
2009-10-08
1
-2
/
+4
*
Improve checking for specializations of member classes of class
Douglas Gregor
2009-10-08
5
-22
/
+67
*
For instantiations of static data members of class templates, keep
Douglas Gregor
2009-10-08
6
-49
/
+108
*
Make sure to set the template specialization kind of an explicit
Douglas Gregor
2009-10-08
2
-8
/
+3
*
Only perform an implicit instantiation of a function if its template
Douglas Gregor
2009-10-08
1
-9
/
+3
*
Keep track of whether a member function instantiated from a member
Douglas Gregor
2009-10-07
3
-9
/
+19
*
Refactoring around friend class templates. Better error message for friend e...
John McCall
2009-10-07
2
-74
/
+19
*
Type checking for specializations of member functions of class
Douglas Gregor
2009-10-07
3
-21
/
+119
*
Handle MemberExprs in ResolveAddressOfOverloadedFunction.
Anders Carlsson
2009-10-07
1
-0
/
+3
*
Dead code elimination.
John McCall
2009-10-07
1
-20
/
+1
*
Diagnose explicit instantiations and specializations that occur in class scope
Douglas Gregor
2009-10-07
1
-4
/
+6
*
When building candidate set for built-ins; when looking for
Fariborz Jahanian
2009-10-07
1
-2
/
+1
*
Class template partial specializations can be declared anywhere that
Douglas Gregor
2009-10-07
2
-4
/
+21
*
Removed couple of unnecessary canonicalization
Fariborz Jahanian
2009-10-07
1
-2
/
+2
*
Refactor checking of the scope of explicit template specialization
Douglas Gregor
2009-10-07
2
-93
/
+147
*
Patch to implement C++ [over.built]p11 of overload resolution.
Fariborz Jahanian
2009-10-06
1
-1
/
+39
*
Test explicit specialization for all of the various cases where
Douglas Gregor
2009-10-06
1
-1
/
+1
*
Refactor the code that walks a C++ inheritance hierarchy, searching
Douglas Gregor
2009-10-06
12
-657
/
+247
*
Refixed pr5086 by letting Expr::isNullPointerConstant
Fariborz Jahanian
2009-10-06
1
-3
/
+0
*
tweaked my last patch to 1) preserve the protocol in
Fariborz Jahanian
2009-10-05
1
-9
/
+11
*
Patch to implement Protocols on class extensions.
Fariborz Jahanian
2009-10-05
1
-2
/
+9
*
Create CXXMemberCallExpr for pointer-to-member calls.
Anders Carlsson
2009-10-03
1
-0
/
+22
*
Make sure to free the explicit template arguments provided for an
Douglas Gregor
2009-10-01
1
-0
/
+1
*
- Remove Sema::FindMethodInNestedImplementations().
Steve Naroff
2009-10-01
2
-22
/
+3
*
When the return type of a function is dependent, don't perform any
Douglas Gregor
2009-10-01
2
-2
/
+7
*
enumerator value of 0 is not a null pointer constant for
Fariborz Jahanian
2009-10-01
1
-0
/
+3
*
Patch to implement static casting which requires one
Fariborz Jahanian
2009-10-01
3
-8
/
+20
*
Anonymous namespaces, sema + codegen. A lot of semantics are still broken,
John McCall
2009-10-01
1
-1
/
+32
*
Improve template argument deduction in the case where the parameter
Douglas Gregor
2009-09-30
1
-7
/
+1
*
When overload resolution fails for an overloaded operator, show the
Douglas Gregor
2009-09-30
2
-15
/
+37
[next]