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
*
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
*
This patch fixes a crash after rebuilding call AST of
Fariborz Jahanian
2014-11-11
1
-0
/
+33
*
[c++1z] N4295: fold-expressions.
Richard Smith
2014-11-08
1
-2
/
+1
*
Revert r221404 which caused lldb to not display
Fariborz Jahanian
2014-11-07
1
-33
/
+0
*
This patch fixes a crash after rebuilding call AST of
Fariborz Jahanian
2014-11-05
1
-0
/
+33
*
Improved capturing variable-length array types in CapturedStmt.
Alexey Bataev
2014-10-29
1
-11
/
+11
*
Start adding the infrastructure for handling TypoExprs.
Kaelyn Takata
2014-10-27
1
-0
/
+7
*
Pass around CorrectionCandidateCallbacks as unique_ptrs so
Kaelyn Takata
2014-10-27
1
-18
/
+19
*
Switching to range-based for loops; NFC.
Aaron Ballman
2014-10-16
1
-10
/
+5
*
Allow constant expressions in pragma loop hints.
Tyler Nowicki
2014-10-12
1
-0
/
+28
*
[complex] Teach Clang to preserve different-type operands to arithmetic
Chandler Carruth
2014-10-11
1
-82
/
+29
*
Fix for bug http://llvm.org/PR17427.
Alexey Bataev
2014-10-09
1
-5
/
+30
*
Don't trap when passing non-POD arguments to variadic functions in MS-compati...
Hans Wennborg
2014-09-29
1
-0
/
+4
*
Don't perform ADL when looking up operator=; there is no non-member form of
Richard Smith
2014-09-23
1
-1
/
+1
*
Patch to check at compile time for overflow when
Fariborz Jahanian
2014-09-18
1
-2
/
+2
*
Don't try to devirtualize non-virtual calls
Reid Kleckner
2014-09-16
1
-0
/
+4
*
Objective-C arc. Fixes a crash when issuing diagnostic for
Fariborz Jahanian
2014-09-10
1
-1
/
+1
*
Split off CUDA-specific Sema parts to a new file
Eli Bendersky
2014-09-03
1
-17
/
+0
*
[C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
2014-08-28
1
-11
/
+30
*
Call ResolveExceptionSpec for non-OdrUsed functions.
Nico Weber
2014-08-27
1
-6
/
+9
*
Fix a bad location in -Wparentheses fix-it hint
Richard Trieu
2014-08-23
1
-1
/
+1
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-2
/
+2
*
Sema: Disallow taking the address of a bitfield coming from preincrement
David Majnemer
2014-07-31
1
-2
/
+5
*
Not all instantiated variable is odr-used. Do not mark non-odr-used variable ...
Larisse Voufo
2014-07-30
1
-0
/
+6
[next]