summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't capture DeclRefExpr::getNameInfo().getInfo(). It returns reference in t...NAKAMURA Takumi2014-10-291-1/+1
* Add the initial TypoExpr AST node for delayed typo correction.Kaelyn Takata2014-10-271-0/+6
* Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r...NAKAMURA Takumi2014-10-171-139/+17
* Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These wereRichard Smith2014-10-161-17/+139
* Bugfix in template instantiation in CXXPseudoDestructorExpr.Alexey Bataev2014-10-161-3/+10
* Allow constant expressions in pragma loop hints.Tyler Nowicki2014-10-121-7/+52
* Fix for bug http://llvm.org/PR17427.Alexey Bataev2014-10-091-1/+14
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-0/+11
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-11/+0
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-0/+11
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-0/+8
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-0/+11
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-191-0/+11
* Revert r217995 and follow-ups:Hans Wennborg2014-09-181-139/+17
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-181-0/+11
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-09-171-17/+139
* Don't allow lambdas to capture invalid decls during template instantiations.Richard Trieu2014-09-021-1/+1
* [C++11] Support for capturing of variable length arrays in lambda expression.Alexey Bataev2014-08-281-0/+4
* Return statements are initialization; don't forget to revert the initializer toRichard Smith2014-08-211-1/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-3/+3
* Wrap to 80 columns. No behavior change.Nico Weber2014-07-281-15/+10
OpenPOWER on IntegriCloud