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
/
SemaExpr.cpp
Age
Commit message (
Expand
)
Author
2012-07-16
PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument
Richard Smith
2012-07-09
Downgrade the "direct comparison" error for ObjC literals to a warning.
Jordan Rose
2012-07-08
PR9793: Treat substitution as an instantiation step for the purpose of the
Richard Smith
2012-07-03
Rename -Wself-assign-memvar to -Wself-assign-field to improve local consisten...
Nico Weber
2012-07-02
In blocks, only pretend that enum constants have enum type if necessary.
Jordan Rose
2012-06-29
Change condition to be the same as in SemaTemplateInstantiate.
Nico Weber
2012-06-28
Warn on self-assignment to member variables. PR13104.
Nico Weber
2012-06-27
Refactoring after r159290: don't hold onto and check a misleading QualType.
Richard Smith
2012-06-27
Check for non-POD vararg argument type after default argument promotion, not
Richard Smith
2012-06-27
Implement John McCall's review of r159212 other than the this pointer not
Rafael Espindola
2012-06-27
Fix a crash I introduced in r159212.
Rafael Espindola
2012-06-26
During codegen of a virtual call we would extract any casts in the expression
Rafael Espindola
2012-06-25
Unrevert r158887, reverted in r158949, along with a fix for the bug which
Richard Smith
2012-06-23
Support L__FUNCTION__ in microsoft mode, PR11789
Nico Weber
2012-06-22
Show fixit for unqualified calls to methods of dependent bases
Nico Weber
2012-06-21
Revert r158887. This fixes pr13168.
Rafael Espindola
2012-06-21
Don't warn for -Wstatic-in-inline if the used function is also inline.
Jordan Rose
2012-06-21
If an object (such as a std::string) with an appropriate c_str() member function
Richard Smith
2012-06-20
Allow unqualified lookup of non-dependent member functions
Nico Weber
2012-06-20
Remove -Winternal-linkage-in-inline in C++.
Jordan Rose
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-06-18
Change -Winternal-linkage-in-inline from ExtWarn to Warning in C++.
Jordan Rose
2012-06-18
Support -Winternal-linkage-in-inline in C++ code.
Jordan Rose
2012-06-18
Allow internal decls in inline functions if the function is in the main file.
Jordan Rose
2012-06-16
Fix Sema and IRGen for atomic compound assignment so it has the right semanti...
Eli Friedman
2012-06-15
Warn when a static variable is referenced in a non-static inline function.
Jordan Rose
2012-06-15
Check the parameter lists and return type of both blocks and lambdas
Douglas Gregor
2012-06-10
PR13064: Store whether an in-class initializer uses direct or copy
Richard Smith
2012-06-08
Disallow using ObjC literals in direct comparisons (== and friends).
Jordan Rose
2012-06-07
Plug a long standing memory leak in TemplateArgument.
Benjamin Kramer
2012-06-06
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-04
Add a warning for when an array-to-pointer decay is performed on an array
Richard Smith
2012-06-03
Improve fixit for comparison operator on lhs of bitwise operator.
Nico Weber
2012-05-30
Remove some extra braces.
Eric Christopher
2012-05-28
Fix PR12960 by not attempting to correct cases when we're not actually instan...
David Blaikie
2012-05-24
Add a warning to diagnose statements in C++ like "*(volatile int*)x;". Conce...
Eli Friedman
2012-05-16
Clean up r156925, so that we only mark the capturing DeclRefExpr of a
Douglas Gregor
2012-05-16
Fix code generation of variables reference expressions when mixing
Douglas Gregor
2012-05-15
Don't warn when NULL is used within a macro but its conversion is outside a m...
David Blaikie
2012-05-15
Further improvement to wording of overload resolution diagnostics, and including
Richard Smith
2012-05-11
PR11857: When the wrong number of arguments are provided for a function
Richard Smith
2012-05-04
Move Sema::VerifyIntegerConstantExpression() and
Douglas Gregor
2012-05-04
Move Sema::RequireNonAbstractType() off of PartialDiagnostic.
Douglas Gregor
2012-05-04
Switch RequireLiteralType() off of PartialDiagnostic.
Douglas Gregor
2012-05-04
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
Douglas Gregor
2012-05-03
Add support for full-width 128-bit integer literals.
Stephen Canon
2012-05-01
Workaround a miscompile in 483.xalancbmk while we figure it out.
David Blaikie
2012-04-30
Fix PR12378: provide conversion warnings on default args of function templates
David Blaikie
2012-04-30
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-28
C++11 weakens the requirement for types used with offsetof from POD to standa...
Benjamin Kramer
[prev]
[next]