summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud