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
2013-03-08
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-06
objective-C: don't crash after diagnosing
Fariborz Jahanian
2013-03-04
Centralize and refine the __unknown_anytype argument rules
John McCall
2013-03-04
Perform non-overload placeholder conversions on the operands
John McCall
2013-02-21
Remove superfluous null pointer check. The pointer is used prior to this check.
Ted Kremenek
2013-02-21
Teach serialized diagnostics about notes without locations.
Ted Kremenek
2013-02-21
Add support to Sema and CodeGen for floating point vector types in OpenCL.
Joey Gouly
2013-02-21
Avoid implicit conversions of Optional<T> to bool.
David Blaikie
2013-02-18
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
Prevent crash on multiple user errors (which I cannot reproduce in
Fariborz Jahanian
2013-02-15
Sema: Unnest early exit and remove an unnecessary bad cast.
Benjamin Kramer
2013-02-14
objective-C: When implementing custom accessor method for
Fariborz Jahanian
2013-02-14
When marking derived classes' virtual methods ODR-used in order to trigger
Nick Lewycky
2013-02-12
The meat of this patch is in BuildCXXMemberCalLExpr where we make it use
Nick Lewycky
2013-02-12
Perform placeholder conversions on the controller of a _Generic
John McCall
2013-02-12
Diagnose loads of 'half' l-values in OpenCL.
John McCall
2013-02-05
Test for virtual instead of pure here. It has the exact same effect, and John
Nick Lewycky
2013-02-05
PR15095: Use more correct source locations for the InitListExpr we fake up for
Richard Smith
2013-02-05
Add some missing diagnostics for C++11 narrowing conversions.
Richard Smith
2013-02-02
PR15132: Replace "address expression must be an lvalue or a function
Richard Smith
2013-02-02
This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
2013-02-01
objc: Provide correct fixit instruction when two mismatched
Fariborz Jahanian
2013-02-01
Fix PR14881 by implementing conversion rules between int and complex int.
Bill Schmidt
2013-02-01
Add a new -Wundefined-inline warning for inline functions which are used but not
Nick Lewycky
2013-01-31
Fix grammar in comment.
Nick Lewycky
2013-01-31
Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove
Nick Lewycky
2013-01-30
Hoist retrieval of Expr* into caller. No functionality change.
Ted Kremenek
2013-01-30
Also promote fp16 types to double when they're anonymous variadic arguments.
Tim Northover
2013-01-23
Micro cleanup: use an array of const char, rather than an array of char, as the
Richard Smith
2013-01-23
Add a new LangOpt NativeHalfType. This option allows for native half/fp16
Joey Gouly
2013-01-17
Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on
Richard Smith
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-09
put back diagnostics when flexible members are captured
Fariborz Jahanian
2013-01-08
Fix typo (again).
Fariborz Jahanian
2013-01-08
Remove lambda from my last patch.
Fariborz Jahanian
2013-01-08
Fixes typo in comment.
Fariborz Jahanian
2013-01-08
objectiveC blocks: It is impractical to capture
Fariborz Jahanian
2013-01-08
Move loop variable update.
Rafael Espindola
2013-01-08
Mark all subsequent decls used.
Rafael Espindola
2013-01-08
Don't warn about undefined varargs argument behavior in unreachable code.
Ted Kremenek
2013-01-07
Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be
David Tweed
2013-01-02
s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...
Richard Smith
2013-01-02
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2012-12-28
Improve diagnostic wording for when an implicitly-deleted special member
Richard Smith
2012-12-21
Tweak Sema::CheckLiteralKind() to also include block literals
Ted Kremenek
2012-12-21
Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind().
Ted Kremenek
2012-12-21
Hoist logic for classifying Objective-C literals into Sema (proper) for use w...
Ted Kremenek
2012-12-21
Remove duplicate includes.
Roman Divacky
2012-12-21
Fix regression in r170489: when instantiating a direct initializer which is a
Richard Smith
2012-12-06
Sema: Don't emit a warning when __func__ is used in a lambda outside of a fun...
Benjamin Kramer
[next]