summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Sema] Remove tab characters. NFCCraig Topper2015-12-081-2/+2
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-021-5/+43
* [OpenMP] Update target directive codegen to use 4.5 implicit data mappings.Samuel Antao2015-12-021-5/+18
* P0002R1: increment on expressions of type bool is no longer allowed in C++1z.Richard Smith2015-11-261-1/+3
* [MSVC] 'property' with an empty array in array subscript expression.Alexey Bataev2015-11-251-3/+30
* [Sema] Combine similar diagnostics using %select. NFCCraig Topper2015-11-171-3/+2
* Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFCCraig Topper2015-11-151-18/+14
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-3/+5
* Use makeArrayRef instead of explicitly mentioning the type. NFCCraig Topper2015-11-071-1/+1
* The control expression for a _Generic selection expression should haveAaron Ballman2015-11-051-5/+7
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-0/+1
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-1/+1
* Use an ArrayRef<OffsetOfComponent> instead of pointer and size throughout off...Craig Topper2015-10-221-11/+7
* Use front() instead of [0] to make code more consistent with the next line th...Craig Topper2015-10-221-1/+1
* [Sema] Make `&function_with_enable_if_attrs` an errorGeorge Burgess IV2015-10-121-1/+10
* [Sema] Allow C conversions in C overload logicGeorge Burgess IV2015-10-111-15/+27
* [Sema] Add "Ty" suffix to QualType variables for clarity (NFC)Vedant Kumar2015-10-091-5/+5
* Revert r107690 (for PR7417) and add a testcase that it breaks. The approach ofRichard Smith2015-10-051-42/+1
* 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
OpenPOWER on IntegriCloud