summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Remove a -Wrange warning from -WallMark de Wever2020-02-031-3/+2
* Remove umask testsAlexandre Ganea2020-01-101-11/+0
* Support function attribute patchable_function_entryFangrui Song2020-01-101-0/+1
* Adds -Wrange-loop-analysis to -WallMark de Wever2020-01-061-1/+3
* Revert "Adds -Wrange-loop-analysis to -Wall"Mark de Wever2020-01-011-3/+1
* Adds -Wrange-loop-analysis to -WallMark de Wever2020-01-011-1/+3
* [attributes][analyzer] Add annotations for handles.Gabor Horvath2019-12-201-0/+3
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-111-0/+1
* [Diagnostic] add a warning which warns about misleading indentationTyker2019-12-031-0/+1
* Revert "[Diagnostic] add a warning which warns about misleading indentation"Tom Stellard2019-11-251-1/+0
* [Diagnostic] add a warning which warns about misleading indentationTyker2019-11-251-0/+1
* [PowerPC] Add new Future CPU for PowerPCStefan Pintilie2019-11-211-1/+1
* Implement __attribute__((objc_direct)), __attribute__((objc_direct_members))Pierre Habouzit2019-11-181-0/+2
* [BPF] add missing attribute in pragma-attribute-supported-attributes-list.testYonghong Song2019-11-131-0/+1
* Add 8548 CPU definition and attributesJustin Hibbits2019-11-121-4/+4
* Add -Wtautological-compare to -WallWeverything2019-11-121-0/+95
* Fixed dia fileDávid Bolvanský2019-11-092-1/+1
* Fixed c-index testDávid Bolvanský2019-11-091-1/+1
* [Diagnostics] Try to improve warning message for -Wreturn-typeDávid Bolvanský2019-11-091-1/+1
* [mips] Add `octeon+` to the list of CPUs accepted by the driverSimon Atanasyan2019-11-071-1/+1
* [clang] Add no_builtin attributeGuillaume Chatelet2019-10-291-0/+1
* Revert "[clang] Add no_builtin attribute"Vlad Tsyrklevich2019-10-281-1/+0
* [clang] Add no_builtin attributeGuillaume Chatelet2019-10-281-0/+1
* [clang] New __attribute__((__clang_arm_mve_alias)).Simon Tatham2019-10-241-0/+1
* Add -fno-experimental-pass-manager to make clear which pass managerEric Christopher2019-10-141-1/+1
* In the new pass manager use PTO.LoopUnrolling to determine when and howEric Christopher2019-10-141-0/+12
* [test] Use %clang_cc1 instead of %clang -cc1Fangrui Song2019-09-272-2/+2
* [SystemZ] Support z15 processor nameUlrich Weigand2019-09-201-1/+1
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-042-3/+3
* [NewPM][PassInstrumentation] IR printing support from clang driverTaewook Oh2019-08-141-0/+5
* [X86] Support -march=tigerlakePengfei Wang2019-08-121-2/+2
* cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne2019-08-091-0/+1
* Give the 'signed/unsigned wchar_t' extension a warning flag, and followRichard Smith2019-07-291-1/+1
* Add lifetime categories attributesMatthias Gehre2019-07-251-0/+2
* [Driver] Set the default win32-macho debug format to DWARFVedant Kumar2019-07-221-0/+3
* [SystemZ] Add support for new cpu architecture - arch13Ulrich Weigand2019-07-121-1/+1
* [HIP] Support attribute hip_pinned_shadowYaxun Liu2019-06-261-0/+1
* [clang][NewPM] Add -fno-experimental-new-pass-manager to testsLeonard Chan2019-06-211-1/+1
* [Sema] Improved diagnostic for qualifiers in reference bindingAnastasia Stulova2019-06-211-1/+1
* [Clang] Rename -split-dwarf-file to -split-dwarf-outputAaron Puchert2019-06-151-1/+1
* DebugInfo: Add support for 'nodebug' attribute on typedefs and alias templatesDavid Blaikie2019-06-081-1/+1
* [X86] -march=cooperlake (clang)Pengfei Wang2019-06-071-2/+2
* Make NoThrow FunctionLike, make FunctionLike include references, fixErich Keane2019-06-031-1/+1
* Add the `objc_class_stub` attribute.John McCall2019-05-301-0/+1
* Fix isInSystemMacro in presence of macro and pasted tokenSerge Guelton2019-05-161-1/+6
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-1/+1
* Ensure there is stack usage in stack size warning testMatt Arsenault2019-05-031-1/+3
* Support objc_nonlazy_class attribute on Objective-C implementationsErik Pilkington2019-04-111-1/+1
* Add support for attributes on @implementations in Objective-CErik Pilkington2019-04-111-2/+2
* [OpenCL] Allow variadic macros as Clang feature.Anastasia Stulova2019-03-261-1/+1
OpenPOWER on IntegriCloud