summaryrefslogtreecommitdiffstats
path: root/clang/test/AST/ast-dump-file-line-json.c
Commit message (Collapse)AuthorAgeFilesLines
* Correcting the offsets within the test to fix the bots.Aaron Ballman2019-12-031-15/+15
|
* Differentiate between the presumed and actual file when dumping the AST to JSONAaron Ballman2019-12-031-0/+309
Currently, when dumping the AST to JSON, the presumed file is what is included when dumping a source location. This patch changes the behavior to instead dump the actual file, and only dump a presumed file name when it differs from the actual file. This also corrects an issue with the test script generator that would prevent it from working on Windows due to file permissions issues.
OpenPOWER on IntegriCloud