summaryrefslogtreecommitdiff
path: root/lib/Sema/Sema.cpp
Commit message (Expand)AuthorAgeFilesLines
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-1/+1
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-081-0/+4
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-071-4/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-071-0/+4
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-2/+2
* [Fixed Point Arithmetic] Fixed Point to Boolean CastLeonard Chan2018-10-231-2/+1
* [Fixed Point Arithmetic] FixedPointCastLeonard Chan2018-10-151-0/+2
* [Sema][OpenCL] Improve diagnostics for not viable overloadable function candi...Andrew Savonichev2018-10-111-0/+28
* [clang] Add the exclude_from_explicit_instantiation attributeLouis Dionne2018-10-041-2/+4
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-10-011-0/+59
* Revert r343518.Akira Hatanaka2018-10-011-59/+0
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-10-011-0/+59
* [modules] Don't bother creating a global module fragment when building aRichard Smith2018-09-151-1/+3
* [modules] Frontend support for building a header module from a list ofRichard Smith2018-09-151-1/+2
* Revert r341754.Akira Hatanaka2018-09-091-54/+0
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-09-081-0/+54
* PR38627: Fix handling of exception specification adjustment forRichard Smith2018-09-051-3/+2
* [OpenCL] Traverse vector types for ocl extensions supportAlexey Sotkin2018-09-031-0/+8
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-5/+5
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-11/+35
* Support implicit _Atomic struct load / storeJF Bastien2018-07-181-0/+1
* Add caching when looking up coroutine_traitsBrian Gesiak2018-07-141-3/+3
* [C++17] Disallow lambdas in template parameters (PR33696).Nicolas Lesser2018-07-121-1/+1
* [modules] Do not serialize / deserialize pending new/delete mismatchRichard Smith2018-06-281-10/+7
* [MS] Make sure __GetExceptionInfo works on types with no linkageReid Kleckner2018-06-201-0/+2
* [CUDA] Allow "extern __shared__ Foo foo[]" within anon. namespaces.Justin Lebar2018-05-171-0/+5
* [AST] Fix -ast-print for _Bool when have diagnosticsJoel E. Denny2018-05-141-3/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-11/+11
* [C++2a] Implement operator<=> CodeGen and ExprConstantEric Fiselier2018-05-071-4/+7
* Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber2018-04-101-22/+0
* -ftime-report switch support in Clang.Andrew V. Tischenko2018-04-101-0/+22
* [MS] Fix late-parsed template infinite loop in eager instantiationReid Kleckner2018-03-261-0/+19
* Sink PrettyDeclStackTrace down to the AST libraryJordan Rose2018-03-231-19/+1
* Re-land "[Sema] Make getCurFunction() return null outside function parsing"Reid Kleckner2018-03-121-19/+31
* Revert "[Sema] Make getCurFunction() return null outside function parsing"Reid Kleckner2018-03-081-31/+19
* [Sema] Make getCurFunction() return null outside function parsingReid Kleckner2018-03-081-19/+31
* Avoid including ScopeInfo.h from Sema.hReid Kleckner2018-03-071-0/+12
* [NFC] Move CommentOpts checks to the call sites that depend on it. (Re-applyi...David L. Jones2018-03-021-2/+1
* Revert r326501 due to buildbot breakage.David L. Jones2018-03-011-1/+2
* [NFC] Move CommentOpts checks to the call sites that depend on it.David L. Jones2018-03-011-2/+1
* [Templight] Template Instantiation ObserverGabor Horvath2018-02-101-0/+1
* Fix crash when trying to pack-expand a GNU statement expression.Richard Smith2018-02-031-2/+2
* Implement Attribute Target MultiVersioningErich Keane2018-01-081-0/+6
* Remove creation of out-of-bounds value of enumeration type (resulting in UB).Richard Smith2017-12-081-1/+1
* Fix -Wunused-private-field to fire regardless of which implicit special membe...Richard Smith2017-11-011-1/+2
* [Sema] -Wzero-as-null-pointer-constant: don't warn for system macros other th...Roman Lebedev2017-10-261-2/+14
* Ignore implicity casts for zero-as-null-pointer-constant warningErich Keane2017-10-251-1/+1
* [Modules TS] Diagnose missing/duplicate module-declaration.Richard Smith2017-10-111-0/+11
* Implement C++ [basic.link]p8.Richard Smith2017-09-201-21/+58