summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-4/+4
* N3922: direct-list-initialization of an auto-typed variable no longer deduces aRichard Smith2015-11-111-5/+6
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-1/+77
* [coroutines] Initial stub Sema functionality for handling coroutine await / y...Richard Smith2015-10-221-1/+3
* Use an ArrayRef<OffsetOfComponent> instead of pointer and size throughout off...Craig Topper2015-10-221-7/+5
* Re-land r250592 without rejecting field refs in unevaluated contextsReid Kleckner2015-10-201-2/+13
* Roll-back r250822.Angel Garcia Gomez2015-10-201-2/+2
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-2/+2
* Revert "Diagnose UnresolvedLookupExprs that resolve to instance members in st...Reid Kleckner2015-10-201-11/+1
* Diagnose UnresolvedLookupExprs that resolve to instance members in static met...Reid Kleckner2015-10-171-1/+11
* Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files;...Hans Wennborg2015-09-291-2/+2
* [OPENMP 4.1] Add 'simd' clause for 'ordered' directive.Alexey Bataev2015-09-281-0/+6
* [OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'.Alexey Bataev2015-09-251-0/+7
* PR14858: Initial support for proper sizeof... handling within alias templates.Richard Smith2015-09-231-47/+97
* [OPENMP 4.1] Parsing/sema analysis for extended format of 'if' clause.Alexey Bataev2015-09-031-6/+10
* Fix assertion failure in TransformOpaqueValueExprHubert Tong2015-09-011-1/+1
* Add a new frontend warning for referencing members from the handler of a cons...Aaron Ballman2015-09-011-9/+15
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-0/+43
* [OPENMP 4.1] Initial support for 'simdlen' clause.Alexey Bataev2015-08-211-0/+20
* [OPENMP 4.1] Initial support for modifiers in 'linear' clause.Alexey Bataev2015-08-201-4/+7
* [TreeTransform] Simplify code. No functionality change.Benjamin Kramer2015-08-181-3/+1
* This patch commits OpenMP 4 target device clausesMichael Wong2015-08-071-0/+21
* [OPENMP 4.1] Initial support for extended 'ordered' clause.Alexey Bataev2015-07-301-2/+18
* [sema] Fix crash when typo-transforming an expression containing an ObjC supe...Argyrios Kyrtzidis2015-07-281-5/+4
* Commit for http://reviews.llvm.org/D10765Michael Wong2015-07-211-0/+11
* Sema: Allow null names to be passed in to isAcceptableTagRedeclarationJustin Bogner2015-07-101-1/+1
* C++ support for Objective-C lightweight generics.Douglas Gregor2015-07-071-6/+187
* [OPENMP 4.0] Initial support for 'omp cancel' construct.Alexey Bataev2015-07-021-0/+13
* [OPENMP 4.0] Initial support for 'omp cancellation point' construct.Alexey Bataev2015-07-011-4/+20
* [Sema] Maintain ellipsis location when transforming lambda capturesMeador Inge2015-06-261-1/+2
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-241-1/+1
* [OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev2015-06-231-0/+29
* [OPENMP] Do not emit references to original variables in 'private' clause.Alexey Bataev2015-06-231-0/+2
* Extend type nullability qualifiers for Objective-C.Douglas Gregor2015-06-191-1/+1
* Introduce type nullability specifiers for C/C++.Douglas Gregor2015-06-191-0/+11
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-181-0/+11
* Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao2015-06-101-0/+19
* Replace the broken LambdaCapture::isInitCapture API.James Dennett2015-05-071-2/+2
* PR23334: Perform semantic checking of lambda capture initialization in the ri...Richard Smith2015-04-271-45/+35
* [OPENMP] Fix crash on private variables not used in OpenMP region in templates.Alexey Bataev2015-04-021-1/+10
* [Objective-C patch]. Amend TransformObjCMessageExpr to handle callFariborz Jahanian2015-03-301-0/+38
* Track the source location of the dot or arrow operator in a MemberExpr.Aaron Ballman2015-03-241-5/+3
* Warn when jumping out of a __finally block via continue, break, return, __leave.Nico Weber2015-03-091-1/+1
* Sema: Parenthesized bound destructor member expressions can be calledDavid Majnemer2015-02-251-5/+3
* Various fixes to mangling of list-initialization.Richard Smith2015-02-051-2/+9
* Handle errors in lambda prototype instantiation correctlyReid Kleckner2014-12-151-2/+8
* Remove code that tries to avoid transforming non-dependent call operator typesRichard Smith2014-11-201-78/+24
* Try a different workaround for GCC 4.7.2 lambda capture bug. The previousRichard Smith2014-11-121-7/+8
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-11-121-17/+140
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-0/+143
OpenPOWER on IntegriCloud