summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-241-0/+15
* [Concepts] Constraint Satisfaction CachingSaar Raz2020-01-241-4/+12
* [Concepts] Requires ExpressionsSaar Raz2020-01-241-1/+2
* reland "[DebugInfo] Support to emit debugInfo for extern variables"Yonghong Song2019-12-221-0/+7
* Revert "[DebugInfo] Support to emit debugInfo for extern variables"Reid Kleckner2019-12-221-7/+0
* [clang] Improve LLVM-style RTTI support in ExternalASTSource/ExternalSemaSourceRaphael Isemann2019-12-151-0/+1
* [Support] Add TimeTraceScope constructor without detail argRussell Gallop2019-12-111-2/+1
* [DebugInfo] Support to emit debugInfo for extern variablesYonghong Song2019-12-101-0/+7
* [OpenCL] Use generic addr space for lambda call operatorAnastasia Stulova2019-12-031-0/+6
* Move vtordisp mode from Attr class to LangOptions.h, NFCReid Kleckner2019-11-221-1/+1
* Add a key method to Sema to optimize debug info sizeReid Kleckner2019-11-191-0/+3
* [Sema] Emit diagnostics for uncorrected delayed typos at the end of TUIlya Biryukov2019-10-091-2/+10
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-041-2/+2
* Removed some questionable default arguments from settersDmitri Gribenko2019-09-121-4/+4
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-071-3/+15
* PR42587: diagnose unexpanded uses of a pack parameter of a genericRichard Smith2019-08-261-0/+17
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-261-0/+14
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-231-2/+7
* [OpenMP] Permit map with DSA on combined directiveJoel E. Denny2019-08-221-3/+5
* [OPENMP]Fix delayed diagnostics for standalone declare target directive.Alexey Bataev2019-08-201-3/+3
* Stop abusing SuppressAllDiagnostics when speculatively determiningRichard Smith2019-08-161-3/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-1/+7
* Delay emitting dllexport explicitly defaulted members until the class is full...Hans Wennborg2019-08-011-0/+1
* Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka2019-07-261-15/+3
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-07-131-3/+15
* Fix crash and rejects-valid when a later template parameter or defaultRichard Smith2019-06-201-1/+3
* [clang] perform semantic checking in constant contextGauthier Harnisch2019-06-151-0/+1
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-111-1/+1
* Defer capture initialization for blocks until after we've left theRichard Smith2019-05-311-19/+28
* Split ActOnCallExpr into an ActOnCallExpr to be called by the parser,Richard Smith2019-05-081-1/+1
* P1286R2: Remove restriction that the exception specification of aRichard Smith2019-05-061-1/+0
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-1/+1
* [NFC] typoJF Bastien2019-04-301-2/+2
* [c++2a] Add semantic support for private module fragments.Richard Smith2019-04-181-46/+68
* [c++20] Parsing support for module-declarations, import-declarations,Richard Smith2019-04-141-17/+15
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-2/+18
* [OPENMP] Delayed diagnostics for VLA support.Alexey Bataev2019-02-221-0/+10
* [CUDA]Delayed diagnostics for the asm instructions.Alexey Bataev2019-02-221-6/+10
* Revert "[CUDA]Delayed diagnostics for the asm instructions."Alexey Bataev2019-02-211-4/+2
* [CUDA]Delayed diagnostics for the asm instructions.Alexey Bataev2019-02-211-2/+4
* [OPENMP] Delay emission of the asm target-specific error messages.Alexey Bataev2019-02-201-0/+8
* [SEMA]Generalize deferred diagnostic interface, NFC.Alexey Bataev2019-02-071-0/+162
* [OpenCL][PR40603] In C++ preserve compatibility with OpenCL C v2.0Anastasia Stulova2019-02-071-3/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.Bruno Ricci2018-12-211-1/+2
* 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
OpenPOWER on IntegriCloud