summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Allow function attribute patchable_function_entry on aarch64_beFangrui Song2020-05-061-0/+1
* [Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...Fangrui Song2020-01-241-2/+2
* Revert "PR17164: Change clang's default behavior from -flax-vector-conversion...Mitch Phillips2020-01-233-23/+15
* PR17164: Change clang's default behavior from -flax-vector-conversions=all to...Richard Smith2020-01-173-15/+23
* Implement VectorType conditional operator GNU extension.Erich Keane2020-01-131-1/+1
* Support function attribute patchable_function_entryFangrui Song2020-01-102-0/+26
* Add support for __declspec(guard(nocf))Andrew Paverd2020-01-101-0/+27
* Add builtins for aligning and checking alignment of pointers and integersAlex Richardson2020-01-091-0/+133
* [ARM,MVE] Fix valid immediate range for vsliq_n.Simon Tatham2020-01-091-0/+93
* [ARM,MVE] Support -ve offsets in gather-load intrinsics.Simon Tatham2020-01-061-8/+20
* [Sema] SequenceChecker: Fix handling of operator ||, && and ?:Bruno Ricci2019-12-221-7/+8
* [Wdocumentation] Implement \anchorMark de Wever2019-12-211-0/+7
* [attributes][analyzer] Add annotations for handles.Gabor Horvath2019-12-201-0/+22
* Add support for the MS qualifiers __ptr32, __ptr64, __sptr, __uptr.Amy Huang2019-12-181-0/+14
* Reland [NFC-I] Remove hack for fp-classification builtinsErich Keane2019-12-172-1/+92
* [c++20] Add deprecation warnings for the expression forms deprecated by P1120R0.Richard Smith2019-12-162-2/+2
* Revert "[NFC-I] Remove hack for fp-classification builtins"Erich Keane2019-12-162-92/+1
* [NFC-I] Remove hack for fp-classification builtinsErich Keane2019-12-162-1/+92
* [Wdocumentation] Use C2x/C++14 deprecated attributeMark de Wever2019-12-103-14/+59
* [Wdocumentation] Properly place deprecated attributeMark de Wever2019-12-102-15/+96
* [Wdocumentation] Use the command marker.Mark de Wever2019-12-101-2/+2
* Revert "[ARM] Allocatable Global Register Variables for ARM"Carey Williams2019-11-291-20/+0
* [mips] Check that features required by built-ins are enabledSimon Atanasyan2019-11-291-0/+37
* [LifetimeAnalysis] Fix PR44150Gabor Horvath2019-11-271-0/+5
* Workaround for EvalInfo ctor for MSVC 2017Yaxun (Sam) Liu2019-11-261-0/+9
* [Diagnostics] Warn for comparison with string literals expanded from macro (P...Dávid Bolvanský2019-11-242-1/+30
* Revert "[Sema] Use the canonical type in function isVector"Akira Hatanaka2019-11-221-7/+0
* [Sema] Use the canonical type in function isVectorAkira Hatanaka2019-11-221-0/+7
* Fix typo to separate "-x" from warning flag.Bill Wendling2019-11-221-1/+1
* Don't report "main" as missing a prototype in freestanding modeBill Wendling2019-11-221-0/+6
* Atomics: support min/max orthogonallyTim Northover2019-11-211-2/+30
* [Sema] Add a 'Semantic' parameter to Expr::isKnownToHaveBooleanValueErik Pilkington2019-11-201-0/+11
* [AST] Attach comment in `/** doc */ typedef struct A {} B` to B as well as A.Sam McCall2019-11-181-2/+2
* [ARM] Allocatable Global Register Variables for ARMAnna Welker2019-11-181-0/+20
* Implement target(branch-protection) attribute for AArch64Momchil Velikov2019-11-152-1/+24
* [ARM,MVE] Add intrinsics for vector get/set lane.Simon Tatham2019-11-151-1/+45
* [BPF] Restrict preserve_access_index attribute to C onlyYonghong Song2019-11-141-0/+9
* [BPF] Add preserve_access_index attribute for record definitionYonghong Song2019-11-131-0/+48
* Add -Wtautological-compare to -WallWeverything2019-11-122-0/+2
* AArch64: add arm64_32 support to Clang.Tim Northover2019-11-122-0/+3
* [Diagnostics] Try to improve warning message for -Wreturn-typeDávid Bolvanský2019-11-094-25/+25
* Revert "[BPF] Add preserve_access_index attribute for record definition"Yonghong Song2019-11-091-48/+0
* [BPF] Add preserve_access_index attribute for record definitionYonghong Song2019-11-091-0/+48
* [SEH] Defer checking filter expression types until instantiatonReid Kleckner2019-11-071-1/+1
* [Diagnostics] Teach -Wnull-dereference about address_space attributeDávid Bolvanský2019-11-071-5/+15
* [ARM,MVE] Add intrinsics for gather/scatter load/stores.Simon Tatham2019-11-061-0/+56
* Fix missing memcpy builtin on ppc64beGuillaume Chatelet2019-10-291-0/+1
* [clang] Add no_builtin attributeGuillaume Chatelet2019-10-291-0/+51
* Revert "[clang] Add no_builtin attribute"Vlad Tsyrklevich2019-10-281-51/+0
* [clang] Add no_builtin attributeGuillaume Chatelet2019-10-281-0/+51
OpenPOWER on IntegriCloud