summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* [MS ABI] Allow a member pointers' converted type to changeDavid Majnemer2016-01-263-1/+7
* Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko2016-01-261-12/+7
* Class Property: parse property attribute (class).Manman Ren2016-01-261-0/+5
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-262-2/+97
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-263-12/+12
* [CUDA] Add -fcuda-allow-variadic-functions.Justin Lebar2016-01-261-3/+5
* [OpenMP] Parsing + sema for defaultmap clause.Arpith Chacko Jacob2016-01-262-0/+47
* [OPENMP 4.5] Allow arrays in 'reduction' clause.Alexey Bataev2016-01-261-17/+7
* Recommit: R258773 [OpenCL] Pipe builtin functionsXiuli Pan2016-01-261-0/+220
* Fix -Wnull-conversion for long macros.Richard Trieu2016-01-261-2/+2
* Revert "[OpenCL] Pipe builtin functions"David Majnemer2016-01-261-220/+0
* [OpenCL] Pipe builtin functionsXiuli Pan2016-01-261-0/+220
* [Sema] Remove stray semicolons.David Majnemer2016-01-261-2/+2
* [Sema] Incomplete types are OK for covariant returnsDavid Majnemer2016-01-261-12/+13
* [MS Compat] Don't crash if __GetExceptionInfo is in global scopeDavid Majnemer2016-01-261-0/+3
* [Sema] Improve constnessDaniel Marjamaki2016-01-251-9/+9
* Allow capture typedefs/type aliases for VLAs in lambdas/captured statements c...Alexey Bataev2016-01-251-4/+14
* Fixed processing of GNU extensions to C99 designated initializersAlexey Bataev2016-01-251-6/+6
* [CUDA] Disallow variadic functions other than printf in device code.Justin Lebar2016-01-231-12/+20
* [CUDA] Reject the alias attribute in CUDA device code.Justin Lebar2016-01-231-0/+3
* SemaOpenMP.cpp: Fix a warning in r258543. [-Wunused-variable]NAKAMURA Takumi2016-01-231-0/+1
* [OpenMP] Update map clause SEMA to support OpenMP 4.5 possible list items.Samuel Antao2016-01-221-97/+467
* [OpenMP] Check for at least one map clause on target data directive.Arpith Chacko Jacob2016-01-211-0/+8
* Fix crash for typedefs for arrays of runtime bounds in Lambdas/Captured State...Alexey Bataev2016-01-211-114/+137
* [OPENMP 4.5] Allow to use non-static data members in non-static member functi...Alexey Bataev2016-01-202-140/+219
* [CUDA] Bail, rather than crash, on va_arg in device code.Justin Lebar2016-01-201-3/+11
* [CUDA] Only allow __global__ on free functions and static member functions.Justin Lebar2016-01-202-7/+14
* Allow __attribute__((mode)) to appertain to field declarations again. Correct...Aaron Ballman2016-01-191-2/+2
* [OpenMP] Detect implicit map type to report unspecified map type for target e...Samuel Antao2016-01-192-26/+30
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-192-0/+89
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-192-3/+104
* Activate OpenMP private clause for target construct and a regression test.Carlo Bertolli2016-01-191-1/+1
* Fix PR26134: When substituting into default template arguments, keep CurConte...Faisal Vali2016-01-191-1/+0
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-161-1/+1
* OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedefDavid Blaikie2016-01-154-28/+28
* OpaquePtr: Use nullptr construction for DeclGroupPtrTy OpaquePtr typedefDavid Blaikie2016-01-151-1/+1
* Make -Wdelete-non-virtual-dtor warn on explicit `a->~A()` dtor calls too.Nico Weber2016-01-152-24/+54
* Add OpenMP dist_schedule clause to distribute directive and related regressio...Carlo Bertolli2016-01-152-0/+85
* PR26111: segmentation fault with __attribute__((mode(QI))) on function declar...Alexey Bataev2016-01-151-8/+3
* [X86] Support 'interrupt' attribute for x86Alexey Bataev2016-01-152-6/+85
* [Sema] Suppress diags in overload resolution.George Burgess IV2016-01-134-93/+124
* [Bugfix] Fix ICE on constexpr vector splat.George Burgess IV2016-01-135-29/+48
* [CUDA] Report an error if code tries to mix incompatible CUDA attributes.Justin Lebar2016-01-131-13/+35
* Improve AST dumping:Richard Smith2016-01-121-0/+16
* [modules] Don't diagnose a conflict between two using-declarations that name ...Richard Smith2016-01-121-0/+4
* When a tag is declared in prototype scope in C, if we've decided that itRichard Smith2016-01-111-4/+4
* [Sema] Issue a warning for integer overflow in struct initializerAkira Hatanaka2016-01-111-0/+4
* Fix assert hit when tree-transforming template template parameter packs.Manuel Klimek2016-01-111-1/+1
* [OpenCL] Pipe type supportXiuli Pan2016-01-0910-2/+131
* [modules] If we're treating an elaborated-type-specifier as if it introduces aRichard Smith2016-01-091-15/+30
OpenPOWER on IntegriCloud