summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Encapsulate FPOptions and use it consistentlyAdam Nemet2017-03-271-2/+2
* Fix crash with interrupt attribute on ARM.Eli Friedman2017-03-141-1/+1
* [OpenCL] Fix type compatibility check and generic AS mangling.Anastasia Stulova2017-03-101-63/+84
* [Sema] Add variable captured by a block to the enclosing lambda'sAkira Hatanaka2017-03-011-2/+3
* Rename ActiveTemplateInstantiation to CodeSynthesisContext in preparation forRichard Smith2017-02-231-4/+5
* Factor out function to determine whether we're performing a templateRichard Smith2017-02-211-8/+7
* Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith2017-02-171-0/+3
* Use correct fix-it location for -Wblock-capture-autoreleasingAlex Lorenz2017-02-161-2/+24
* [OpenCL] Disallow blocks capture other blocks (v2.0, s6.12.5)Anastasia Stulova2017-02-161-0/+7
* [c++1z] Diagnose attempts to use variables with deduced class templateRichard Smith2017-02-101-3/+1
* [OpenCL] Accept logical NOT for pointer types in CL1.1Anastasia Stulova2017-02-071-1/+1
* Change how we handle diagnose_if attributes.George Burgess IV2017-01-281-18/+1
* [OpenCL] Add missing address spaces in IR generation of blocksAnastasia Stulova2017-01-271-3/+20
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-1/+2
* [Sema][ObjC] Make sure -Wblock-capture-autoreleasing issues a warningAkira Hatanaka2017-01-261-3/+20
* [Sema] Fix PR28181 by avoiding calling BuildOverloadedBinOp in C modeAlex Lorenz2017-01-191-6/+5
* Warn when calling a non interrupt function from an interrupt on ARMJonathan Roelofs2017-01-181-0/+9
* [Sema] Add warning for unused lambda capturesMalcolm Parsons2017-01-131-1/+3
* [cxx1z-constexpr-lambda] [NFC] Add a FIXME to reinstate certain restrictions ...Faisal Vali2017-01-091-0/+6
* Add the diagnose_if attribute to clang.George Burgess IV2017-01-091-26/+47
OpenPOWER on IntegriCloud