aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/SemaExceptionSpec.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-07-01[OpenMP] Initial parsing and semantic support for 'parallel masked taskloop s...Fazlay Rabbi1-0/+1
2022-06-30[OpenMP] Initial parsing and sema support for 'parallel masked taskloop' cons...Fazlay Rabbi1-0/+1
2022-06-28[OpenMP] Initial parsing and sema support for 'masked taskloop simd' constructFazlay Rabbi1-0/+1
2022-06-24[OpenMP] Initial parsing and sema support for 'masked taskloop' constructFazlay Rabbi1-0/+1
2022-06-16[OpenMP] Initial parsing and sema for 'parallel masked' constructJennifer Yu1-0/+1
2022-03-24[OpenMP] Initial parsing/sema for the 'omp target parallel loop' constructMike Rice1-0/+1
2022-03-22[OpenMP] Initial parsing/sema for the 'omp parallel loop' constructMike Rice1-0/+1
2022-03-18[OpenMP] Initial parsing/sema for the 'omp target teams loop' constructMike Rice1-0/+1
2022-03-16[OpenMP] Initial parsing/sema for the 'omp teams loop' constructMike Rice1-0/+1
2022-02-17[clang] Sema::CheckEquivalentExceptionSpec - remove useless nullptr testSimon Pilgrim1-5/+3
2022-01-07[-fms-extensions] Make some exception specification warnings/errors compatibl...Amy Huang1-3/+6
2021-10-28[OpenMP] Initial parsing/sema for the 'omp loop' constructMike Rice1-0/+1
2021-09-18OpenMP 5.0 metadirectivealokmishra.besu1-0/+1
2021-09-18Revert "OpenMP 5.0 metadirective"Nico Weber1-1/+0
2021-09-17OpenMP 5.0 metadirectivealokmishra.besu1-0/+1
2021-09-17Revert "OpenMP 5.0 metadirective"cchen1-1/+0
2021-09-17OpenMP 5.0 metadirectivecchen1-0/+1
2021-08-06Disallow narrowing conversions to bool in noexcept specififersCorentin Jabot1-8/+12
2021-06-10[OpenMP] Implement '#pragma omp unroll'.Michael Kruse1-0/+1
2021-05-27Reimplement __builtin_unique_stable_name-Erich Keane1-0/+2
2021-04-29Update libstdc++ hack commentNathan Sidwell1-4/+6
2021-04-09[OpenMP51] Initial support for masked directive and filter clausecchen1-0/+1
2021-03-30[OPENMP51]Initial support for the dispatch directive.Mike Rice1-0/+1
2021-03-17[OPENMP51]Initial support for the interop directive.Mike Rice1-0/+1
2021-03-04[clang][OpenMP] Use OpenMPIRBuilder for workshare loops.Michael Kruse1-0/+1
2021-02-16[OpenMP] Implement '#pragma omp tile', by Michael Kruse (@Meinersbur).Michael Kruse1-0/+1
2020-10-15Switch the default of VerifyIntegerConstantExpression from constantRichard Smith1-3/+1
2020-06-22[Coroutines] Ensure co_await promise.final_suspend() does not throwXun Li1-6/+5
2020-06-01[Matrix] Implement matrix index expressions ([][]).Florian Hahn1-0/+1
2020-05-18[OpenCL] Added addrspace_cast operator in C++ mode.Anastasia Stulova1-0/+1
2020-04-02[OPENMP50]Add initial support for OpenMP 5.0 iterator.Alexey Bataev1-0/+1
2020-04-01Revert "[OPENMP50]Add initial support for OpenMP 5.0 iterator."Alexey Bataev1-1/+0
2020-04-01[OPENMP50]Add initial support for OpenMP 5.0 iterator.Alexey Bataev1-0/+1
2020-03-30[OPENMP50]Add basic support for array-shaping operation.Alexey Bataev1-0/+1
2020-03-24[AST] Add RecoveryExpr to retain expressions on semantic errorsHaojian Wu1-0/+1
2020-03-20[OPENMP50]Initial support for scan directive.Alexey Bataev1-0/+1
2020-03-17[Sema][SVE] Reject sizeless types in exception specsRichard Sandiford1-0/+8
2020-03-02[OPENMP50]Add basic support for depobj construct.Alexey Bataev1-0/+1
2020-01-19[Concepts] Requires ExpressionsSaar Raz1-0/+1
2020-01-18Revert "[Concepts] Requires Expressions"Saar Raz1-1/+0
2020-01-18[Concepts] Requires ExpressionsSaar Raz1-0/+1
2020-01-13PR44514: Fix recovery from noexcept with non-convertible expressionsErich Keane1-2/+10
2019-12-15[c++20] Compute exception specifications for defaulted comparisons.Richard Smith1-3/+13
2019-12-15Properly compute whether statement expressions can throw, rather thanRichard Smith1-60/+269
2019-10-21SemaExceptionSpec - silence static analyzer getAs<> null dereference warnings...Simon Pilgrim1-4/+3
2019-10-19[c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith1-0/+1
2019-10-15[Concepts] Concept Specialization ExpressionsSaar Raz1-0/+1
2019-10-15Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber1-1/+0
2019-10-15[Concepts] Concept Specialization ExpressionsSaar Raz1-0/+1
2019-10-03Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.Simon Pilgrim1-1/+1