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-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
2009-09-29
Desugaring optimizations. Add single-step desugaring methods to all
John McCall
2009-09-29
The C++ delete expression strips cv-qualifiers from the pointed-to type. My p...
Douglas Gregor
2009-09-29
13.1-p3 Overloadable declarations
Fariborz Jahanian
2009-09-29
Introduce ObjCInterfaceLoc which provides type source information for ObjC in...
Argyrios Kyrtzidis
2009-09-29
Introduce ObjCProtocolListLoc for keeping source location information for pro...
Argyrios Kyrtzidis
2009-09-29
Introduce ObjCProtocolListType type subclass.
Argyrios Kyrtzidis
2009-09-29
Handle C++ delete expressions when the overloaded delete operator is a
Douglas Gregor
2009-09-29
Fixes a nasty bug which only turned up in 32bit build of clang and
Fariborz Jahanian
2009-09-29
Make sure to flush raw_string_ostream, from John Thompson
Douglas Gregor
2009-09-29
Slightly improve the semantics of extern templates for member functions of cl...
Douglas Gregor
2009-09-28
Define and use a helper method to call a type conversion
Fariborz Jahanian
2009-09-28
Minor API change. No change in functionality.
Fariborz Jahanian
2009-09-28
Provide a custom diagnostic when code tries to use an unknown builtin
Douglas Gregor
2009-09-28
Multiple conversions to the same type are ambiguous but for the
Fariborz Jahanian
2009-09-28
Make sure that out-of-line function and variable definitions are not
Douglas Gregor
2009-09-28
Patch for AST representation for the implicit conversion to a function
Fariborz Jahanian
2009-09-28
Properly match instantiations of member function templates to the function te...
Douglas Gregor
2009-09-28
Don't allow the same function to enter the overload candidate set
Douglas Gregor
2009-09-28
Determinism is for wimps. <Wimper>
Douglas Gregor
2009-09-28
Teach Sema::isDeclInScope to handle overload sets constructed from
Douglas Gregor
2009-09-28
Improve handling of friend function templates somewhat
Douglas Gregor
2009-09-26
Simplify the handling of non-dependent friend class template
Douglas Gregor
2009-09-26
Fix name lookup for friend class templates to consider anything in a
Douglas Gregor
2009-09-26
Rework the Parse-Sema interaction for friends to better support friend
Douglas Gregor
2009-09-26
Yet another simplifying use of Sema::getMostSpecialized
Douglas Gregor
2009-09-26
Use Sema::getMostSpecialized to eliminate a redundant implementation of the m...
Douglas Gregor
2009-09-26
Cast cleanup.
Anders Carlsson
2009-09-25
Use explicitly-specified template argument lists to help naming
Douglas Gregor
2009-09-25
Declarators can now properly represent template-ids, e.g., for
Douglas Gregor
2009-09-25
Refixed pr5050 per Anders comment. Test case enhanced
Fariborz Jahanian
2009-09-25
WIP implementation of explicit instantiation of function templates,
Douglas Gregor
2009-09-25
Fix the AST tree so ir-gen can do the conversion via copy construction.
Fariborz Jahanian
2009-09-25
Sigh. Be *really* careful when copying a default function argument during tem...
Douglas Gregor
2009-09-25
Be careful about copying uninstantiated default arguments during template ins...
Douglas Gregor
2009-09-25
Fix checking for a null pointer constant when the expression itself is
Douglas Gregor
2009-09-24
When entering the scope of a declarator, make sure that the scope is
Douglas Gregor
2009-09-24
WIP implementation of explicit function template specialization. This
Douglas Gregor
[prev]
[next]