summaryrefslogtreecommitdiffstats
path: root/test/Misc
Commit message (Expand)AuthorAgeFilesLines
* [Nios2] Remove Nios2 backendCraig Topper2019-01-151-4/+0
* [Sema] Expose a control flag for integer to pointer ext warningKristina Brooks2019-01-141-2/+1
* [attributes] Extend os_returns_(not_?)_retained attributes to parametersGeorge Karpenkov2019-01-111-2/+4
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-041-0/+1
* [Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes.Michael Kruse2018-12-122-2/+2
* NFC: Make this test kinder on downstream forksErik Pilkington2018-12-041-1/+2
* Updating this test, which changed after the reverts from r348020.Aaron Ballman2018-11-301-3/+3
* Reverting r347949-r347951 because they broke the test bots.Aaron Ballman2018-11-301-3/+3
* Move AST tests into their own test directory; NFC.Aaron Ballman2018-11-3034-3100/+0
* Adding tests for -ast-dump; NFC.Aaron Ballman2018-11-301-1/+62
* Adding tests for -ast-dump; NFC.Aaron Ballman2018-11-301-0/+30
* Adding tests for -ast-dump; NFC.Aaron Ballman2018-11-301-0/+124
* [analyzer] Fixes after rebase.George Karpenkov2018-11-301-3/+3
* [attributes] Add a family of OS_CONSUMED, OS_RETURNS and OS_RETURNS_RETAINED ...George Karpenkov2018-11-301-1/+4
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-271-1/+2
* [X86] Add -march=cascadelake support in clang.Craig Topper2018-11-271-2/+2
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-271-2/+1
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-271-1/+2
* Create a diagnostic group for warn_call_to_pure_virtual_member_function_from_...Sylvestre Ledru2018-11-261-2/+1
* Compound literals, enums, et al require const exprBill Wendling2018-11-095-7/+14
* [AST] Only store the needed data in SwitchStmtBruno Ricci2018-10-291-1/+0
* [AST] Don't store data for GNU range case statement if not neededBruno Ricci2018-10-281-2/+0
* [AST] Only store the needed data in IfStmtBruno Ricci2018-10-271-6/+4
* [Hexagon] Remove support for V4Krzysztof Parzyszek2018-10-191-1/+1
* [clang] Add the exclude_from_explicit_instantiation attributeLouis Dionne2018-10-041-1/+2
* Add inherited attributes before parsed attributes.Michael Kruse2018-09-241-0/+21
* Allow all supportable non-type attributes to be used with #pragma clang attri...Richard Smith2018-09-051-1/+54
* [AttrDocs] Fix build bots: add missing GNUInline pragma to test.Jordan Rupprecht2018-08-301-1/+2
* Add a new flag and attributes to control static destructor registrationErik Pilkington2018-08-211-1/+3
* Refactor attribute printing to be a bit more obviously-correct.Richard Smith2018-08-091-0/+12
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-031-10/+7
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-1/+3
* [Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...Craig Topper2018-07-091-1/+2
* DR1687: When overload resolution selects a built-in operator, implicitRichard Smith2018-06-271-1/+1
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-251-7/+10
* Re-land "[LTO] Enable module summary emission by default for regular LTO"Tobias Edler von Koch2018-06-221-4/+0
* Revert "[LTO] Enable module summary emission by default for regular LTO"Tobias Edler von Koch2018-06-211-0/+4
* [LTO] Enable module summary emission by default for regular LTOTobias Edler von Koch2018-06-211-4/+0
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-191-10/+7
* Recommit r335063: [Darwin] Add a warning for missing include path for libstdc++Alex Lorenz2018-06-191-2/+2
* Fix test failure after r333485. Try 2.Eric Fiselier2018-05-301-2/+2
* Fix test failure after r333485.Eric Fiselier2018-05-301-1/+1
* [AST][ObjC] Print implicit property expression that only has a setter without...Alex Lorenz2018-05-231-0/+10
* Reland r332885, "CodeGen, Driver: Start using direct split dwarf emission in ...Peter Collingbourne2018-05-221-0/+26
* Revert "CodeGen, Driver: Start using direct split dwarf emission in clang."Amara Emerson2018-05-221-25/+0
* Revert "Add missing x86-registered-target."Amara Emerson2018-05-221-1/+0
* Add missing x86-registered-target.Peter Collingbourne2018-05-211-0/+1
* CodeGen, Driver: Start using direct split dwarf emission in clang.Peter Collingbourne2018-05-211-0/+25
* Use dotted format of version tuple for availability diagnosticsJan Korous2018-05-171-1/+1
* [Attr] Don't print implicit attributesJoel E. Denny2018-05-151-5/+22