cling/test
Jonas Hahnfeld f2b3a8408e IsClassOrFunction: Handle signedness modifiers
When using these modifiers, a type can consist of multiple tokens
as for example "unsigned int". However the keyword "int" can also
be omitted, making "unsigned" itself also a valid type.

Note that this only handles the most basic case for the modifiers.
The size modifiers "short", "long", and "long long" would need
similar treatment. Moreover the standard permits any order for the
type specifiers, ie "unsigned long long int" and "long int unsigned
long" are both valid (and actually the same type).
2020-07-01 22:44:08 +02:00
..
Autoloading meta/cling: consistent casing for AutoLoading 2020-02-15 17:14:14 +01:00
CodeGeneration Add test for ROOT-10689. 2020-04-16 18:29:08 +02:00
CodeUnloading DefinitionShadower: minor fix to test/CodeUnloading/DeclShadowing.C 2019-10-04 10:29:22 +02:00
CUDADeviceCode Changes for Pull Request #284 2019-11-07 19:29:15 +01:00
Driver Changes for Pull Request #284 2019-11-07 19:29:15 +01:00
ErrorRecovery Update test to follow new output. 2018-04-17 13:59:31 +02:00
Extensions Windows: Fix various test failures. 2016-12-12 12:44:09 +01:00
Interfaces Replaced incremental PTX compiler with a internal implementation 2019-11-07 19:29:15 +01:00
LibraryCall Add CLING_EXPORT macro. 2016-12-12 12:44:09 +01:00
Lookup test lookup of template function specialization (ROOT-9789). 2019-01-10 13:29:15 +01:00
MultipleInterpreters Add cling output streams to cling/Utils/Output.h 2016-12-19 13:59:11 +01:00
NullDeref Remove .rawInput from a variety of tests to test unwrapped function input. 2016-09-05 12:44:13 +02:00
Plugins Allow plugins to handle custom pragmas. 2018-10-08 21:44:55 +02:00
Pragmas Adapt to new default opt level. 2017-11-07 19:44:33 +01:00
Prompt IsClassOrFunction: Handle signedness modifiers 2020-07-01 22:44:08 +02:00
Recursion Update to XCode 5.1; e.g. ignore type of std::string::c_str(). 2014-03-31 15:15:57 +02:00
SourceCall Remove .rawInput from a variety of tests to test unwrapped function input. 2016-09-05 12:44:13 +02:00
Utils Windows: Fix type printed for test/Utils/Transform.C 2017-06-21 08:29:10 +02:00
CMakeLists.txt Build clingDemoPlugin when testing. 2018-11-21 17:15:14 +01:00
lit.cfg Fix broken vanilla-cling tests. 2019-12-23 06:44:28 +01:00
lit.site.cfg.in Update cling's testsuite to use the newest llvm lit. 2013-09-27 14:33:04 +02:00