index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
Age
Commit message (
Expand
)
Author
2009-10-09
Add some FIXMEs
Douglas Gregor
2009-10-09
Minor tweaks for code-completion:
Douglas Gregor
2009-10-09
Refactor the LookupResult API to simplify most common operations. Require us...
John McCall
2009-10-09
When declaring a friend class template, we may end up finding an
Douglas Gregor
2009-10-09
Produce good looking diagnostics on ambiguous built-in operators.
Fariborz Jahanian
2009-10-09
Use the new API for applying the qualifiers on built-in '->*'
Fariborz Jahanian
2009-10-09
Improve on reporting ambiguity involving built-in candidates.
Fariborz Jahanian
2009-10-08
- Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare...
Steve Naroff
2009-10-08
Fix up error reporting when object cannot be constructed
Fariborz Jahanian
2009-10-08
Installation of Clang libraries and headers, from Axel Naumann!
Douglas Gregor
2009-10-08
Add code completion support for ObjC property declarations/attributes.
Steve Naroff
2009-10-08
Implement support for -Wunused-variable, from Oscar Bonilla!
Douglas Gregor
2009-10-08
Add more testing for the properties of explicit specialization.
Douglas Gregor
2009-10-08
Don't complain about out-of-line explicit specializations of member
Douglas Gregor
2009-10-08
Improve checking for specializations of member classes of class
Douglas Gregor
2009-10-08
For instantiations of static data members of class templates, keep
Douglas Gregor
2009-10-08
Make sure to set the template specialization kind of an explicit
Douglas Gregor
2009-10-08
Only perform an implicit instantiation of a function if its template
Douglas Gregor
2009-10-07
Keep track of whether a member function instantiated from a member
Douglas Gregor
2009-10-07
Refactoring around friend class templates. Better error message for friend e...
John McCall
2009-10-07
Type checking for specializations of member functions of class
Douglas Gregor
2009-10-07
Handle MemberExprs in ResolveAddressOfOverloadedFunction.
Anders Carlsson
2009-10-07
Dead code elimination.
John McCall
2009-10-07
Diagnose explicit instantiations and specializations that occur in class scope
Douglas Gregor
2009-10-07
When building candidate set for built-ins; when looking for
Fariborz Jahanian
2009-10-07
Class template partial specializations can be declared anywhere that
Douglas Gregor
2009-10-07
Removed couple of unnecessary canonicalization
Fariborz Jahanian
2009-10-07
Refactor checking of the scope of explicit template specialization
Douglas Gregor
2009-10-06
Patch to implement C++ [over.built]p11 of overload resolution.
Fariborz Jahanian
2009-10-06
Test explicit specialization for all of the various cases where
Douglas Gregor
2009-10-06
Refactor the code that walks a C++ inheritance hierarchy, searching
Douglas Gregor
2009-10-06
Refixed pr5086 by letting Expr::isNullPointerConstant
Fariborz Jahanian
2009-10-05
tweaked my last patch to 1) preserve the protocol in
Fariborz Jahanian
2009-10-05
Patch to implement Protocols on class extensions.
Fariborz Jahanian
2009-10-03
Create CXXMemberCallExpr for pointer-to-member calls.
Anders Carlsson
2009-10-01
Make sure to free the explicit template arguments provided for an
Douglas Gregor
2009-10-01
- Remove Sema::FindMethodInNestedImplementations().
Steve Naroff
2009-10-01
When the return type of a function is dependent, don't perform any
Douglas Gregor
2009-10-01
enumerator value of 0 is not a null pointer constant for
Fariborz Jahanian
2009-10-01
Patch to implement static casting which requires one
Fariborz Jahanian
2009-10-01
Anonymous namespaces, sema + codegen. A lot of semantics are still broken,
John McCall
2009-09-30
Improve template argument deduction in the case where the parameter
Douglas Gregor
2009-09-30
When overload resolution fails for an overloaded operator, show the
Douglas Gregor
2009-09-30
Issue good diagnostics when initializing a refernce type with
Fariborz Jahanian
2009-09-30
Add an error for function parameters that have a qualified address space sinc...
Tanya Lattner
2009-09-30
Note location of operators caused the circularity.
Fariborz Jahanian
2009-09-30
Spare the processors of those poor wretches who have no choice but to write
John McCall
2009-09-30
Detect operator-> chains of arbitrary length. Use a terrible data structure
John McCall
2009-09-30
self-referecing operator '->' member function was causing
Fariborz Jahanian
2009-09-30
Find operators new/delete in base classes. FIXME -= 2;
Douglas Gregor
[prev]
[next]