index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Sema: Unnest early exit and remove an unnecessary bad cast.
Benjamin Kramer
2013-02-15
1
-13
/
+12
*
objective-C: When implementing custom accessor method for
Fariborz Jahanian
2013-02-14
1
-1
/
+2
*
When marking derived classes' virtual methods ODR-used in order to trigger
Nick Lewycky
2013-02-14
1
-1
/
+1
*
The meat of this patch is in BuildCXXMemberCalLExpr where we make it use
Nick Lewycky
2013-02-12
1
-1
/
+3
*
Perform placeholder conversions on the controller of a _Generic
John McCall
2013-02-12
1
-0
/
+6
*
Diagnose loads of 'half' l-values in OpenCL.
John McCall
2013-02-12
1
-15
/
+8
*
Test for virtual instead of pure here. It has the exact same effect, and John
Nick Lewycky
2013-02-05
1
-1
/
+1
*
PR15095: Use more correct source locations for the InitListExpr we fake up for
Richard Smith
2013-02-05
1
-3
/
+8
*
Add some missing diagnostics for C++11 narrowing conversions.
Richard Smith
2013-02-05
1
-2
/
+3
*
PR15132: Replace "address expression must be an lvalue or a function
Richard Smith
2013-02-02
1
-6
/
+7
*
This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
2013-02-02
1
-15
/
+28
*
objc: Provide correct fixit instruction when two mismatched
Fariborz Jahanian
2013-02-01
1
-2
/
+3
*
Fix PR14881 by implementing conversion rules between int and complex int.
Bill Schmidt
2013-02-01
1
-54
/
+68
*
Add a new -Wundefined-inline warning for inline functions which are used but not
Nick Lewycky
2013-02-01
1
-4
/
+8
*
Fix grammar in comment.
Nick Lewycky
2013-01-31
1
-1
/
+1
*
Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove
Nick Lewycky
2013-01-31
1
-2
/
+12
*
Hoist retrieval of Expr* into caller. No functionality change.
Ted Kremenek
2013-01-30
1
-6
/
+6
*
Also promote fp16 types to double when they're anonymous variadic arguments.
Tim Northover
2013-01-30
1
-4
/
+8
*
Micro cleanup: use an array of const char, rather than an array of char, as the
Richard Smith
2013-01-23
1
-1
/
+1
*
Add a new LangOpt NativeHalfType. This option allows for native half/fp16
Joey Gouly
2013-01-23
1
-4
/
+17
*
Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on
Richard Smith
2013-01-17
1
-1
/
+1
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
put back diagnostics when flexible members are captured
Fariborz Jahanian
2013-01-09
1
-1
/
+4
*
Fix typo (again).
Fariborz Jahanian
2013-01-08
1
-1
/
+1
*
Remove lambda from my last patch.
Fariborz Jahanian
2013-01-08
1
-4
/
+1
*
Fixes typo in comment.
Fariborz Jahanian
2013-01-08
1
-1
/
+1
*
objectiveC blocks: It is impractical to capture
Fariborz Jahanian
2013-01-08
1
-1
/
+16
*
Move loop variable update.
Rafael Espindola
2013-01-08
1
-2
/
+1
*
Mark all subsequent decls used.
Rafael Espindola
2013-01-08
1
-1
/
+12
*
Don't warn about undefined varargs argument behavior in unreachable code.
Ted Kremenek
2013-01-08
1
-5
/
+5
*
Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be
David Tweed
2013-01-07
1
-0
/
+5
*
s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...
Richard Smith
2013-01-02
1
-1
/
+1
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-9
/
+9
*
Improve diagnostic wording for when an implicitly-deleted special member
Richard Smith
2012-12-28
1
-6
/
+0
*
Tweak Sema::CheckLiteralKind() to also include block literals
Ted Kremenek
2012-12-21
1
-0
/
+3
*
Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind().
Ted Kremenek
2012-12-21
1
-1
/
+1
*
Hoist logic for classifying Objective-C literals into Sema (proper) for use w...
Ted Kremenek
2012-12-21
1
-52
/
+45
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
Fix regression in r170489: when instantiating a direct initializer which is a
Richard Smith
2012-12-21
1
-1
/
+0
*
Sema: Don't emit a warning when __func__ is used in a lambda outside of a fun...
Benjamin Kramer
2012-12-06
1
-2
/
+8
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-8
/
+8
*
Fix the determination of whether a capture refers to an enclosing
Douglas Gregor
2012-12-01
1
-3
/
+4
*
Merge function types in C.
Rafael Espindola
2012-11-29
1
-4
/
+4
*
Reject uses of __int128 on platforms that don't support it. Also move the ugly
Richard Smith
2012-11-29
1
-2
/
+6
*
objective-C arc: load of a __weak object happens via call to
Fariborz Jahanian
2012-11-27
1
-0
/
+6
*
A step towards sorting out handling of triviality of special members in C++11.
Richard Smith
2012-11-16
1
-6
/
+6
*
Fix DiagnoseBitwisePrecedence so it doesn't cast "-1" to the type
Eli Friedman
2012-11-15
1
-24
/
+16
*
s/tranform/transform/
Benjamin Kramer
2012-11-14
1
-3
/
+3
*
Accept and pass arguments to __unknown_anytype in argument
John McCall
2012-11-14
1
-0
/
+16
*
-Wobjc-literal-compare: look through implicit casts.
Jordan Rose
2012-11-09
1
-1
/
+2
[prev]
[next]