| Issue |
76045
|
| Summary |
[clang] clang sometimes parses std::vector as int
|
| Labels |
clang
|
| Assignees |
|
| Reporter |
ibequa
|
I'm using clang to build an AST tree of my C++ header files. When checking a type spelling from a Cursor (say, FIELD_DECL) in some header files, clang returns int instead of expected std::vector, although the #include <vector> seems to be there.
It seems that this problem reproduces randomly.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs