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
*
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
*
Sema: Don't diagnose string + int if the int is value dependent
David Majnemer
2014-12-15
1
-1
/
+1
*
When checking for nonnull parameter attributes, also check the ParmVarDecl si...
Aaron Ballman
2014-12-11
1
-1
/
+1
*
[OpenCL] Implemented restrictions for pointer conversions specified in OpenCL...
Anastasia Stulova
2014-11-26
1
-2
/
+24
*
Ensure that any TypoExprs in the arguments to bultins with custom type
Kaelyn Takata
2014-11-25
1
-2
/
+6
*
Force the correction of delayed typos in casts in non-C++ code.
Kaelyn Takata
2014-11-24
1
-0
/
+6
*
Enable ActOnIdExpression to use delayed typo correction for non-C++ code
Kaelyn Takata
2014-11-21
1
-14
/
+33
*
Wire up delayed typo correction to DiagnoseEmptyLookup and set up
Kaelyn Takata
2014-11-20
1
-8
/
+88
*
Add a flag to BuildDeclarationNameExpr to not reject invalid decls.
Kaelyn Takata
2014-11-20
1
-7
/
+8
*
[Sema] Patch to issue warning on comparing parameters with
Fariborz Jahanian
2014-11-18
1
-0
/
+20
*
Recommit r222044 with a test fix - it does not make sense to hunt
Anton Korobeynikov
2014-11-14
1
-3
/
+7
*
Again revert r222044 to resolve darwin objc test fails.
Anton Korobeynikov
2014-11-14
1
-7
/
+3
*
Follow-up to D6217
Anton Korobeynikov
2014-11-14
1
-3
/
+7
*
[Sema]. Warn when logical expression is a pointer
Fariborz Jahanian
2014-11-14
1
-0
/
+1
*
-Wsentinel: Suggest nullptr in C++11 instead of NULL
Reid Kleckner
2014-11-13
1
-2
/
+4
*
Temporary revert r221818 until all the problems
Anton Korobeynikov
2014-11-12
1
-7
/
+3
*
Fix fallout from r219557
Anton Korobeynikov
2014-11-12
1
-3
/
+7
*
Have LookupMemberExprInRecord only call CorrectTypoDelayed, dropping the
Kaelyn Takata
2014-11-11
1
-0
/
+11
*
Revert r221702 until I address Richard Trieu's
Fariborz Jahanian
2014-11-11
1
-5
/
+1
*
Patch to warn when logical evaluation of operand evalutes to a true value;
Fariborz Jahanian
2014-11-11
1
-1
/
+5
[next]