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-08-08
Implement warning for integral null pointer constants other than the literal 0.
David Blaikie
2012-08-08
objc: Include all types when issuing warning under
Fariborz Jahanian
2012-08-07
objc-arc: Make -Wdirect-ivar-access accessible to all
Fariborz Jahanian
2012-08-07
objective-c: Exclude -Wdirect-ivar-access for arc.
Fariborz Jahanian
2012-08-06
objective-c: Implement gcc's -Wdirect-ivar-access option.
Fariborz Jahanian
2012-08-06
Refactor checks for unevaluated contexts into a common utility function.
David Blaikie
2012-07-31
Introduce new queries on ObjCRuntime for how to interpret subscripts
John McCall
2012-07-27
Final piece of core issue 1330: delay computing the exception specification of
Richard Smith
2012-07-22
PR12917: Remove incorrect assumption that lambda mangling information cannot
Richard Smith
2012-07-19
For varargs, diagnose passing ObjC objects by value like other non-POD types.
Jordan Rose
2012-07-17
Handle the case where the base type is not dependent, but the derived one is.
Rafael Espindola
2012-07-17
Issue warning when assigning out-of-range integer values to enums.
Fariborz Jahanian
2012-07-17
-Wobjc-literal-compare: don't warn when comparing against nil.
Jordan Rose
2012-07-17
Add -Wobjc-string-compare under -Wobjc-literal-compare.
Jordan Rose
2012-07-17
Now that -Wobjc-literal-compare is a warning, put the fixit on a note.
Jordan Rose
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
[next]