summaryrefslogtreecommitdiff
path: root/include/clang/Sema
Commit message (Expand)AuthorAgeFilesLines
* [Concept] Associated Constraints InfrastructureSaar Raz2019-10-151-1/+7
* Added support for "#pragma clang section relro=<name>"Dmitry Mikulin2019-10-151-1/+3
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-4/+39
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-39/+4
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-4/+39
* PR43080: Do not build context-sensitive expressions during name classification.Richard Smith2019-10-141-17/+78
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-141-0/+5
* [OPENMP]Fix codegen for private variably length vars in combinedAlexey Bataev2019-10-141-0/+4
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-101-0/+5
* [sema] Revise `getCurrentMangleNumberContext` interface. NFC.Michael Liao2019-10-101-6/+4
* Re-land [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-101-13/+1
* Revert [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-101-1/+13
* [CUDA][HIP] Fix host/device check with -fopenmpYaxun Liu2019-10-091-0/+13
* [mangle] Fix mangling where an extra mangle context is required.Michael Liao2019-10-091-13/+1
* [c++20] P1152R4: warn on any simple-assignment to a volatile lvalueRichard Smith2019-10-091-0/+8
* [OPENMP50]Multiple vendors in vendor context must be treated as logicalAlexey Bataev2019-10-081-5/+5
* [BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song2019-10-081-0/+1
* [OPENMP50]Allow functions in declare variant directive to have differentAlexey Bataev2019-10-081-1/+1
* [OPENMP50]Treat range-based for as canonical loop.Alexey Bataev2019-10-071-0/+4
* OverloadCandidate::getNumParams - silence static analyzer getAs<FunctionProto...Simon Pilgrim2019-10-031-2/+2
* Check for qualified function types after substituting into the operandRichard Smith2019-10-031-0/+2
* [OPENMP50]Add parsing/sema analysis for declare variant score.Alexey Bataev2019-10-021-2/+5
* [OPENMP50]Parsing/sema support for 'implementation/vendor' contextAlexey Bataev2019-09-251-6/+22
* [Sema] Fix the atomic expr rebuilding order.Michael Liao2019-09-231-3/+6
* Ensure AtomicExpr goes through SEMA checking after TreeTransformErich Keane2019-09-201-0/+3
* [OPENMP5.0]Allow multiple context selectors in the context selectorAlexey Bataev2019-09-181-4/+15
* [OPENMP5.0]Introduce attribute for declare variant directive.Alexey Bataev2019-09-171-0/+6
* [OPENMP5.0]Add basic support for declare variant directive.Alexey Bataev2019-09-131-0/+19
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-132-201/+114
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-071-0/+42
* [c++20] Add support for designated direct-list-initialization syntax.Richard Smith2019-08-311-1/+1
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-301-0/+7
* PR42587: diagnose unexpanded uses of a pack parameter of a genericRichard Smith2019-08-262-0/+8
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-261-0/+12
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-231-3/+31
* [OpenMP] Permit map with DSA on combined directiveJoel E. Denny2019-08-222-6/+12
* [OPENMP]Fix delayed diagnostics for standalone declare target directive.Alexey Bataev2019-08-201-1/+2
* [Sema][Typo] Fix assertion failure for expressions with multiple typosDavid Goldman2019-08-201-0/+6
* Replace llvm::integer_sequence and friends with the C++14 standard versionBenjamin Kramer2019-08-151-2/+2
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-5/+5
* gsl::Owner/gsl::Pointer: Add implicit annotations for some std typesMatthias Gehre2019-08-071-0/+11
* [Sema] Add -Wpointer-compareGeorge Burgess IV2019-08-051-0/+1
* Delay emitting dllexport explicitly defaulted members until the class is full...Hans Wennborg2019-08-011-0/+1
* [Sema] Actually map a variable template specialization from pattern to instan...Erik Pilkington2019-07-301-0/+5
* [NFC] avoid AlignedCharArray in clangJF Bastien2019-07-291-2/+2
* When determining whether a lambda-expression is implicitly constexpr,Richard Smith2019-07-291-2/+10
* Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka2019-07-261-42/+0
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-07-131-0/+42
* [OPENMP]Improve handling of analysis of unsupported VLAs in reductions.Alexey Bataev2019-07-111-6/+0
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-0/+13