summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* SourceRanges are small and trivially copyable, don't them by reference.Craig Topper2015-10-041-1/+1
* [OpenMP] Capture global variables in target regions.Samuel Antao2015-10-021-3/+11
* [Sema] Avoid crashing during this-> insertion recoveryReid Kleckner2015-09-301-8/+15
* [OpenCL] Add missing OpenCL LangOpts in address space compatibility checksAnastasia Stulova2015-09-301-7/+9
* [OpenCL 2.0] This change adds extra diagnostics to atomic typesAnastasia Stulova2015-09-301-0/+22
* [OPENMP 4.1] Sema analysis for array sections in 'reduction' clause.Alexey Bataev2015-09-301-23/+1
* Support __builtin_ms_va_list.Charles Davis2015-09-171-30/+44
* Prevent implicit re-interpret casts between ExtVector and Scalar types.Stephen Canon2015-09-151-0/+8
* [MS ABI] Select a pointer to member representation more oftenDavid Majnemer2015-09-101-0/+4
* [OPENMP] Fix for http://llvm.org/PR24687: ICE on compilation of R package TPmsm.Alexey Bataev2015-09-031-15/+15
* Add a new frontend warning for referencing members from the handler of a cons...Aaron Ballman2015-09-011-7/+5
* [OpenCL] Improve diagnostics detecting implicit vector conversion.Alexey Bader2015-08-301-0/+12
* [Sema] Don't assume CallExpr::getDirectCallee will succeedDavid Majnemer2015-08-261-1/+1
* Fix possible crash on null base or type for array elements.Alexey Bataev2015-08-251-1/+2
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-0/+167
* Fix crash with two typos in the arguments of a functionOlivier Goffart2015-08-201-0/+1
* Fix -Wlogical-not-parentheses to work better with C code.Richard Trieu2015-08-191-5/+2
* [SemaExpr] Re-enable missing assertion.Davide Italiano2015-08-191-2/+1
* [AST] ArrayRefize BlockDecl::setCaptures. No functionality change intended.Benjamin Kramer2015-08-051-2/+1
* [SemaExpr] Factor out common diagnostic code for remainder/division.Davide Italiano2015-08-011-18/+16
* Add support for System z vector language extensionsUlrich Weigand2015-07-301-20/+94
* [MS Extensions] Remove support for the i128 integer literal suffixDavid Majnemer2015-07-261-13/+1
* Fix the equal-vector-size rule for reinterpret_casts in C++John McCall2015-07-231-8/+18
* [Sema] Don't emit "pure virtual" warning for fully qualified calls.Davide Italiano2015-07-141-2/+3
* [OPENMP] Drop type qualifiers from private variables.Alexey Bataev2015-07-141-0/+3
* Improve the Objective-C common-type computation used by the ternary operator.Douglas Gregor2015-07-071-5/+5
* Substitute type arguments into uses of Objective-C interface members.Douglas Gregor2015-07-071-12/+9
* Handle Objective-C type arguments.Douglas Gregor2015-07-071-32/+2
* [Sema] Warn when shifting a negative value.Davide Italiano2015-07-061-2/+12
* [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...Alexey Bataev2015-07-021-1/+4
* Make the typo resolution in r240441 apply to all function calls.Kaelyn Takata2015-06-231-11/+12
* Ensure delayed typos have been corrected in calls to builtins beforeKaelyn Takata2015-06-231-1/+11
* [OPENMP] Do not emit references to original variables in 'private' clause.Alexey Bataev2015-06-231-0/+15
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-7/+7
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-7/+7
* Remove incomplete comment.Davide Italiano2015-06-221-1/+0
* Consider unsigned long for non-u/U decimal literals (C90/C++03)Hubert Tong2015-06-081-0/+16
* [Sema] Promote compound assignment exprs. with fp16 LHS and int. RHS.Ahmed Bougacha2015-05-291-1/+6
* Fix assertion when assigning to object in OpenCL constant address space.Richard Smith2015-05-221-0/+3
* Check for bool-like conversion in conditional expressions.Richard Trieu2015-05-201-0/+2
* Fix Clang -Wsequence-pointDavid Blaikie2015-05-141-1/+1
* Tweak availability checking to look through typedef declarations.Ted Kremenek2015-05-141-2/+18
* Make GNUInline consistent with whether we use traditional GNU inline semantics.Peter Collingbourne2015-05-131-1/+1
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-291-3/+2
* PR23334: Perform semantic checking of lambda capture initialization in the ri...Richard Smith2015-04-271-130/+23
* [Objective-C Sema]This patch fixes the warning when clang issuesFariborz Jahanian2015-04-151-2/+1
* Improve the error message for assigning to read-only variables.Richard Trieu2015-04-111-3/+141
* Sema: Accept pointers to any address space for builtin functionsTom Stellard2015-03-311-3/+94
* Fix -Wshift-count-negative. It didn't work if the right hand sideDavide Italiano2015-03-261-1/+1
* Add -Wpartial-availability.Nico Weber2015-03-191-7/+52
OpenPOWER on IntegriCloud