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
*
Catch invalid bitwise operation on vector of floats
Serge Pavlov
2017-06-08
1
-10
/
+7
*
Simplify.
Richard Smith
2017-06-08
1
-8
/
+4
*
[Sema] Silence unused variable warning.
Benjamin Kramer
2017-06-07
1
-1
/
+1
*
Improve error recovery for missing 'template' keyword in contexts where the
Richard Smith
2017-06-07
1
-0
/
+26
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+2
*
[OpenCL] An error shall occur if any scalar operand has greater rank than the...
Egor Churaev
2017-05-30
1
-8
/
+20
*
Revert "[OpenCL] An error shall occur if any scalar operand has greater rank ...
Renato Golin
2017-05-26
1
-20
/
+8
*
[OpenCL] An error shall occur if any scalar operand has greater rank than the...
Egor Churaev
2017-05-26
1
-8
/
+20
*
Revert "Sema: allow imaginary constants via GNU extension if UDL overloads no...
Tim Northover
2017-05-24
1
-17
/
+8
*
Address follow-up feedback for r303712
Argyrios Kyrtzidis
2017-05-24
1
-4
/
+3
*
Warn about uses of `@available` that can't suppress the
Alex Lorenz
2017-05-24
1
-0
/
+7
*
Enhance the 'diagnose_if' attribute so that we can apply it for ObjC methods ...
Argyrios Kyrtzidis
2017-05-24
1
-1
/
+12
*
Sema: allow imaginary constants via GNU extension if UDL overloads not present.
Tim Northover
2017-05-23
1
-8
/
+17
*
[Sema] Use CK_NoOp instead CK_Invalid in tryGCCVectorConvertAndSplat
Vitaly Buka
2017-05-15
1
-2
/
+2
*
[Sema] Support implicit scalar to vector conversions
Simon Dardis
2017-05-12
1
-11
/
+228
*
[Sema] Fix typos handling in an overloadable call.
Anastasia Stulova
2017-05-08
1
-0
/
+3
*
[ARM] Limit the diagnose when an ISR calls a regular function
Weiming Zhao
2017-05-05
1
-2
/
+4
*
[Sema] Update function doc; NFC
George Burgess IV
2017-05-02
1
-1
/
+1
*
Use a consistent style. NFC
George Burgess IV
2017-04-27
1
-4
/
+3
*
Fix comment. NFC
George Burgess IV
2017-04-26
1
-2
/
+1
*
-Wunguarded-availability should support if (@available) checks in top-level
Alex Lorenz
2017-04-26
1
-3
/
+11
*
Add support for editor placeholders to Clang
Alex Lorenz
2017-04-19
1
-0
/
+6
*
Diagnose attempt to take address of bitfield members in anonymous structs.
Richard Smith
2017-04-13
1
-1
/
+4
*
[Sema] Extend GetSignedVectorType to deal with non ExtVector types
Simon Dardis
2017-04-06
1
-15
/
+36
*
[OpenCL] Extended diagnostics for atomic initialization
Egor Churaev
2017-04-05
1
-1
/
+1
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-30
/
+34
*
Spelling mistakes in comments. NFCI. (PR27635)
Simon Pilgrim
2017-03-30
1
-1
/
+1
*
[ARC][ObjC++] Use ObjC semantic rules for comparisons between a pointer and
Alex Lorenz
2017-03-30
1
-1
/
+4
*
[Objective-C] Fix "weak-unavailable" warning with -fobjc-weak
Brian Kelley
2017-03-29
1
-9
/
+10
*
[Objective-C] Fix "repeated use of weak" warning with -fobjc-weak
Brian Kelley
2017-03-29
1
-7
/
+11
*
Encapsulate FPOptions and use it consistently
Adam Nemet
2017-03-27
1
-2
/
+2
*
Fix crash with interrupt attribute on ARM.
Eli Friedman
2017-03-14
1
-1
/
+1
*
[OpenCL] Fix type compatibility check and generic AS mangling.
Anastasia Stulova
2017-03-10
1
-63
/
+84
*
[Sema] Add variable captured by a block to the enclosing lambda's
Akira Hatanaka
2017-03-01
1
-2
/
+3
*
Rename ActiveTemplateInstantiation to CodeSynthesisContext in preparation for
Richard Smith
2017-02-23
1
-4
/
+5
*
Factor out function to determine whether we're performing a template
Richard Smith
2017-02-21
1
-8
/
+7
*
Add an explicit derived class of FunctionDecl to model deduction guides rather
Richard Smith
2017-02-17
1
-0
/
+3
*
Use correct fix-it location for -Wblock-capture-autoreleasing
Alex Lorenz
2017-02-16
1
-2
/
+24
*
[OpenCL] Disallow blocks capture other blocks (v2.0, s6.12.5)
Anastasia Stulova
2017-02-16
1
-0
/
+7
*
[c++1z] Diagnose attempts to use variables with deduced class template
Richard Smith
2017-02-10
1
-3
/
+1
*
[OpenCL] Accept logical NOT for pointer types in CL1.1
Anastasia Stulova
2017-02-07
1
-1
/
+1
*
Change how we handle diagnose_if attributes.
George Burgess IV
2017-01-28
1
-18
/
+1
*
[OpenCL] Add missing address spaces in IR generation of blocks
Anastasia Stulova
2017-01-27
1
-3
/
+20
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
1
-1
/
+2
*
[Sema][ObjC] Make sure -Wblock-capture-autoreleasing issues a warning
Akira Hatanaka
2017-01-26
1
-3
/
+20
*
[Sema] Fix PR28181 by avoiding calling BuildOverloadedBinOp in C mode
Alex Lorenz
2017-01-19
1
-6
/
+5
*
Warn when calling a non interrupt function from an interrupt on ARM
Jonathan Roelofs
2017-01-18
1
-0
/
+9
*
[Sema] Add warning for unused lambda captures
Malcolm Parsons
2017-01-13
1
-1
/
+3
*
[cxx1z-constexpr-lambda] [NFC] Add a FIXME to reinstate certain restrictions ...
Faisal Vali
2017-01-09
1
-0
/
+6
*
Add the diagnose_if attribute to clang.
George Burgess IV
2017-01-09
1
-26
/
+47
[next]