index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-08-26
Bye-bye old RequireCompleteType.
Anders Carlsson
2009-08-26
Fixup codegen for static dispatch to a virtual function that was
Mike Stump
2009-08-26
Tweak the list of open projects for C++
Douglas Gregor
2009-08-26
ir-gen for type convesion of class objects. WIP.
Fariborz Jahanian
2009-08-26
Make sure to bump the reference count of the last element in the ParenListExp...
Douglas Gregor
2009-08-26
Remove another unused argument.
Anders Carlsson
2009-08-26
Remove the PrintType argument from RequireCompleteType.
Anders Carlsson
2009-08-26
When a member reference expression includes a qualifier on the member
Douglas Gregor
2009-08-26
Add initial boilerplate for CIndex, a shared library that will vend high-level
Ted Kremenek
2009-08-26
Add a RequireCompleteType variant that takes a PartialDiagnostic. The old Req...
Anders Carlsson
2009-08-26
The PartialDiagnostic constructor doesn't need to be explicit.
Anders Carlsson
2009-08-26
Regularize the case and sort.
Mike Stump
2009-08-26
More improvements to PartialDiagnostic.
Anders Carlsson
2009-08-26
Implement support for C++ direct initializers that involve dependent
Douglas Gregor
2009-08-26
More work for conversion functions.
Mike Stump
2009-08-26
Implement virtual dispatch. :-) This is self-consistent with clang,
Mike Stump
2009-08-26
Fixes a comment.
Fariborz Jahanian
2009-08-26
AST for conversion by conversion functions. WIP.
Fariborz Jahanian
2009-08-26
As far as I know, there aren't any warning differences between -std=gnu99 and
Eli Friedman
2009-08-26
Since the HexFloats option only controls a warning, it shouldn't depend
Eli Friedman
2009-08-26
Make address-space qualification work correctly for compound literals.
Eli Friedman
2009-08-26
More support for pseudo dtors.
Anders Carlsson
2009-08-26
update to CXXFunctionalCastExpr to support ir-gen for
Fariborz Jahanian
2009-08-26
Make sure to compare primary declaration contexts when determining whether a ...
Douglas Gregor
2009-08-26
When we know that we are parsing a class-name, implicitly construct a
Douglas Gregor
2009-08-26
Add Sema::BuildMemberReferenceExpr and have Sema::ActOnMemberReferenceExpr ca...
Anders Carlsson
2009-08-26
Address some of Doug's comments.
Anders Carlsson
2009-08-26
Fix for overloaded binary operators whose operands need implicit
Douglas Gregor
2009-08-26
Add the partially implemented PartialDiagnostic class.
Anders Carlsson
2009-08-26
Source location information for ? and : in a ConditionalOperator, from Enea Z...
Douglas Gregor
2009-08-26
Fix bug in __extension__ handling for declarations, from Abramo
Douglas Gregor
2009-08-26
Revert r80064 since it broke the build.
Anders Carlsson
2009-08-26
Implement virtual dispatch. :-) This is self-consistent with clang, but not...
Mike Stump
2009-08-26
Simplified default construction of array data members
Fariborz Jahanian
2009-08-26
Improve diagnostics and recovery when the nested-name-specifier of a
Douglas Gregor
2009-08-25
Parsing of pseudo-destructors.
Anders Carlsson
2009-08-25
Update checker build.
Ted Kremenek
2009-08-25
Fix regression in BasicStoreManager caused by implicitly casting loaded value...
Ted Kremenek
2009-08-25
Handle pointer arithmetic in RegionStoreManager involving Objective-C pointers
Ted Kremenek
2009-08-25
Test out-of-line definition of a static data member of a member class of a ne...
Douglas Gregor
2009-08-25
Test out-of-line definitions of static data members of nested member class te...
Douglas Gregor
2009-08-25
Improve support for out-of-line definitions of nested templates and
Douglas Gregor
2009-08-25
Clarify the difference between substitution and instantiation by renaming
John McCall
2009-08-25
Update checker build.
Ted Kremenek
2009-08-25
Fix crash reported in <rdar://problem/7124210> by "back-porting" some of the
Ted Kremenek
2009-08-25
Update Xcode project file to include indexing source files.
Steve Naroff
2009-08-25
Changed condition of an assert.
Fariborz Jahanian
2009-08-25
Move logic of GRExprEngine::EvalBinOp to SValuator::EvalBinOp.
Ted Kremenek
2009-08-25
Modify an assert to capture the restriction on friend declarations more
John McCall
2009-08-25
Implement out-of-line definitions of nested class templates. Most of
Douglas Gregor
[prev]
[next]