summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* Model type attributes as regular Attrs.Richard Smith2018-08-201-11/+11
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-141-10/+11
* Model type attributes as regular Attrs.Richard Smith2018-08-131-11/+10
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-62/+61
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-212/+165
* Port getStartLoc -> getBeginLocStephen Kelly2018-08-091-1/+1
* Remove trailing spaceFangrui Song2018-07-301-5/+5
* Refactor checking of switch conditions and case values.Richard Smith2018-07-261-2/+2
* PR38257: don't perform ADL when instantiating a unary & operator that turns outRichard Smith2018-07-221-3/+5
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-0/+54
* [C++17] Disallow lambdas in template parameters (PR33696).Nicolas Lesser2018-07-121-1/+5
* Revert -r336726, which included more files than intended.Erich Keane2018-07-101-53/+0
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-101-0/+53
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-0/+6
* Improve diagnostics and error recovery for template name lookup.Richard Smith2018-05-111-12/+19
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-236/+236
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-13/+6
* [Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with multiple...Eric Fiselier2018-04-081-1/+0
* [Sema] Fix PR22637 - IndirectFieldDecl's discard qualifiers during template i...Eric Fiselier2018-04-081-5/+5
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Fix some handling of AST nodes with diagnostics.Richard Trieu2018-03-281-1/+1
* Fix a couple of places where we assumed that non-type template parameters are...Richard Smith2018-02-141-2/+4
* [coroutines] Pass coro func args to promise ctorBrian Gesiak2018-01-241-2/+2
* [Parse] Forward brace locations to TypeConstructExprVedant Kumar2018-01-171-26/+25
* When rebuilding an InitListExpr, don't give it a type.Richard Smith2018-01-121-16/+5
* [OPENMP] Replace calls of getAssociatedStmt().Alexey Bataev2018-01-121-5/+1
* Remove unused variables. No functionality change.Benjamin Kramer2017-10-081-1/+0
* Fix two-phase name lookup for non-dependent overloaded operators.Richard Smith2017-10-051-4/+10
* Dependent Address Space SupportAndrew Gozillon2017-10-021-5/+71
* [Sema] Fix using old initializer during switch statement transformation.Volodymyr Sapsai2017-09-211-2/+1
* [OPENMP] Initial support for 'in_reduction' clause.Alexey Bataev2017-07-211-0/+61
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-0/+60
* [coroutines] Fix rebuilding of dependent coroutine parametersEric Fiselier2017-06-031-0/+2
* [coroutines] Make generic lambda coroutines workGor Nishanov2017-05-241-0/+13
* Sema: protect against ObjC++ typo-correction failureSaleem Abdulrasool2017-04-201-0/+3
* [coroutines] Fix rebuilding of implicit and dependent coroutine statements.Eric Fiselier2017-04-031-44/+51
* [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped EnumFaisal Vali2017-04-011-30/+43
* Encapsulate FPOptions and use it consistentlyAdam Nemet2017-03-271-2/+2
* [coroutines] Fix diagnostics depending on the first coroutine statement.Eric Fiselier2017-03-111-1/+1
* [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier2017-03-061-7/+130
* [VLA] Handle VLA size expression in a full-expression context.Tim Shen2017-02-141-2/+9
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-0/+13
* [Sema][ObjC++] Typo correction should handle ivars and propertiesAlex Lorenz2017-02-031-8/+9
* [Sema] Transform a templated name before looking it up inAkira Hatanaka2017-01-311-1/+7
* Towards P0091R3: parsing support for class template argument deduction in typ...Richard Smith2017-01-301-51/+156
* Revert r293455, which breaks v8 with a spurious error. Testcase added.Sam McCall2017-01-301-101/+13
* Towards P0091R3: parsing support for class template argument deduction in typ...Richard Smith2017-01-301-13/+101
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-0/+39
* Finish implementation of C++ DR1310 (http://wg21.link/cwg1310).Richard Smith2017-01-201-24/+29
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-2/+6
OpenPOWER on IntegriCloud