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
/
AST
Age
Commit message (
Expand
)
Author
2009-12-27
Fix PointerExprEvaluator::VisitCastExpr so it doesn't misfold C++ casts which
Eli Friedman
2009-12-27
Fix for PR5872. Add static specifier and const/volatile qualifiers to member ...
Sam Weinig
2009-12-25
Remove some dead variables clang-analyzer found.
Benjamin Kramer
2009-12-24
Fix for PR5844. Be explicit about anonymous struct/class/union/namespaces in ...
Sam Weinig
2009-12-24
Fix bug I just introduced in ForStmt::child_end() where we could iterate off ...
Ted Kremenek
2009-12-24
Coelesce 'DoDestroy()' methods in Stmt.cpp, and modify the child_iterator ret...
Ted Kremenek
2009-12-24
Modify WhileStmt::child_begin()/child_end() to include the initializer for th...
Ted Kremenek
2009-12-24
Modify SwitchStmt::child_begin()/child_end() to include the initializer for t...
Ted Kremenek
2009-12-24
support the warn_unused_result in C++ class methods
Nuno Lopes
2009-12-23
Add StmtIterator support for iterating over both the condition
Ted Kremenek
2009-12-23
When we see a CXXDefaultArgExpr during template instantiation, rebuild
Douglas Gregor
2009-12-23
Increase StmtIterator size by one pointer (separating out the Stmt** from the...
Ted Kremenek
2009-12-23
Tidy up ~ASTContext a bit by turning orphan compound statements into
Ted Kremenek
2009-12-23
When using a default function argument for a function template (or
Douglas Gregor
2009-12-23
move a few more symbols to .rodata/.data.rel.ro
Nuno Lopes
2009-12-23
Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child exp...
Ted Kremenek
2009-12-23
Fix CXXConstructExpr::getSourceRange() to not include the source ranges of CX...
Ted Kremenek
2009-12-23
Update for the intrinsic changes in llvm: the object size intrinsic
Eric Christopher
2009-12-23
Remove CharUnits::toString() to eliminate dependence on <string>.
Ken Dyck
2009-12-22
Move the implementation of ASTContext::getTypeSizeInChars() to the .cpp file to
Ken Dyck
2009-12-22
Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, s...
Douglas Gregor
2009-12-21
indentation fix
Chris Lattner
2009-12-20
fix PR4010: add support for the warn_unused_result for function pointers
Nuno Lopes
2009-12-19
A CXXExprWithTemporaries expression is an lvalue if its subexpression
Douglas Gregor
2009-12-19
<string> already comes in from CharUnits.h
Chris Lattner
2009-12-18
Add and tidy doxygen comments and move implementation of toString() to newly
Ken Dyck
2009-12-17
Patch over yet more problems with friend declarations which were provoking
John McCall
2009-12-16
When value-initializing a class with no user-defined constructors but
Douglas Gregor
2009-12-16
More work on the FullExpr class.
Anders Carlsson
2009-12-16
Check in a rudimentary FullExpr class that isn't used anywhere yet. Rename Ac...
Anders Carlsson
2009-12-16
Switch the C++ new expression over to InitializationSequence, rather
Douglas Gregor
2009-12-15
Diagnose attempting to assign to a sub-structure of an ivar
Fariborz Jahanian
2009-12-15
ShouldDestroyTemporaries? I don't think so.
Anders Carlsson
2009-12-15
If a ParmVarDecl's default argument is a CXXExprWithTemporaries, return the u...
Anders Carlsson
2009-12-15
Elaborated types are specifier types, based on a patch from Cornelius
Douglas Gregor
2009-12-14
Improve template instantiation for object constructions in several ways:
Douglas Gregor
2009-12-14
Rename dump to dumpDeclContext, so that call RD->dump() won't dump the decl c...
Anders Carlsson
2009-12-13
More improvements to checking allocation and deallocation functions.
Anders Carlsson
2009-12-12
Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave
Jeffrey Yasskin
2009-12-12
Factor operator new declaration checking out into a separate function.
Anders Carlsson
2009-12-11
Patch to allow C-style cast from 'void *' to block pointer type.
Fariborz Jahanian
2009-12-11
StmtDumper::VisitUnresolvedLookupExpr
John McCall
2009-12-11
Use StringRef.getAsInteger instead of temporary string + strtol. No intended ...
Benjamin Kramer
2009-12-11
Patch to fix a crash trying to access a category name in
Fariborz Jahanian
2009-12-10
Clean up enum constants so that they're finally sane. Fixes PR3173 and a
Eli Friedman
2009-12-10
Implement redeclaration checking and hiding semantics for using declarations....
John McCall
2009-12-10
spread 'const' love to some variables. this considerably reduces the amount o...
Nuno Lopes
2009-12-09
Code gen for ObjCIsaExpr AST used as lvalue.
Fariborz Jahanian
2009-12-09
Reimplement reference initialization (C++ [dcl.init.ref]) using the
Douglas Gregor
2009-12-09
Add DeclContext::dump.
Anders Carlsson
[next]