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
*
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
*
Issue good diagnostics when initializing a refernce type with
Fariborz Jahanian
2009-09-30
1
-3
/
+8
*
Add an error for function parameters that have a qualified address space sinc...
Tanya Lattner
2009-09-30
1
-1
/
+12
*
Note location of operators caused the circularity.
Fariborz Jahanian
2009-09-30
2
-2
/
+6
*
Spare the processors of those poor wretches who have no choice but to write
John McCall
2009-09-30
1
-4
/
+3
*
Detect operator-> chains of arbitrary length. Use a terrible data structure
John McCall
2009-09-30
1
-3
/
+9
*
self-referecing operator '->' member function was causing
Fariborz Jahanian
2009-09-30
1
-0
/
+5
*
Find operators new/delete in base classes. FIXME -= 2;
Douglas Gregor
2009-09-30
1
-5
/
+4
*
Desugaring optimizations. Add single-step desugaring methods to all
John McCall
2009-09-29
2
-6
/
+13
*
The C++ delete expression strips cv-qualifiers from the pointed-to type. My p...
Douglas Gregor
2009-09-29
1
-0
/
+12
*
13.1-p3 Overloadable declarations
Fariborz Jahanian
2009-09-29
1
-2
/
+4
*
Introduce ObjCInterfaceLoc which provides type source information for ObjC in...
Argyrios Kyrtzidis
2009-09-29
1
-0
/
+3
*
Introduce ObjCProtocolListLoc for keeping source location information for pro...
Argyrios Kyrtzidis
2009-09-29
3
-17
/
+48
[next]