summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX
Commit message (Expand)AuthorAgeFilesLines
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-2612-79/+79
* [Modules TS] Added module re-export support.Hamza Sood2017-11-211-4/+0
* Revert r318456 "Issue -Wempty-body warnings for else blocks"Hans Wennborg2017-11-201-20/+0
* Revert r318556 "Loosen -Wempty-body warning"Hans Wennborg2017-11-201-11/+0
* Loosen -Wempty-body warningReid Kleckner2017-11-171-0/+11
* Issue -Wempty-body warnings for else blocksReid Kleckner2017-11-161-0/+20
* Try to fix test/SemaCXX/deleted-operator.cpp after r318309Hans Wennborg2017-11-151-2/+2
* BuiltinOperatorOverloadBuilder: Don't consider types that are unavailable on ...Hans Wennborg2017-11-151-0/+34
* Handle lambda captures of variable length arrays in profiling and printing.Richard Trieu2017-11-111-0/+4
* Fix missing -Wregister warning when 'register' is applied to a function param...Richard Smith2017-11-012-2/+7
* Fix -Wunused-private-field to fire regardless of which implicit special membe...Richard Smith2017-11-012-1/+18
* Change assertion to quick exit from checking function.Richard Trieu2017-11-011-0/+14
* [c++17] Refine resolution of constructor / conversion function disambiguation.Richard Smith2017-11-011-0/+9
* Undo accidental language mode change in this test.Richard Smith2017-10-301-1/+1
* Add a test to make sure that -Wdeprecated doesn't warn on use of 'throw()' in...Richard Smith2017-10-302-2/+5
* Never try to instantiate a deduction guide's "definition". Fixes bogus warnin...Richard Smith2017-10-281-2/+2
* [MS] Allow access to ambiguous, inaccessible direct basesReid Kleckner2017-10-271-2/+30
* [Sema] -Wzero-as-null-pointer-constant: don't warn for system macros other th...Roman Lebedev2017-10-262-3/+64
* Ignore implicity casts for zero-as-null-pointer-constant warningErich Keane2017-10-251-0/+7
* mplement __has_unique_object_representationsErich Keane2017-10-241-0/+233
* Add Forgotten test for: Fix template parameter default args missed if redecledErich Keane2017-10-241-0/+33
* Unnamed bitfields don't block constant evaluation of constexpr ctorsJordan Rose2017-10-242-0/+35
* [Sema] Add support for flexible array members in Obj-C.Volodymyr Sapsai2017-10-231-0/+5
* Fix a typo with -fno-double-square-bracket-attributes and add a test to demon...Aaron Ballman2017-10-211-0/+12
* Implement current CWG direction for support of arrays of unknown bounds inRichard Smith2017-10-202-12/+49
* [Sema] Fix assertion failure when checking for unused variables in a dependen...Benjamin Kramer2017-10-191-0/+10
* Provide a flag group to turn on/off all "binary literals" extension warnings.Richard Smith2017-10-181-2/+4
* [CFG] Relax Wexceptions warning on rethrow Erich Keane2017-10-171-2/+19
* Re-land r315787, "[Sema] Warn about unused variables if we can constant evalu...Benjamin Kramer2017-10-141-0/+33
* Revert rL315787, "[Sema] Warn about unused variables if we can constant evalu...NAKAMURA Takumi2017-10-141-33/+0
* [Sema] Warn about unused variables if we can constant evaluate the initializer.Benjamin Kramer2017-10-141-0/+33
* Fix backwards warning for use of C++17 attributes-on-namespaces-and-enumerato...Richard Smith2017-10-141-2/+5
* Support for destroying operator delete, per C++2a proposal P0722.Richard Smith2017-10-131-0/+103
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-101-1/+1
* Add test for regression caused by reverted patch r315251.Richard Smith2017-10-101-0/+31
* Revert "[Modules TS] Module ownership semantics for redeclarations."Eric Liu2017-10-101-1/+1
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-091-1/+1
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-061-1/+1
* Fix two-phase name lookup for non-dependent overloaded operators.Richard Smith2017-10-051-0/+35
* Fix assertion failure in thread safety analysis (PR34800).Alexander Kornienko2017-10-041-0/+15
* [ExprConstant] Allow constexpr ctor to modify non static data membersErik Pilkington2017-10-041-0/+33
* Suppress -Wmissing-braces warning when aggregate-initializing a struct with a...Richard Smith2017-10-031-1/+31
* PR33839: Fix -Wunused handling for structured binding declarations.Richard Smith2017-10-021-4/+46
* Revert "[Sema] Warn on attribute nothrow conflicting with language specifiers"Reid Kleckner2017-10-021-24/+0
* Update IUnknown lit test to pass on Win32Erich Keane2017-10-021-3/+3
* clang/test/SemaCXX/ms-iunknown-template-function.cpp: Appease for targeting *...NAKAMURA Takumi2017-09-301-1/+1
* Add a "vexing parse" warning for ambiguity between a variable declaration and aRichard Smith2017-09-291-0/+24
* [Sema] Correct IUnknown to support Unknwnbase.h Header.Erich Keane2017-09-292-4/+54
* [Sema] Correct nothrow inherited by noexceptErich Keane2017-09-281-0/+26
* [Sema] Warn on attribute nothrow conflicting with language specifiersErich Keane2017-09-281-0/+24
OpenPOWER on IntegriCloud