Primarily FrontendAction now gets passed as unique_ptr, but also StringRef was added in a few places. See https://releases.llvm.org/10.0.0/tools/clang/docs/ReleaseNotes.html#internal-api-changes and http://llvm.org/docs/ProgrammersManual.html#the-stringref-class Also, llvm::make_unique is now std::make_unique: https://reviews.llvm.org/D66259 because LLVM requires C++14.
12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
Authors
|
|
=======
|
|
|
|
Andreas Stallinger
|
|
Eberhard Gräther (@egraether) <egraether@coati.io>
|
|
Malte Langkabel (@mlangkabel) <mlangkabel@coati.io>
|
|
Manuel Dobusch
|
|
Viktoria Pfausler
|
|
Louis St-Amour (@LouisStAmour) <LouisStAmour@gmail.com>
|
|
|
|
Note: (@user) means a github user name.
|