summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/Expr.h
Commit message (Expand)AuthorAgeFilesLines
* [ObjCXX] Warn undeclared identifiers.Manman Ren2016-03-251-2/+4
* [CUDA] Warn undeclared identifiers in CUDA kernel callsJustin Lebar2016-01-141-3/+7
* Properly track that a character literal is UTF-8, and pretty print the prefix...Aaron Ballman2016-01-071-0/+1
* [TrailingObjects] Convert remaining classes in Expr.h and ExprCXX.hJames Y Knight2015-12-311-10/+18
* [TrailingObjects] Convert CastExpr and subclasses.James Y Knight2015-12-301-4/+12
* [TrailingObjects] Convert OffsetOfExpr.James Y Knight2015-12-291-108/+109
* [TrailingObjects] Convert AST classes that had a ASTTemplateKWAndArgsInfo.James Y Knight2015-12-291-123/+68
* [TrailingObjects] Convert ASTTemplateKWAndArgsInfo and ASTTemplateArgumentLis...James Y Knight2015-12-241-52/+8
* [Sema] Write some checks for groups of BinaryOperatorKinds in terms of the pr...Craig Topper2015-12-131-1/+4
* PR25416: Improve performance of processing inline assembly consisting of manyRichard Smith2015-12-101-4/+6
* Explicitly permit undefined behavior in constant initializers for globalRichard Smith2015-12-081-4/+16
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-021-0/+10
* [coroutines] Factor out co_await representation into common base class for co...Richard Smith2015-11-221-0/+8
* N3922: direct-list-initialization of an auto-typed variable no longer deduces aRichard Smith2015-11-111-0/+8
* Roll-back r250822.Angel Garcia Gomez2015-10-201-2/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+2
* Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files;...Hans Wennborg2015-09-291-12/+3
* Remove wrong implication that value-dependent implies instantiation-dependent,Richard Smith2015-09-231-4/+0
* Support __builtin_ms_va_list.Charles Davis2015-09-171-18/+20
* Add a missing 'classof' to AST Node TypoExpr to identify its 'Kind'.Faisal Vali2015-08-231-0/+5
* Additional fix for PR14269: Crash on vector elements / global register vars i...Andrey Bokhanko2015-08-031-0/+4
* [CodeGen] Simplify creation of shuffle masks.Benjamin Kramer2015-07-281-1/+1
* [AST] Remove StmtRange in favor of an iterator_range.Benjamin Kramer2015-07-181-13/+38
* Fix alignment issues in Clang.James Y Knight2015-07-171-7/+11
* [Sema] Don't emit "pure virtual" warning for fully qualified calls.Davide Italiano2015-07-141-0/+9
* add ConstEvaluatedExprVisitorScott Douglass2015-06-101-2/+2
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-101-0/+74
* Fix assertion when assigning to object in OpenCL constant address space.Richard Smith2015-05-221-0/+2
* Track the source location of the dot or arrow operator in a MemberExpr.Aaron Ballman2015-03-241-26/+29
* Sema: Parenthesized bound destructor member expressions can be calledDavid Majnemer2015-02-251-1/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* AST: alignof might be dependent because of alignment attributesDavid Majnemer2015-01-151-12/+1
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-121-12/+15
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-2/+7
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-161-15/+14
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-11-121-14/+17
* Remove CastKind typedef from CastExpr since CastKind is in the clang namespace.Craig Topper2014-10-311-3/+0
* Add the initial TypoExpr AST node for delayed typo correction.Kaelyn Takata2014-10-271-0/+18
* Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r...NAKAMURA Takumi2014-10-171-17/+14
* Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These wereRichard Smith2014-10-161-14/+17
* Fixing comment grammar; NFC.Aaron Ballman2014-10-161-2/+1
* Fix for bug http://llvm.org/PR17427.Alexey Bataev2014-10-091-11/+17
* Revert r217995 and follow-ups:Hans Wennborg2014-09-181-17/+14
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-09-171-14/+17
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-2/+2
* Make sure CallExpr::getLocStart doesn't segfaultKeno Fischer2014-08-151-2/+2
* Add clang::DesignatedInitExpr::designators() for range-based access,James Dennett2014-07-211-0/+11
* Remove llvm:: from uses of ArrayRef.Craig Topper2014-06-281-1/+1
* Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith2014-06-031-0/+1
* Improved location for non-constant initializers diagnostics.Abramo Bagnara2014-05-221-1/+4