summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Expr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OpenCL] Enable address spaces for references in C++Anastasia Stulova2018-11-161-7/+12
* [AST] Store the string data in StringLiteral in a trailing array of charsBruno Ricci2018-11-151-65/+67
* [AST][NFC] Various NFCs in StringLiteralBruno Ricci2018-11-151-21/+21
* [AST] Pack MemberExprBruno Ricci2018-11-151-2/+3
* [AST] Revert r346793 and r346781Bruno Ricci2018-11-131-2/+2
* [AST][NFC] Style fixes for UnaryOperatorBruno Ricci2018-11-131-2/+2
* [AST][NFC] Pack DeclRefExprBruno Ricci2018-11-131-1/+2
* Compound literals, enums, et al require const exprBill Wendling2018-11-091-0/+15
* Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue...Richard Smith2018-11-031-5/+0
* Create ConstantExpr classBill Wendling2018-10-311-0/+5
* PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of typeRichard Smith2018-10-301-0/+5
* [AST] Refactor PredefinedExprBruno Ricci2018-10-271-19/+44
* PR26547: alignof should return ABI alignment, not preferred alignmentRichard Smith2018-10-261-1/+1
* [Fixed Point Arithmetic] Fixed Point to Boolean CastLeonard Chan2018-10-231-0/+1
* [OpenCL][NFC] Unify ZeroToOCL* cast typesAndrew Savonichev2018-10-231-2/+1
* PR24164, PR39336: init-captures are not distinct full-expressions.Richard Smith2018-10-191-5/+2
* [Fixed Point Arithmetic] FixedPointCastLeonard Chan2018-10-151-0/+1
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-11/+11
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-17/+17
* Add getEndLoc API to replace getLocEndStephen Kelly2018-08-091-6/+6
* Add getBeginLoc API to replace getLocStartStephen Kelly2018-08-091-6/+6
* [Fixed Point Arithmetic] Fix for FixedPointValueToStringLeonard Chan2018-08-061-1/+1
* [AST] CastExpr: BasePathSize is not large enough.Roman Lebedev2018-08-011-4/+27
* Remove trailing spaceFangrui Song2018-07-301-81/+81
* [MS] Add L__FUNCSIG__ for compatibilityReid Kleckner2018-07-261-3/+7
* Don't lifetime-extend or track lifetime problems through the LHS of '->*'.Richard Smith2018-07-241-1/+1
* DR1687: When overload resolution selects a built-in operator, implicitRichard Smith2018-06-271-12/+29
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-0/+31
* Added atomic_fetch_min, max, umin, umax intrinsics to clang.Elena Demikhovsky2018-05-131-0/+2
* [OpenCL] Add constant address space to __func__ in AST.Anastasia Stulova2018-05-091-1/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-6/+6
* [C++2a] Implement operator<=> CodeGen and ExprConstantEric Fiselier2018-05-071-2/+2
* [coroutines] Fix unused warning on result of co_yield.Eric Fiselier2018-03-271-1/+2
* Fix unused expression warning in co_await.Eric Fiselier2018-03-271-0/+3
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-4/+5
* Teach Wreturn-type, Wunreachable-code, and alpha.deadcode.UnreachableCode to ...Nico Weber2018-02-131-0/+12
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-1/+2
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-0/+2
* [AST] Partially revert r318341 to fix two broken tests on llvm-clang-x86_64-e...Eugene Zelenko2017-11-171-108/+80
* [AST, Sema] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko2017-11-151-80/+108
* Fix nodiscard for volatile referencesErich Keane2017-10-191-1/+2
* [OpenCL] Add LangAS::opencl_private to represent private address space in ASTYaxun Liu2017-10-131-14/+14
* [Sema] Suppress warnings for C's zero initializerDaniel Marjamaki2017-09-291-0/+11
* Remove offset size check in nullptr arithmetic handlingAndrew Kaylor2017-09-201-7/+0
* Teach clang to tolerate the 'p = nullptr + n' idiom used by glibcAndrew Kaylor2017-09-191-0/+39
* Allow the target field of a CK_ToUnion to be more easily recovered.John McCall2017-08-151-0/+20
* [OpenCL] Support variable memory scope in atomic builtinsYaxun Liu2017-08-151-17/+16
* Add OpenCL 2.0 atomic builtin functions as Clang builtinYaxun Liu2017-08-041-5/+26
* Make CastExpr::getSubExprAsWritten look through implicit temporary under CK_C...Stephan Bergmann2017-06-271-11/+18
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+2
OpenPOWER on IntegriCloud