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
Age
Commit message (
Expand
)
Author
2009-11-04
Diagnose the use of 'fastcall' on functions without prototypes or with
John McCall
2009-11-04
Diagnose __builtin_offsetof on incomplete types. Fixes
John McCall
2009-11-04
Change our basic strategy for avoiding deprecation warnings when the decl use
John McCall
2009-11-04
Implement support for parsing dependent template-ids that refer to
Douglas Gregor
2009-11-03
Refine volatile handling, specifically, we must have the canonical
Mike Stump
2009-11-03
Parsing and semantic analysis for template-ids that name overloaded
Douglas Gregor
2009-11-03
We have to ensure we have the canonical type to do this. This is but
Mike Stump
2009-11-03
Remove previous patch for pr5296 due to further clarification
Fariborz Jahanian
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-11-03
Introduce a new class, UnqualifiedId, that provides a parsed
Douglas Gregor
2009-11-03
Assortment of property attributes declared in continuation
Fariborz Jahanian
2009-11-02
Property declared in continuation class can only be used to
Fariborz Jahanian
2009-11-02
Diagnose implementation of a property declared in a category
Fariborz Jahanian
2009-11-01
When determining whether a reference to a static data member is an
Douglas Gregor
2009-11-01
Within a template, qualified name lookup can refer to a non-dependent type
Douglas Gregor
2009-10-31
Implement "incremental" template instantiation for non-type template
Douglas Gregor
2009-10-30
When a friend is declared in a dependent context, don't even try to
Douglas Gregor
2009-10-30
Instantiate class template friends better; fixes PR5332.
Douglas Gregor
2009-10-30
Include macros in code-completion results
Douglas Gregor
2009-10-30
warn about returning the address of a label.
Chris Lattner
2009-10-30
Add a CK_DerivedToBaseMemberPointer cast kind and use it in Sema (Still no co...
Anders Carlsson
2009-10-30
Include pointee type information in the diagnostic for creating bad pointers or
John McCall
2009-10-30
Report accurate source-location information when rebuilding types during
John McCall
2009-10-29
We may need to instantiate a class template specialization as part of a deriv...
Douglas Gregor
2009-10-29
Slightly improve source-location information during template instantiation
Douglas Gregor
2009-10-29
Properly instantiate usage of overloaded operator []. Fixes PR5345.
Sebastian Redl
2009-10-29
A few TemplateArgumentLoc clean-ups. Try to remember the Expr for a declarat...
John McCall
2009-10-29
Yet more instantiation-location information. Fixes PR5336.
Douglas Gregor
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
Use array's base element type in getting to its
Fariborz Jahanian
2009-10-28
Removed an unnecessary arguement passed to InitializeVarWithConstructor
Fariborz Jahanian
2009-10-28
Diagnose use of data pointer member in a function call
Fariborz Jahanian
2009-10-28
Slightly improve source location information during template instantiation
Douglas Gregor
2009-10-27
Type of a conditional expression with two distinct objective-c
Fariborz Jahanian
2009-10-27
Introduce FunctionDecl::isInlined() to tell whether a function should
Douglas Gregor
2009-10-27
Rename FunctionDecl::isInline/setInline to
Douglas Gregor
2009-10-27
Explicit instantiation suppresses the instantiation of non-inline
Douglas Gregor
2009-10-27
An explicit instantiation definition only instantiations those class
Douglas Gregor
2009-10-27
Generate constructor for value-initialization cases, even if the
Fariborz Jahanian
2009-10-27
Implement Chris's suggestions for the precendence warnings. Reformat the code...
Sebastian Redl
2009-10-27
Only set the point of instantiation for an implicit or explicit
Douglas Gregor
2009-10-27
Almost missed this one... Doc update for last change.
Mike Stump
2009-10-27
Refine noreturn handling. Fixes -Wmissing-noreturn so that it doesn't
Mike Stump
2009-10-27
Use a pred_iterator instead of a succ_iterator (wrong typedef).
Ted Kremenek
2009-10-26
Add 'fixit' hint on mis-use of pointer-to-member
Fariborz Jahanian
2009-10-26
Add fixit hint to bitwise precedence warning.
Sebastian Redl
2009-10-26
Implement a warning for mixing bitwise logical with comparison ops. Fixes PR5...
Sebastian Redl
[prev]
[next]