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
/
Sema
/
Sema.h
Age
Commit message (
Expand
)
Author
2009-11-18
Code completion after @property, providing the names of forward-declared prop...
Douglas Gregor
2009-11-18
Code completion for Objective-C properly lists
Douglas Gregor
2009-11-18
Incremental progress on using declarations. Split UnresolvedUsingDecl into
John McCall
2009-11-17
Rename Objective-C message send completion functions to indicate that we're r...
Douglas Gregor
2009-11-17
Pass source locations of identifiers referenced by @class through Action::Act...
Ted Kremenek
2009-11-17
Store "sugared" decls in LookupResults (i.e. decl aliases like using declarat...
John McCall
2009-11-17
Instead of hanging a using declaration's target decls directly off the using
John McCall
2009-11-17
Unify the way destructor epilogues are generated for synthesized and regular ...
Anders Carlsson
2009-11-17
Carry lookup configuration throughout lookup on the LookupResult. Give
John McCall
2009-11-15
Make sure that virtual destructors have delete operators.
Anders Carlsson
2009-11-15
Factor finding a deallocation function for a record type out into a separate ...
Anders Carlsson
2009-11-15
When adding the underlying declaration of a decl to a lookup-results
Douglas Gregor
2009-11-14
- Have TryStaticImplicitCast set the cast kind to NoOp when binding a referen...
Sebastian Redl
2009-11-14
When type-checking a static cast (or the static_cast part of a C-style
Douglas Gregor
2009-11-13
Rework Sema code completion interface.
Daniel Dunbar
2009-11-12
Recognize (and check) pointer-to-member template arguments that are
Douglas Gregor
2009-11-12
When comparing template parameter lists, distinguish between three cases:
Douglas Gregor
2009-11-11
writable atomic property's setter/getter must be in 'lock' step of
Fariborz Jahanian
2009-11-11
Improve diagnostics when a default template argument does not match
Douglas Gregor
2009-11-11
Move handling of template parameter packs out of the
Douglas Gregor
2009-11-11
Refactoring of template-argument checking code to reduce nesting,
Douglas Gregor
2009-11-11
Before checking a template template argument against its corresponding
Douglas Gregor
2009-11-11
Introduce a new representation for template template
Douglas Gregor
2009-11-10
Improve parsing of template arguments to lay the foundation for
Douglas Gregor
2009-11-09
Further change in a comment.
Fariborz Jahanian
2009-11-09
Removed a FIXME on nested type specifier warning.
Fariborz Jahanian
2009-11-09
Fix build after r86579.
Benjamin Kramer
2009-11-09
Improve instantiation of default template arguments for nested
Douglas Gregor
2009-11-09
Unify the codepaths used to verify base and member initializers for explicitly
Eli Friedman
2009-11-08
Test commit - minor terminology change to my recent patch suggested by John M...
Sean Hunt
2009-11-07
Patch to gives an error that at least points users in the direction of the er...
Fariborz Jahanian
2009-11-07
Add basic code completion support for ObjC messages.
Steve Naroff
2009-11-06
Improve the -Wsign-compare heuristics:
John McCall
2009-11-05
Fixed two places where we needed to force completion of a type
Douglas Gregor
2009-11-05
Implement the conditional-operator part of -Wsign-compare. Turn
John McCall
2009-11-05
When instantiating a UnaryOperator, allow the resulting expression to
Douglas Gregor
2009-11-04
Switch parsing of using declarations over to ParseUnqualifiedId.
Douglas Gregor
2009-11-04
Preserve type source information in sizeof/alignof expressions, and pass it
John McCall
2009-11-04
Change our basic strategy for avoiding deprecation warnings when the decl use
John McCall
2009-11-03
Parsing and semantic analysis for template-ids that name overloaded
Douglas Gregor
2009-11-03
Replace the code that parses member access expressions after "." or
Douglas Gregor
2009-11-03
Use ParseUnqualifiedId when parsing id-expressions. This eliminates
Douglas Gregor
2009-10-31
Implement "incremental" template instantiation for non-type template
Douglas Gregor
2009-10-29
Properly instantiate usage of overloaded operator []. Fixes PR5345.
Sebastian Redl
2009-10-29
Make sure to call CompleteConstructorCall for bases and members that are init...
Anders Carlsson
2009-10-29
Track source information for template arguments and template specialization
John McCall
2009-10-29
Implement support for semantic checking and template instantiation of
Douglas Gregor
2009-10-28
Removed an unnecessary arguement passed to InitializeVarWithConstructor
Fariborz Jahanian
2009-10-27
An explicit instantiation definition only instantiations those class
Douglas Gregor
2009-10-27
Only set the point of instantiation for an implicit or explicit
Douglas Gregor
[next]