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
...
*
[OPENMP] Do not emit references to original variables in 'private' clause.
Alexey Bataev
2015-06-23
1
-0
/
+15
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-7
/
+7
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-7
/
+7
*
Remove incomplete comment.
Davide Italiano
2015-06-22
1
-1
/
+0
*
Consider unsigned long for non-u/U decimal literals (C90/C++03)
Hubert Tong
2015-06-08
1
-0
/
+16
*
[Sema] Promote compound assignment exprs. with fp16 LHS and int. RHS.
Ahmed Bougacha
2015-05-29
1
-1
/
+6
*
Fix assertion when assigning to object in OpenCL constant address space.
Richard Smith
2015-05-22
1
-0
/
+3
*
Check for bool-like conversion in conditional expressions.
Richard Trieu
2015-05-20
1
-0
/
+2
*
Fix Clang -Wsequence-point
David Blaikie
2015-05-14
1
-1
/
+1
*
Tweak availability checking to look through typedef declarations.
Ted Kremenek
2015-05-14
1
-2
/
+18
*
Make GNUInline consistent with whether we use traditional GNU inline semantics.
Peter Collingbourne
2015-05-13
1
-1
/
+1
*
[modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
2015-04-29
1
-3
/
+2
*
PR23334: Perform semantic checking of lambda capture initialization in the ri...
Richard Smith
2015-04-27
1
-130
/
+23
*
[Objective-C Sema]This patch fixes the warning when clang issues
Fariborz Jahanian
2015-04-15
1
-2
/
+1
*
Improve the error message for assigning to read-only variables.
Richard Trieu
2015-04-11
1
-3
/
+141
*
Sema: Accept pointers to any address space for builtin functions
Tom Stellard
2015-03-31
1
-3
/
+94
*
Fix -Wshift-count-negative. It didn't work if the right hand side
Davide Italiano
2015-03-26
1
-1
/
+1
*
Add -Wpartial-availability.
Nico Weber
2015-03-19
1
-7
/
+52
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-1
/
+1
*
Reverted OpenCL2.0 atomic type commits r231932, r231935
Anastasia Stulova
2015-03-11
1
-22
/
+0
*
OpenCL: CL2.0 atomic type diagnostics
Anastasia Stulova
2015-03-11
1
-0
/
+22
*
Sema: The i8 suffix should yield a literal of type char
David Majnemer
2015-03-06
1
-0
/
+3
*
Don't crash on non-public referenced dtors in toplevel classes.
Nico Weber
2015-03-06
1
-2
/
+5
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
1
-1
/
+11
*
Restores r228382, which was reverted in r228406.
Sameer Sahasrabuddhe
2015-02-25
1
-1
/
+67
*
MS extensions: Properly diagnose address of MS property decl
Reid Kleckner
2015-02-24
1
-0
/
+2
*
Sema: Replace some push_backs of expensive to move objects with emplace_back.
Benjamin Kramer
2015-02-17
1
-6
/
+3
*
Sema: Semantically check _Atomic-qualified pointers
David Majnemer
2015-02-12
1
-5
/
+12
*
Revert "OpenCL: handle shift operator with vector operands"
Tom Stellard
2015-02-06
1
-65
/
+1
*
OpenCL: handle shift operator with vector operands
Sameer Sahasrabuddhe
2015-02-06
1
-1
/
+65
*
OpenCL: handle ternary operator when the condition is a vector
Sameer Sahasrabuddhe
2015-02-04
1
-42
/
+194
*
Fix OpenCL 1.2 double as an optional core feature behaviour
Fraser Cormack
2015-01-30
1
-1
/
+3
*
Revert a change from r222797 that is no longer needed and can cause
Kaelyn Takata
2015-01-28
1
-6
/
+2
*
Fix a think-o in handling ambiguous corrections for a TypoExpr.
Kaelyn Takata
2015-01-27
1
-1
/
+19
*
Properly handle typos in the conditional of ?: expressions in C.
Kaelyn Takata
2015-01-27
1
-9
/
+9
*
Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed().
Nico Weber
2015-01-26
1
-2
/
+2
*
Name a bool parameter. No behavior change.
Nico Weber
2015-01-25
1
-1
/
+2
*
Make the ?: precedence warning handle pointers to the left of ?
Hans Wennborg
2015-01-22
1
-0
/
+2
*
Fix crashes on missing @interface for category
Ben Langmuir
2015-01-20
1
-2
/
+2
*
Look through sugar when determining whether a type is a scoped enumeration
Richard Smith
2015-01-14
1
-1
/
+1
*
Extend the self move warning to record types.
Richard Trieu
2015-01-13
1
-85
/
+1
*
Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC
Alexey Bataev
2015-01-12
1
-6
/
+6
*
Add a new warning, -Wself-move, to Clang.
Richard Trieu
2015-01-10
1
-1
/
+87
*
Parse: Don't crash when namespace is in GNU statement expr
David Majnemer
2015-01-09
1
-5
/
+0
*
WIP
David Majnemer
2014-12-26
1
-16
/
+16
*
Adding a -Wunused-value warning for expressions with side effects used in an ...
Aaron Ballman
2014-12-17
1
-0
/
+13
*
Consider calls from implict host device functions as valid in SemaCUDA.
Jacques Pienaar
2014-12-16
1
-4
/
+3
*
Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.
Alexey Bataev
2014-12-16
1
-15
/
+15
*
[OPENMP] Bugfix for processing of global variables in OpenMP regions.
Alexey Bataev
2014-12-16
1
-10
/
+30
*
Sema: Cleanup and improve string-plus-char checking.
Daniel Marjamaki
2014-12-15
1
-4
/
+4
[prev]
[next]