summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP] Capture references to global variables.Alexey Bataev2017-10-061-1/+2
* [OpenCL] Fix checking of vector type castingYaxun Liu2017-10-031-3/+3
* [Sema] Null check in BuildDeclarationNameExprYi Kong2017-09-251-0/+2
* Don't warn about runtime behavior problems in variable initializers that weRichard Smith2017-09-231-3/+17
* Promote storage-only __fp16 vector operands to float vectors.Akira Hatanaka2017-09-231-2/+119
* Implement C++ [basic.link]p8.Richard Smith2017-09-201-0/+2
* Teach clang to tolerate the 'p = nullptr + n' idiom used by glibcAndrew Kaylor2017-09-191-0/+46
* [Sema] Disallow assigning record lvalues with nested const-qualified fields.Bjorn Pettersson2017-09-191-10/+74
* Fix the second half of PR34266: Don't implicitly capture '*this' if the memb...Faisal Vali2017-09-171-0/+86
* [Sema] Correct typos in LHS, RHS before building a binop expression.Volodymyr Sapsai2017-09-151-15/+30
* Catch more cases with -Wenum-compareRichard Trieu2017-09-091-2/+4
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-2/+6
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-6/+2
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-2/+6
* [OpenCL] Handle taking an address of block captures.Anastasia Stulova2017-09-071-12/+11
* Fix typos, remove unused private members of CommonOptionsParser, NFCJohannes Altmanninger2017-08-231-1/+1
* [OPENMP] Fix for PR34014: OpenMP 4.5: Target construct in static methodAlexey Bataev2017-08-221-0/+1
* Fix typos in comments; NFCGeorge Burgess IV2017-08-161-1/+1
* Reapply Sema: allow imaginary constants via GNU extension if UDL overloads no...Tim Northover2017-08-091-8/+17
* Sema: disable implicit conversion from _Complex to real types in C++.Tim Northover2017-08-081-0/+6
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-0/+2
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-081-2/+0
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-0/+2
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-081-2/+0
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-081-0/+2
* Revert "[OPENMP][DEBUG] Set proper address space info if required by target."Alexey Bataev2017-08-041-2/+0
* [OPENMP][DEBUG] Set proper address space info if required by target.Alexey Bataev2017-08-041-0/+2
* [Sema] Add a comment on an identified bug on default arguments.Tim Shen2017-08-031-0/+16
* [Sema] Fix lax conversion between non ext vectorsBruno Cardoso Lopes2017-08-011-1/+1
* [Sema] NFC: Move all availability checking code to SemaDeclAttr.cppErik Pilkington2017-07-181-78/+1
* [Sema] Mark a virtual CXXMethodDecl as used if a call to it can beAkira Hatanaka2017-07-131-11/+11
* [ObjC] Avoid the -Wunguarded-availability warnings for protocolAlex Lorenz2017-07-071-3/+8
* [Sema] Don't allow -Wunguarded-availability to be silenced with redeclsErik Pilkington2017-07-051-66/+31
* Prevent devirtualization of calls to un-instantiated functions.Sunil Srivastava2017-06-201-0/+1
* [coroutines] Remove pass-through operator co_await; Replace it with the input...Eric Fiselier2017-06-151-1/+7
* Catch invalid bitwise operation on vector of floatsSerge Pavlov2017-06-081-10/+7
* Simplify.Richard Smith2017-06-081-8/+4
* [Sema] Silence unused variable warning.Benjamin Kramer2017-06-071-1/+1
* Improve error recovery for missing 'template' keyword in contexts where theRichard Smith2017-06-071-0/+26
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+2
* [OpenCL] An error shall occur if any scalar operand has greater rank than the...Egor Churaev2017-05-301-8/+20
* Revert "[OpenCL] An error shall occur if any scalar operand has greater rank ...Renato Golin2017-05-261-20/+8
* [OpenCL] An error shall occur if any scalar operand has greater rank than the...Egor Churaev2017-05-261-8/+20
* Revert "Sema: allow imaginary constants via GNU extension if UDL overloads no...Tim Northover2017-05-241-17/+8
* Address follow-up feedback for r303712Argyrios Kyrtzidis2017-05-241-4/+3
* Warn about uses of `@available` that can't suppress theAlex Lorenz2017-05-241-0/+7
* Enhance the 'diagnose_if' attribute so that we can apply it for ObjC methods ...Argyrios Kyrtzidis2017-05-241-1/+12
* Sema: allow imaginary constants via GNU extension if UDL overloads not present.Tim Northover2017-05-231-8/+17
* [Sema] Use CK_NoOp instead CK_Invalid in tryGCCVectorConvertAndSplatVitaly Buka2017-05-151-2/+2
* [Sema] Support implicit scalar to vector conversionsSimon Dardis2017-05-121-11/+228
OpenPOWER on IntegriCloud