index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
Age
Commit message (
Expand
)
Author
2009-08-31
PR4836, part 1: add Sema support for __builtin_isnan and friends; they
Eli Friedman
2009-08-31
Support explicit C++ member operator syntax, from James Porter!
Douglas Gregor
2009-08-31
Updated GNU runtime non-fragile ABI.
David Chisnall
2009-08-30
Improve missing error messages as suggested by Doug.
Anders Carlsson
2009-08-30
Improve diagnostics for missing members. This renames the err_typecheck_no_me...
Anders Carlsson
2009-08-29
Fix TypeLoc::operator bool().
Argyrios Kyrtzidis
2009-08-29
Set the access specifier for using decls.
Anders Carlsson
2009-08-29
Improve instantiation of UnresolvedUsingDecls.
Anders Carlsson
2009-08-29
Get rid of mostly-unused, buggy method.
Eli Friedman
2009-08-29
Fix the breakage by handling indirect instantiations. This would be much
John McCall
2009-08-29
Store the SourceLocation of right parentheses in member initializers. Patch b...
Anders Carlsson
2009-08-28
path to ir-gen 12.3.1 Conversion by constructor
Fariborz Jahanian
2009-08-28
Fix this for real.
Anders Carlsson
2009-08-28
Lot's of little changes to get the C-based indexing API going...
Steve Naroff
2009-08-28
Instantiate unresolved using declarations.
Anders Carlsson
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
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
Accept and ignore a few more -Wflags.
Chris Lattner
2009-08-27
When looking for overloaded member operators, make sure to instantiate
Douglas Gregor
2009-08-27
Rename 'bindExpr' to 'BindExpr'.
Ted Kremenek
2009-08-27
Move the AnalysisContext* from GRState to Environment.
Ted Kremenek
2009-08-27
Add __builtin_memchr (used by GNU libstdc++).
Eli Friedman
2009-08-27
PR4800: Implement -Wpointer-arith. I think this is the correct behavior
Eli Friedman
2009-08-27
Implement instantiation of the declarations of member function
Douglas Gregor
2009-08-27
Remove unused utility methods of GRStmtNodeBuilder.
Zhongxing Xu
2009-08-27
Remove unused utility methods of GRStmtNodeBuilder.
Zhongxing Xu
2009-08-27
restore indentation
Gabor Greif
2009-08-27
add missing header
Gabor Greif
2009-08-27
Remove a unused member variable. Instead query the option from AnalysisManager.
Zhongxing Xu
2009-08-27
iterator.h is no more. Be standards compliant.
Gabor Greif
2009-08-27
When checking whether one declaration context encloses another, make sure to ...
Douglas Gregor
2009-08-27
Stub out an error so we don't crash.
Eli Friedman
2009-08-27
In ActOnCXXTypeConstructExpr, check that the type is complete and non-abstrac...
Anders Carlsson
2009-08-27
Simplify 'Environment' to contain only one map from 'const Stmt*' to SVals, g...
Ted Kremenek
2009-08-27
Cleanups.
Mike Stump
2009-08-27
New RequireNonAbstractType function.
Anders Carlsson
2009-08-26
When a member reference expression includes a qualifier on the member
Douglas Gregor
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
Fixes a comment.
Fariborz Jahanian
2009-08-26
AST for conversion by conversion functions. WIP.
Fariborz Jahanian
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
When we know that we are parsing a class-name, implicitly construct a
Douglas Gregor
[prev]
[next]