Commit Graph
1096 Commits
Author SHA1 Message Date
Bartek Kryza a42009e459 Updated test cases documentation 2023-05-03 21:53:49 +02:00
Bartek Kryza 665c784fed Updated CHANGELOG 2023-05-03 21:47:03 +02:00
Bartek Kryza 82410b345d Fixed clang-tidy warnings 2023-05-03 21:38:31 +02:00
Bartek Kryza e9a57283fc Fixed test cases on LLVM 16 2023-05-03 20:23:17 +02:00
Bartek Kryza 3df81d5878 Updated README with examples 2023-05-03 16:25:02 +02:00
Bartek Kryza 3fea01d452 Fixed handling of template template specialization parameters in instantiation deduction 2023-05-03 12:41:26 +02:00
Bartek Kryza f01ddc63f2 Fixed handling of array template specialization types 2023-05-02 16:10:35 +02:00
Bartek Kryza 640c5263ce Fixed handling of qualifiers in template parameter deduced contexts 2023-05-01 12:39:45 +02:00
Bartek Kryza 68f067f76a Refactored template builder with try_as methods for different types 2023-05-01 01:41:04 +02:00
Bartek Kryza 6ebdc8ab77 WIP 2023-04-28 22:46:36 +02:00
Bartek Kryza 0f4a2e1f9c Fixed handling of qualifiers in unexposed template parameters 2023-04-25 01:13:48 +02:00
Bartek Kryza 47ccb561c9 Fixed handling of unexposed variadic template params 2023-04-24 00:28:57 +02:00
Bartek Kryza 3ed50ba3b2 Fixed formatting 2023-04-23 19:29:46 +02:00
Bartek Kryza 192e1993e8 Added initial unexposed template parameter deduction test case 2023-04-23 19:29:30 +02:00
Bartek Kryza 0aa4eb732d Improved unexposed template parameter tokenization 2023-04-23 19:29:02 +02:00
Bartek Kryza 7f9d698afc Improved handling of method template deductions 2023-04-18 23:56:37 +02:00
Bartek Kryza 6323ce8a92 Fixed template_builder handling of nested template specializations 2023-04-18 00:13:48 +02:00
Bartek Kryza 758c1418a6 Refactored template instantiation builder methods to a separate class 2023-04-15 22:42:17 +02:00
Bartek Kryza f034b554de Added case handling of template argument kinds 2023-04-15 11:48:21 +02:00
Bartek Kryza 0d524b38a4 Fixed handling of template template default arguments 2023-04-14 21:05:48 +02:00
Bartek Kryza c91fe43c1c Merge pull request #120 from bkryza/v0.3.4
V0.3.4
2023-04-07 12:15:07 +02:00
Bartek Kryza 9a96c03c57 Updated release badges 2023-04-07 11:17:21 +02:00
Bartek Kryza b74bdab785 Updated CHANGELOG for 0.3.4 0.3.4 2023-04-07 10:29:35 +02:00
Bartek Kryza a06ac52865 Updated test cases documentation 2023-04-07 00:55:14 +02:00
Bartek Kryza e2a6b81f7f Fixed CLI11 print help handling 2023-04-07 00:46:01 +02:00
Bartek Kryza 2a6f515b47 Added diagram metadata to PlantUML and JSON generators 2023-04-07 00:22:52 +02:00
Bartek Kryza a682aab21d Updated CLI11 version to 2.3.2 2023-04-07 00:21:07 +02:00
Bartek Kryza 06fe24f59b Merge pull request #119 from bkryza/fix-t00044
Fix t00044
2023-04-06 00:02:05 +02:00
Bartek Kryza 14cba01a3f Updated test cases documentation 2023-04-05 23:35:29 +02:00
Bartek Kryza 69a94bcc43 Extended t00044 with JSON checks 2023-04-05 23:28:51 +02:00
Bartek Kryza ade1f76640 Fixed clang-tidy warnings 2023-04-05 22:55:54 +02:00
Bartek Kryza 38928cf86f Refactored template specialization matching 2023-04-05 21:57:56 +02:00
Bartek Kryza cb74864d0d Removed dead code 2023-04-05 20:31:00 +02:00
Bartek Kryza 2b951fe170 Fixed matching template instantiation to templates with variadic params in the middle 2023-04-05 00:44:27 +02:00
Bartek Kryza 425a13ec5b Fixed t00044 2023-04-05 00:22:45 +02:00
Bartek Kryza 75eaef3662 Fixed handling of template function specialization arguments 2023-04-02 19:40:05 +02:00
Bartek Kryza a55845e29e Updated CHANGELOG 2023-03-31 01:03:34 +02:00
Bartek Kryza 8009db2aba Merge pull request #117 from bkryza/fix-building-on-llvm-16
Fix building on llvm 16 #108
2023-03-31 01:02:16 +02:00
Bartek Kryza 65c3929cb2 Fixed clang-tidy warnings 2023-03-30 22:48:42 +02:00
Bartek Kryza b35b840b66 Fixed formatting 2023-03-30 22:34:46 +02:00
Bartek Kryza d9204414d9 Fixed sequence diagram test cases on LLVM 16 2023-03-30 22:30:25 +02:00
Bartek Kryza c297616b59 Fixed class diagram test cases on LLVM 16 2023-03-30 00:31:37 +02:00
Bartek Kryza 15f9f9ae2b Fixed compilation with some failing test cases on LLVM 16 2023-03-28 21:35:31 +02:00
Bartek Kryza 91ece95d49 Updated docs 2023-03-28 09:53:46 +02:00
Bartek Kryza 8c8bd4464a Updated docs 2023-03-27 22:52:31 +02:00
Bartek Kryza e9a4504827 Added test case for paths include filter (Fixes #113) 2023-03-27 22:45:12 +02:00
Bartek Kryza 97177e09a1 Merge pull request #116 from bkryza/v0.3.3
V0.3.3
2023-03-26 20:38:27 +02:00
Bartek Kryza 8d136adb6d Updated README badge version 2023-03-26 20:09:17 +02:00
Bartek Kryza ef3f4c9759 Fixed compilation on ubuntu kinetic 0.3.3 2023-03-26 18:12:48 +02:00
Bartek Kryza 0552810ddb Updated CHANGELOG for 0.3.3 2023-03-26 17:27:05 +02:00