-
Notifications
You must be signed in to change notification settings - Fork 630
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1759 from pragmaware/fix-bug-1750-attempt-2
CXX: Fix #1750 (without breaking other unit tests)
- Loading branch information
Showing
8 changed files
with
153 additions
and
37 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
Units/parser-cxx.r/template-nested-triangle-brackets.b/expected.tags
This file was deleted.
Oops, something went wrong.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
Units/parser-cxx.r/template-nested-triangle-brackets.d/expected.tags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Test input.hpp /^class Test : public set<int> {$/;" c template:<int,class _Comp0=less<int>,class _Comp1=less<pair<int,int>>> | ||
xxx input.hpp /^ typedef int xxx;$/;" t class:Test typeref:typename:int |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--sort=no | ||
--extras=+q | ||
--kinds-C++=* | ||
--fields-c++=+{template} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
INT input.cpp /^#define INT /;" d file: | ||
x input.cpp /^template<char i, bool B = i < 10> INT x(void) { }$/;" f typeref:typename:INT template:<char i,bool B=i<10> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#define INT int | ||
|
||
template<char i, bool B = i < 10> INT x(void) { } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters