balazske updated this revision to Diff 202414.
balazske added a comment.
- Using size_t instead of int.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60463/new/
https://reviews.llvm.org/D60463
Files:
unittests/AST/ASTImporterFixtures.cpp
unittests/AST/ASTImp
balazske added a comment.
In the current state there are failing AST tests. This test can be added after
the problems are fixed.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60463/new/
https://reviews.llvm.org/D60463
_
balazske updated this revision to Diff 202197.
balazske added a comment.
New patch and check the first line of AST dump only.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60463/new/
https://reviews.llvm.org/D60463
Files:
unittests/AST/ASTImporterFixtures.cpp
balazske added a comment.
This test will work theoretically only if the order of every imported Decl (and
not only FieldDecl) is correct, this is not the case now. So probably a better
solution for the problem should be found: Enumerate and match (the From and To)
SourceLocations with AST visit
balazske created this revision.
Herald added subscribers: cfe-commits, gamesh411, Szelethus, dkrupp.
Herald added a reviewer: martong.
Herald added a reviewer: a.sidorin.
Herald added a reviewer: shafik.
Herald added a project: clang.
Unit tests extended with a new check for source locations.
Curr