[all-commits] [llvm/llvm-project] 96e675: [clang][ASTImporter] Add import support for Source...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Fri Mar 19 08:23:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96e675bdd5c8bfef34135fb50bcc7f570f073639
https://github.com/llvm/llvm-project/commit/96e675bdd5c8bfef34135fb50bcc7f570f073639
Author: Balázs Kéri <1.int32 at gmail.com>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[clang][ASTImporter] Add import support for SourceLocExpr.
It is possible that imported `SourceLocExpr` can cause not expected behavior (if `__builtin_LINE()` is used together with `__LINE__` for example) but still it may be worth to import these because some projects use it.
Reviewed By: teemperor
Differential Revision: https://reviews.llvm.org/D98876
More information about the All-commits
mailing list