summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
* Fixes for r287241. Use placement new. Apply clang-format.Malcolm Parsons2016-11-172-7/+4
* Use unique_ptr for cached tokens for default arguments in C++.Malcolm Parsons2016-11-172-5/+9
* Sema: correct typo correction for ivars in @implementationSaleem Abdulrasool2016-11-171-3/+10
* [Sema] Fix a bug in enable_if condition instantiation.George Burgess IV2016-11-171-3/+2
* Add warning when assigning enums to bitfields without an explicit unsigned un...Reid Kleckner2016-11-161-1/+19
* Use the member function location in enable_if diagnostics.George Burgess IV2016-11-161-2/+2
* [Frontend] Allow attaching an external sema source to compiler instance and e...Benjamin Kramer2016-11-161-0/+4
* Rangify for loop, NFC.Yaron Keren2016-11-161-6/+4
* [OpenCL] Use the semantic spelling of the Access attribute, rather than a str...Joey Gouly2016-11-161-12/+15
* Fixed spelling in comments. NFCI.Simon Pilgrim2016-11-151-1/+1
* [OPENMP] Fix for PR30632: Name mangling issue.Alexey Bataev2016-11-151-3/+4
* [OpenCL] Fix for integer parameters of enqueue_kernelAnastasia Stulova2016-11-141-19/+23
* [OpenCL] Change to clk_event parameter in enqueue_kernel.Anastasia Stulova2016-11-141-4/+8
* Revert "Improve handling of floating point literals in OpenCL to only use dou...Renato Golin2016-11-142-23/+9
* Improve handling of floating point literals in OpenCL to only use double prec...Neil Hickey2016-11-142-9/+23
* Remove some false positives when taking the address of packed membersRoger Ferrer Ibanez2016-11-141-15/+93
* Fix PR28366: Handle variables from enclosing local scopes more gracefully dur...Faisal Vali2016-11-131-1/+1
* Use descriptive message if list initializer is incorrectly parenthesized.Serge Pavlov2016-11-122-1/+48
* [AVX-512] Convert the rest of the masked shift by immediate and by single ele...Craig Topper2016-11-121-11/+0
* Remove double setting of invalid flag.Richard Trieu2016-11-111-2/+0
* Fix for PR28523: unexpected compilation error.Alexey Bataev2016-11-114-10/+32
* Don't require nullability on 'va_list', even when it's a pointer.Jordan Rose2016-11-111-28/+35
* Revert "Speculative fix for va_list/nullability test on Hexagon and PPC."Jordan Rose2016-11-111-4/+0
* Speculative fix for va_list/nullability test on Hexagon and PPC.Jordan Rose2016-11-111-0/+4
* Don't require nullability on 'va_list' harder.Jordan Rose2016-11-111-0/+3
* [Sema] Fix-up for MSVC, which is stricter about template types.Jordan Rose2016-11-101-1/+1
* Don't require nullability on 'va_list'.Jordan Rose2016-11-101-1/+15
* Warn when 'assume_nonnull' infers nullability within an array.Jordan Rose2016-11-101-7/+50
* Add -Wnullability-completeness-on-arrays.Jordan Rose2016-11-101-57/+91
* Accept nullability qualifiers on array parameters.Jordan Rose2016-11-101-29/+62
* [Sema] Range-ify for loop, add period to comment. NFC.George Burgess IV2016-11-102-3/+3
* [Sema] Avoid -Wshadow warnings for shadowed variables thatAlex Lorenz2016-11-102-9/+40
* [Sema] Use MS ABI behavior for dllexport in ItaniumShoaib Meenai2016-11-091-1/+2
* [Sema][NFC] Reset HasFallthroughStmt when clearing FunctionScopeInfoErik Pilkington2016-11-091-0/+1
* [CodeCompletion] Show block invocation results for block property settersAlex Lorenz2016-11-091-34/+91
* [Sema] Avoid -Wshadow warnings for shadowed variables that aren't capturedAlex Lorenz2016-11-091-1/+30
* [index] Fix issue with protocol name locations in conformance list of an ObjC...Argyrios Kyrtzidis2016-11-091-1/+8
* [CUDA] Use only the GVALinkage on function definitions.Justin Lebar2016-11-081-2/+16
* Test commit of vbyakovl.Vladimir Yakovlev2016-11-081-2/+2
* Correctly ignore unnamed bit-fields when checking whether a union has fields.Richard Smith2016-11-081-2/+7
* [AVX-512][Sema] Add more intrinsics to the checks for valid immediates for em...Craig Topper2016-11-071-0/+17
* [index] Expose FriendDeclOlivier Goffart2016-11-041-0/+1
* Delete a trivially true check for a variable 'S' being null.Chandler Carruth2016-11-041-1/+1
* Add an assert to further check the invariant that a null pointerChandler Carruth2016-11-041-0/+4
* Remove no-op checks for a null CodeCompleter. We have alreadyChandler Carruth2016-11-041-2/+2
* Fix spelling mistake.Akira Hatanaka2016-11-031-1/+1
* [Sema] Avoid instantiating templates only when UncompilableErrorOccurredAkira Hatanaka2016-11-031-3/+5
* [Sema] Remove a dead assignment, NFC.Vedant Kumar2016-11-031-3/+2
* [Sema] Allow static_cast<T&&>(e) to check explicit conversions for non-refere...Eric Fiselier2016-11-031-14/+17
* Don't require nullability on template parameters in typedefs.Jordan Rose2016-11-021-1/+11
OpenPOWER on IntegriCloud