summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Sema] Fix typos handling in an overloadable call.Anastasia Stulova2017-05-081-0/+3
* [ARM] Limit the diagnose when an ISR calls a regular functionWeiming Zhao2017-05-051-2/+4
* [Sema] Update function doc; NFCGeorge Burgess IV2017-05-021-1/+1
* Use a consistent style. NFCGeorge Burgess IV2017-04-271-4/+3
* Fix comment. NFCGeorge Burgess IV2017-04-261-2/+1
* -Wunguarded-availability should support if (@available) checks in top-levelAlex Lorenz2017-04-261-3/+11
* Add support for editor placeholders to ClangAlex Lorenz2017-04-191-0/+6
* Diagnose attempt to take address of bitfield members in anonymous structs.Richard Smith2017-04-131-1/+4
* [Sema] Extend GetSignedVectorType to deal with non ExtVector typesSimon Dardis2017-04-061-15/+36
* [OpenCL] Extended diagnostics for atomic initializationEgor Churaev2017-04-051-1/+1
* [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped EnumFaisal Vali2017-04-011-30/+34
* Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim2017-03-301-1/+1
* [ARC][ObjC++] Use ObjC semantic rules for comparisons between a pointer andAlex Lorenz2017-03-301-1/+4
* [Objective-C] Fix "weak-unavailable" warning with -fobjc-weakBrian Kelley2017-03-291-9/+10
* [Objective-C] Fix "repeated use of weak" warning with -fobjc-weakBrian Kelley2017-03-291-7/+11
OpenPOWER on IntegriCloud