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-03
Revert "Remove redundant local variable (use newly created instance data).", the
Daniel Dunbar
2009-09-03
Add basic support for -pthread.
Daniel Dunbar
2009-09-03
Fix 80 column violations.
Ted Kremenek
2009-09-03
Fixed bug introduced in r79900 where FreeBSD was turned into NetBSD, transpos...
David Chisnall
2009-09-03
Fix regression introduced in r80786 and reported in PR 4867. We should use
Ted Kremenek
2009-09-03
remove a debug output I introduced in the last commit.
Zhongxing Xu
2009-09-03
Update.
Mike Stump
2009-09-03
Add CastExpr::getCastKindName and use it in the StmtDumper.
Anders Carlsson
2009-09-03
Remove redundant local variable (use newly created instance data).
Steve Naroff
2009-09-03
This patch does the following.
Fariborz Jahanian
2009-09-03
Visit function/method bodies and issue callback for parameters and local vari...
Steve Naroff
2009-09-02
Add a wicked little test-case that illustrates what we have to deal
Douglas Gregor
2009-09-02
Don't try to CodeGen using directives, from Anders Johnsen
Douglas Gregor
2009-09-02
Minor refactoring of my last patch.
Fariborz Jahanian
2009-09-02
Referenced instatiated default constructors
Fariborz Jahanian
2009-09-02
Rewrite of our handling of name lookup in C++ member access expressions, e.g.,
Douglas Gregor
2009-09-02
Fix an assertion when initializing a union using a member initializer. (We we...
Anders Carlsson
2009-09-02
Borrow a friend class's previous declaration's access specifier regardless of
John McCall
2009-09-02
Fix a codegen crash when a class template has a constructor that does member ...
Anders Carlsson
2009-09-02
Packed unions should be packed. Fixes an assert Daniel reported.
Anders Carlsson
2009-09-02
Allow null initialization of scalara data members
Fariborz Jahanian
2009-09-02
Refactor the check for bad divide into a checker.
Zhongxing Xu
2009-09-02
Document how we intepret C++ DR 382
Douglas Gregor
2009-09-02
When parsing typename specifiers (with either the identifier or
Douglas Gregor
2009-09-02
Refactor bad callee check into a Checker.
Zhongxing Xu
2009-09-02
Still use BadArg bugtype in the checker. This saves us implement registerInit...
Zhongxing Xu
2009-09-02
Replace uses of ImmutableSet in SymbolReaper with DenseSet. This was
Ted Kremenek
2009-09-02
Implement: <rdar://problem/6337100> CWE-338: Use of cryptographically weak prng
Ted Kremenek
2009-09-02
When adding a friend class declaration to the lookup tables, use the access s...
John McCall
2009-09-02
Fix a little crasher in friend decls. Thanks again to Eli for finding this.
John McCall
2009-09-02
Add mangling for covariant thunks.
Mike Stump
2009-09-02
Ensure that the tag decls of friend decls aren't added to the friending class's
John McCall
2009-09-02
Shorten name.
Mike Stump
2009-09-02
Add mangling for thunks.
Mike Stump
2009-09-02
It is illegal to derefrercne to an interface in
Fariborz Jahanian
2009-09-01
More overriding base work and some cleanups. WIP.
Mike Stump
2009-09-01
After a conversation with Doug. I added a fix me to
Fariborz Jahanian
2009-09-01
Split out overriding. WIP.
Mike Stump
2009-09-01
Handle member expressions that return references correctly.
Anders Carlsson
2009-09-01
Assert that we don't have any virtual bases. We can emit dtors for polymorphi...
Anders Carlsson
2009-09-01
In CXXBaseOrMemberInitializer, don't confuse CtorTocall with
Douglas Gregor
2009-09-01
Use the correct cast kinds for bit casts and function to pointer decay. Fixes...
Anders Carlsson
2009-09-01
Add a CK_FunctionToPointerDecay cast kind.
Anders Carlsson
2009-09-01
We can generate constructors/destructors with base classes and non-trivial fi...
Anders Carlsson
2009-09-01
Implement proper substitution for OverloadedFunctionDecls, but substituting e...
Douglas Gregor
2009-09-01
Add DeclContext::Equals to compare declaration contexts based on their primar...
Douglas Gregor
2009-09-01
Fixed a property getter ir-gen crash.
Fariborz Jahanian
2009-09-01
Fix a crasher involving template instantiation of non-dependent
Douglas Gregor
2009-09-01
Add driver support for -emit-ast and AST compilation steps.
Daniel Dunbar
2009-09-01
Don't assume that a base is always a RecordType, it can also be a TemplateSpe...
Anders Carlsson
[prev]
[next]