summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+1
* [GCC] Attribute ifunc support in clangDmitry Polukhin2016-04-111-2/+2
* [Concepts] Implement subsection [dcl.spec.concept]p7 of the Concepts TSNathan Wilson2016-04-091-0/+21
* [OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin2016-04-061-0/+3
* [CUDA] Make unattributed constexpr functions implicitly host+device.Justin Lebar2016-03-301-0/+3
* For MS ABI, emit dllexport friend functions defined inline in classStephan Bergmann2016-03-301-2/+2
* [CUDA] Remove three obsolete CUDA cc1 flags.Justin Lebar2016-03-291-9/+7
* ObjC: Handle boolean fixed type for enum.Manman Ren2016-03-231-1/+4
* Use an enum instead of hardcoded indices. NFC.Alexander Kornienko2016-03-231-7/+11
* [CUDA] Don't allow templated variadic functions.Justin Lebar2016-03-221-22/+22
* Add replacement = "xxx" to AvailabilityAttr.Manman Ren2016-03-211-1/+2
* [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali2016-03-211-1/+2
* Revert r263687 for ubsan bot failure.Manman Ren2016-03-171-2/+1
* Revert "For MS ABI, emit dllexport friend functions defined inline in class"Reid Kleckner2016-03-171-2/+2
* For MS ABI, emit dllexport friend functions defined inline in classReid Kleckner2016-03-171-2/+2
* Add an optional named argument (replacement = "xxx") to AvailabilityAttr.Manman Ren2016-03-171-1/+2
* Fix destructor definition of invalid classesOlivier Goffart2016-03-161-8/+10
* Add TreatUnavailableAsInvalid for the verification-only mode in InitListChecker.Manman Ren2016-03-101-1/+3
* [GCC] PR23529 Sema part of attrbute abi_tag supportDmitry Polukhin2016-03-091-0/+18
* [OpenCL] Improve diagnostics of address spaces for variables in functionAnastasia Stulova2016-03-031-20/+12
* [OpenCL] Apply missing restrictions for Blocks in OpenCL v2.0Anastasia Stulova2016-03-031-23/+55
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-2/+3
* [clang-cl] /EHc should not effect functions with explicit exception specifica...David Majnemer2016-02-291-2/+5
* [modules] Prefer more complete array types.Vassil Vassilev2016-02-281-34/+49
* [OpenCL] Add Sema checks for typesXiuli Pan2016-02-251-1/+22
* [OpenCL] Add Sema checks for OpenCL 2.0 blockXiuli Pan2016-02-241-0/+13
* Addressing review comments for r261163.Manman Ren2016-02-221-1/+1
* [MSVC Compat] Implement -EHc semanticsDavid Majnemer2016-02-201-0/+7
* [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a singleRichard Smith2016-02-191-9/+10
* Add 'nopartial' qualifier for availability attributes.Manman Ren2016-02-171-1/+1
* [modules] Cache 'acceptable decl' lookups for namespaces. In projects withRichard Smith2016-02-171-0/+3
* Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...Eugene Zelenko2016-02-121-26/+9
* [Concepts] Remove the IsConcept bit and associated member functions from VarDeclNathan Wilson2016-02-081-5/+8
* [Concepts] Implement a portion of Concepts TS[dcl.spec.concept]p1 byNathan Wilson2016-02-081-2/+23
* Don't synthesize an ImportDecl for a module named in -fmodule-implementation-ofBen Langmuir2016-02-051-1/+7
* PR24989: Stop trying to use the C++11 rules for lambda return type inference inRichard Smith2016-02-021-14/+18
* [CUDA] Do not allow dynamic initialization of global device side variables.Artem Belevich2016-02-021-0/+32
* PR23057: Fix assertion `Val && "isa<> used on a null pointer"' on invalid for...Denis Zobnin2016-02-021-0/+4
* [Concepts] Implement a portion of Concepts TS[dcl.spec.concept]p5 and p6:Nathan Wilson2016-01-291-0/+17
* Include RecordDecls from anonymous unions in the AST.Nico Weber2016-01-281-8/+21
* Remove unused parameter.Nico Weber2016-01-281-9/+6
* [MS ABI] Allow a member pointers' converted type to changeDavid Majnemer2016-01-261-0/+2
* [CUDA] Add -fcuda-allow-variadic-functions.Justin Lebar2016-01-261-3/+5
* [MS Compat] Don't crash if __GetExceptionInfo is in global scopeDavid Majnemer2016-01-261-0/+3
* [CUDA] Disallow variadic functions other than printf in device code.Justin Lebar2016-01-231-12/+20
* OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedefDavid Blaikie2016-01-151-20/+20
* When a tag is declared in prototype scope in C, if we've decided that itRichard Smith2016-01-111-4/+4
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+17
* [modules] If we're treating an elaborated-type-specifier as if it introduces aRichard Smith2016-01-091-15/+30
* Fix half of PR26048. We don't yet diagnose the case where the anonymous union...Richard Smith2016-01-061-8/+7
OpenPOWER on IntegriCloud