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-07-21
Implement the virtual getNextRedeclaration() for ObjCMethodDecl.
Argyrios Kyrtzidis
2009-07-21
Add an assertion for the return value of Decl::getNextRedeclaration().
Argyrios Kyrtzidis
2009-07-21
Remove the ObjCCategoryImpls vector from Sema class.
Argyrios Kyrtzidis
2009-07-21
Remove Sema::LookupObjCImplementation and replace it with just calling ObjCIn...
Argyrios Kyrtzidis
2009-07-21
- Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplem...
Argyrios Kyrtzidis
2009-07-21
Handle references from ObjCIvarRefExprs.
Argyrios Kyrtzidis
2009-07-21
Add '\n' to the end of error message.
Argyrios Kyrtzidis
2009-07-20
Add yet more analysis for CFGs involving conditionals that are actually const...
Mike Stump
2009-07-20
Move EmitCtorPrologue to CGCXX. Add an assert and FIXMEs.
Fariborz Jahanian
2009-07-20
Enhanced IsReinterpreted() (RegionStore.cpp) to reason about higher-order
Ted Kremenek
2009-07-20
Improve message for bad destructor decl. Per Doug's comment.
Fariborz Jahanian
2009-07-20
Early ir-gen for constructor prologue. This is on going.
Fariborz Jahanian
2009-07-20
Reuse VarDecl::Init to store the default argument of a ParmVarDecl,
Douglas Gregor
2009-07-20
This test now passes with RegionStore.
Ted Kremenek
2009-07-20
Enhance GRExprEngine::EvalBind to handle some implicit casts from nonlocs to
Ted Kremenek
2009-07-20
Enhance SimpleSValuator to handle nonloc::LocAsInteger -> location casts.
Ted Kremenek
2009-07-20
Remove an apparently unused forward class decl.
Mike Stump
2009-07-20
Remove an apparently unused header.
Mike Stump
2009-07-20
Add XFAILED test.
Ted Kremenek
2009-07-20
Add FIXME.
Ted Kremenek
2009-07-20
When a field is variable-sized or is an array with a negative size,
Douglas Gregor
2009-07-20
Update DataflowSolver to handle the case where a successor/predecessor block
Ted Kremenek
2009-07-20
Improve GCC compatibility by allowing static tentative definitions of
Douglas Gregor
2009-07-20
Enhance GRBranchNodeBuilderImpl (part of GRCoreEngine) to understand the case
Ted Kremenek
2009-07-20
5 cleanups to ObjCObjectPointerType work:
Steve Naroff
2009-07-20
Issue a more descriptive diagnostics when mis-declaring
Fariborz Jahanian
2009-07-20
The children statements might be NULL. Check for this case in
Zhongxing Xu
2009-07-19
Implement FIXME in pretty-printing for StringRegions.
Ted Kremenek
2009-07-19
Improve debug pretty-printing for ObjCIVarRegions.
Ted Kremenek
2009-07-19
enhance the goto checker to reject jumps across __block variable definitions.
Chris Lattner
2009-07-19
Catch another trivial case where we can avoid emitting a separate return blcok.
Daniel Dunbar
2009-07-19
Detect when the current generation point is unreachable after emitting
Daniel Dunbar
2009-07-19
Fix thinko.
Daniel Dunbar
2009-07-19
Avoid generation of dead code in a few more situations.
Daniel Dunbar
2009-07-19
Add include needed for MSVC.
Daniel Dunbar
2009-07-19
Update CMake
Daniel Dunbar
2009-07-19
Handle layout of non-virtual base classes.
Anders Carlsson
2009-07-18
Refactor field layout into a separate function.
Anders Carlsson
2009-07-18
Rename NextOffset to DataSize, which better matches the Itanium C++ ABI
Anders Carlsson
2009-07-18
Migrate over to the record layout builder.
Anders Carlsson
2009-07-18
Re-enable 'test/SemaTemplate/temp_class_spec_neg.cpp', after commenting out t...
Argyrios Kyrtzidis
2009-07-18
Introduce ASTLocation::getReferencedDecl(), for getting the declaration that ...
Argyrios Kyrtzidis
2009-07-18
Handle invalid ASTLocations instead of asserting.
Argyrios Kyrtzidis
2009-07-18
More layout builder work.
Anders Carlsson
2009-07-18
Add a new ASTRecordLayoutBuilder class. Not used yet.
Anders Carlsson
2009-07-18
Disable this test for now, it has been crashing on linux for weeks.
Daniel Dunbar
2009-07-18
Revert r75641.
Anders Carlsson
2009-07-18
Fix typo from r76321.
Steve Naroff
2009-07-18
Remove ObjCQualifiedInterfaceType:-)
Steve Naroff
2009-07-18
Fix RUN line to not litter the test directory.
Sebastian Redl
[prev]
[next]