llvm-project/clang/include
Bjorn Pettersson 5cca2c25a7 [ASTImporter] Fix in ASTImporter::Import_New(const Decl *)
Make sure ASTImporter::Import_New(const Decl *) returns
a Expected<const Decl *> and not Expected<Decl *> to
make the clang/unittests/AST/ASTImporterTest.cpp compile
without the warning

 clang/unittests/AST/ASTImporterTest.cpp:117:12: error: no viable conversion from 'Expected<clang::Decl *>' to 'Expected<const clang::Decl *>'
    return Imported;

(I got the above when building with clang 3.6).

llvm-svn: 357985
2019-04-09 09:12:32 +00:00
..
clang [ASTImporter] Fix in ASTImporter::Import_New(const Decl *) 2019-04-09 09:12:32 +00:00
clang-c [libclang] Expose aligned() attribute. 2019-03-13 16:16:54 +00:00
CMakeLists.txt