summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent cpu-specific/cpu-dispatch from giong on a lambda.Erich Keane2018-09-101-0/+8
* [clang] Make sure codecompletion is called for calls even when inside a token.Kadir Cetinkaya2018-09-101-0/+4
* PR33222: Require the declared return type not the actual return type toRichard Smith2018-09-103-9/+7
* Part of PR33222: defer enforcing return type mismatch for dependentRichard Smith2018-09-101-19/+60
* [OpenMP] Add support for nested 'declare target' directivesKelvin Li2018-09-101-8/+3
* [Sema] Make typo correction slightly more efficientFangrui Song2018-09-091-2/+2
* Revert r341754.Akira Hatanaka2018-09-094-61/+31
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-09-084-31/+61
* [CodeComplete] Clearly distinguish signature help and code completion.Ilya Biryukov2018-09-071-40/+29
* [Sema] Check that the destructor for each element of class type isAkira Hatanaka2018-09-071-1/+78
* Remove deprecated APIStephen Kelly2018-09-061-8/+0
* [OPENMP] Fix PR38823: Do not emit vtable if it is not used in targetAlexey Bataev2018-09-061-0/+5
* [Sema] Clean up some __builtin_*_chk diagnosticsErik Pilkington2018-09-061-8/+34
* Remove unnecessary semicolon to silence -Wpedantic warning. NFCI.Simon Pilgrim2018-09-061-1/+1
* [OpenCL] Relax diagnostics on OpenCL access qualifiersAndrew Savonichev2018-09-062-16/+42
* [OpenCL] Disallow negative attribute argumentsAndrew Savonichev2018-09-061-2/+12
* PR38627: Fix handling of exception specification adjustment forRichard Smith2018-09-056-45/+102
* Forbid address spaces on compound literals in local scope.John McCall2018-09-051-6/+14
* [Sema] Don't warn about omitting unavailable enum constants in a switchErik Pilkington2018-09-051-1/+15
* Add -Wobjc-property-assign-on-object-type.John McCall2018-09-051-0/+8
* [Sema] Store MacroInfo in CodeCompletionResult for macro results.Eric Liu2018-09-051-7/+7
* Fix -Wdocumentation warning. NFCI.Simon Pilgrim2018-09-051-1/+1
* [OpenCL] Traverse vector types for ocl extensions supportAlexey Sotkin2018-09-031-0/+8
* [X86] Add kshift intrinsics to match gcc and icc.Craig Topper2018-08-311-0/+8
* Add missing -Wc++11-compat / -Wc++14-compat warnings for:Richard Smith2018-08-302-11/+29
* [Sema][NFC] Trivial cleanup in ActOnCallExprJan Korous2018-08-301-7/+1
* [CodeComplete] Report location of opening parens for signature helpIlya Biryukov2018-08-302-21/+25
* [Sema/Attribute] Make types declared with address_space an AttributedTypeLeonard Chan2018-08-271-11/+19
* Address Aaron Ballman's post-commit review comments from r340306, NFCErik Pilkington2018-08-211-4/+3
* Add a new flag and attributes to control static destructor registrationErik Pilkington2018-08-212-0/+22
* [clang][NFC] Fix typo in the name of a noteLouis Dionne2018-08-211-1/+1
* Removed unused variable [NFC]Mikael Holmen2018-08-211-1/+1
* Model type attributes as regular Attrs.Richard Smith2018-08-206-284/+283
* [ObjC] Error out when using forward-declared protocol in a @protocolAlex Lorenz2018-08-172-11/+5
* Don't warn on returning the address of a label from a statement expressionReid Kleckner2018-08-171-0/+4
* [OPENMP] Fix processing of declare target construct.Alexey Bataev2018-08-141-24/+5
* We have in place support for parsing #pragma FENV_ACCESS, but that Kevin P. Neal2018-08-141-0/+12
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-146-282/+284
* Model type attributes as regular Attrs.Richard Smith2018-08-136-284/+282
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-84/+185
* Enforce instantiation of template multiversion functionsErich Keane2018-08-131-4/+14
* [SEMA] add more -Wfloat-conversion to compound assigment analysisNick Desaulniers2018-08-131-27/+33
* Revert "[OPENMP] Fix emission of the loop doacross constructs."Alexey Bataev2018-08-131-179/+84
* Summary:Add clang::reinitializes attributeMartin Bohme2018-08-131-0/+5
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-84/+179
* [CodeGen] Merge equivalent block copy/helper functions.Akira Hatanaka2018-08-101-1/+9
* Mark up deprecated methods as suchStephen Kelly2018-08-091-2/+8
* Remove obsolete set callStephen Kelly2018-08-091-8/+0
* Port getLocEnd -> getEndLocStephen Kelly2018-08-0922-298/+276
* Port getLocStart -> getBeginLocStephen Kelly2018-08-0932-1875/+1698
OpenPOWER on IntegriCloud