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
Age
Commit message (
Expand
)
Author
2009-09-28
Improve handling of friend function templates somewhat
Douglas Gregor
2009-09-27
Specially handle fields, elements, and ivars in
Ted Kremenek
2009-09-27
Add FIXME comment.
Ted Kremenek
2009-09-27
Fix:
Ted Kremenek
2009-09-27
Mangle dependent name expressions. Fixes PR5063.
Anders Carlsson
2009-09-27
Use mangleTemplatePrefix when we know that we're mangling a nested template n...
Anders Carlsson
2009-09-27
CodeGen for try statements. (We just emit the body for now).
Anders Carlsson
2009-09-27
Handle Eli remark on mingw __declspec macro definition
Cedric Venet
2009-09-27
Look for substitutions when mangling TypenameTypes.
Anders Carlsson
2009-09-27
Better template parameter type mangling.
Anders Carlsson
2009-09-27
Mangle std::basic_string<char, std::char_traits<char>, std::allocator<char> >...
Anders Carlsson
2009-09-26
Mangle ::std::basic_string as Sb.
Anders Carlsson
2009-09-26
Mangle ::std::allocator as Sa.
Anders Carlsson
2009-09-26
Handle substitutions in mangleTemplatePrefix.
Anders Carlsson
2009-09-26
Make Decl::dump const.
Anders Carlsson
2009-09-26
Simplify the handling of non-dependent friend class template
Douglas Gregor
2009-09-26
Substitute "::std::" as "St".
Anders Carlsson
2009-09-26
Don't crash when trying to mangle function templates.
Anders Carlsson
2009-09-26
mangleTemplatePrefix and mangleUnscopedTemplateName should take a TemplateDecl.
Anders Carlsson
2009-09-26
Use the qualified name for tag types.
Anders Carlsson
2009-09-26
Set alignment on static function level decls and VLAs. Fixes PR5060.
Anders Carlsson
2009-09-26
Address comment from Daniel.
Anders Carlsson
2009-09-26
Pass the formatted_raw_ostream to createPrintModulePass and
Dan Gohman
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
Hoist some branches in AnalysisManager::HandleTranslationUnit so we
Ted Kremenek
2009-09-26
Use ABIArgInfo::getDirect() for all types that have a pointer representation.
Anders Carlsson
2009-09-26
Yet another simplifying use of Sema::getMostSpecialized
Douglas Gregor
2009-09-26
Mangle record types as decls.
Anders Carlsson
2009-09-26
Use Sema::getMostSpecialized to eliminate a redundant implementation of the m...
Douglas Gregor
2009-09-26
Change isTemplate to return the actual template declaration.
Anders Carlsson
2009-09-26
Improve mangling of typename types.
Anders Carlsson
2009-09-26
Rename NextOffset to DataSize.
Anders Carlsson
2009-09-26
Start at NextOffset when laying out bases as well.
Anders Carlsson
2009-09-26
Use NextOffset when laying out a field.
Anders Carlsson
2009-09-26
Don't try to dump invalid decls or forward decls.
Anders Carlsson
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
Fix 80-col violation.
Mike Stump
2009-09-25
Even more work on empty classes.
Anders Carlsson
2009-09-25
Fix MSVC build by renaming a variable. PR5043
Benjamin Kramer
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
Turn on 'RegionStore' as the default store manager both for 'clang --analyze'...
Ted Kremenek
2009-09-25
Fix checking for a null pointer constant when the expression itself is
Douglas Gregor
2009-09-25
Who would have thought that empty classes were so tricky? Handle cases where ...
Anders Carlsson
[prev]
[next]