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-04-22
Add a warning for Objective-C pointer introspection, which is solely the job ...
Ted Kremenek
2013-04-18
Switch the note order for -Woverloaded-shift-op-parentheses so that the note
Richard Trieu
2013-04-17
Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
Richard Trieu
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
Fix handling of atomic shift operations, from Serge Pavlov.
Douglas Gregor
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-15
Remove some dead code that has not been used since 2010.
Joey Gouly
2013-04-03
Update OpenCL comments to mention spec section and version.
Tanya Lattner
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-02
Objective-C: Provide fixit hints when warning
Fariborz Jahanian
2013-04-02
Add -Wstatic-local-in-inline, which warns about using a static local
John McCall
2013-03-30
Sema: Don't crash when trying to emit a precedence warning on postinc/decrement.
Benjamin Kramer
2013-03-29
Sema: Warn on sizeof on binary ops on decayed arrays.
Benjamin Kramer
2013-03-28
Objective-C: Produce precise diagnostic when
Fariborz Jahanian
2013-03-28
Objective-C: Provide fixit suggestions when class object
Fariborz Jahanian
2013-03-27
Objective-C: Issue more precise warning when user
Fariborz Jahanian
2013-03-26
<rdar://problem/13473493> Handle 'this->' insertion recovery within trailing ...
Douglas Gregor
2013-03-22
Fix DeclRefExpr::getFoundDecl() for usages by reference.
Daniel Jasper
2013-03-22
Fix a crash-on-valid where a block capture copy expression was
John McCall
2013-03-19
Add a clarifying note when a return statement is rejected because
John McCall
2013-03-18
Diagnose uses of 'alignof' on functions in -pedantic mode.
Richard Smith
2013-03-18
Bring inheriting constructor implementation up-to-date with current defect
Richard Smith
2013-03-15
Add some assertions to appease the static analyzer.
Jordan Rose
2013-03-14
Avoid computing the linkage too early. Don't invalidate it.
Rafael Espindola
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
[next]