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-08-28
iGenerate vcalls as we build up the methods. WIP.
Mike Stump
2009-08-28
Make sure we actually found a redeclaration before complaining about attribut...
Douglas Gregor
2009-08-28
Add printing of access specifiers to DeclPrinter. The formatting is pretty ba...
Anders Carlsson
2009-08-28
Remove #if 0'd code that is clearly not needed
Douglas Gregor
2009-08-28
path to ir-gen 12.3.1 Conversion by constructor
Fariborz Jahanian
2009-08-28
Don't crash when instantiating templates containing anonymous structs/unions
Douglas Gregor
2009-08-28
Test instantiation of static data members that live within nested
Douglas Gregor
2009-08-28
Fix and test template instantiation for nested member templates.
Douglas Gregor
2009-08-28
Tighten up the conversion from a single-level template argument list
Douglas Gregor
2009-08-28
Remove the conversion from a multi-level template argument list back to a sin...
Douglas Gregor
2009-08-28
Implement template instantiation for member class templates.
Douglas Gregor
2009-08-28
retain/release checker: [CIContext createCGImage...] and friends returned CF
Ted Kremenek
2009-08-28
Improve support for using decls in the decl printer.
Anders Carlsson
2009-08-28
Check for UnresolvedUsingDecl when determining if a declaration is a redeclar...
Anders Carlsson
2009-08-28
patch to prevent crash in hopelessly incorrect
Fariborz Jahanian
2009-08-28
Collect multiple levels of template arguments into a new type,
Douglas Gregor
2009-08-28
Fix this for real.
Anders Carlsson
2009-08-28
Allow explicit ctors for casts.
Anders Carlsson
2009-08-28
When doing overload resolution, expressions that are value dependent but not ...
Anders Carlsson
2009-08-28
Pass InOverloadResolution all the way down to IsPointerConversion.
Anders Carlsson
2009-08-28
Instantiate unresolved using declarations.
Anders Carlsson
2009-08-28
ir-gen related patch for type conversion
Fariborz Jahanian
2009-08-28
Omnibus friend decl refactoring. Instead of cloning AST classes for friend
John McCall
2009-08-28
Create UnresolvedUsingDecls.
Anders Carlsson
2009-08-28
Factor declaration building out to Sema::BuildUsingDeclaration.
Anders Carlsson
2009-08-28
Check in UnresolvedUsingDecl.
Anders Carlsson
2009-08-28
Use SymbolicRegion instead of CodeTextRegion for symbolic function
Ted Kremenek
2009-08-28
More work on using declarations.
Anders Carlsson
2009-08-28
Many improvements to using declarations.
Anders Carlsson
2009-08-28
Use C++ style comments.
Ted Kremenek
2009-08-28
Implement: <rdar://problem/6337132> CWE-273: Failure to Check Whether Privileges
Ted Kremenek
2009-08-27
When looking for overloaded member operators, make sure to instantiate
Douglas Gregor
2009-08-27
CFG construction: Abort CFG construction when processing a CompoundStmt if any
Ted Kremenek
2009-08-27
Rename 'bindExpr' to 'BindExpr'.
Ted Kremenek
2009-08-27
Move the AnalysisContext* from GRState to Environment.
Ted Kremenek
2009-08-27
Define _GNU_SOURCE in C++ mode so that clang works with GNU libstdc++.
Eli Friedman
2009-08-27
Clean up CodeGenFunction::EmitCastLValue to use the cast kind. Error
Eli Friedman
2009-08-27
Fix for PR4794 (instantiating friend class decl); this version shouldn't
Eli Friedman
2009-08-27
Back out bad piece of r80272. Will look at fixing this a different way.
Eli Friedman
2009-08-27
PR4794: Make instantiating friend class decls not crash.
Eli Friedman
2009-08-27
Add an InOverloadResolution flag to TryCopyInitialization.
Anders Carlsson
2009-08-27
Remove more default arguments.
Anders Carlsson
2009-08-27
Remove default arguments from TryImplicitConversion and fix a bug found in th...
Anders Carlsson
2009-08-27
Remove default argument from TryCopyInitialization.
Anders Carlsson
2009-08-27
Revert the flags change for now, I have a better idea for this.
Anders Carlsson
2009-08-27
Implement instantiation of the declarations of member function
Douglas Gregor
2009-08-27
Add a OverloadResolutionFlags and start converting some of the overload metho...
Anders Carlsson
2009-08-27
Remove a unused member variable. Instead query the option from AnalysisManager.
Zhongxing Xu
2009-08-27
When checking whether one declaration context encloses another, make sure to ...
Douglas Gregor
2009-08-27
Don't check member and base initializers if the constructor is dependent.
Anders Carlsson
[prev]
[next]