mgehre / llvm-project

The home of the clang-based implementation of lifetime safety warnings.
39 stars 4 forks source link

Fix bug #62 #72

Closed lklein53 closed 5 years ago

lklein53 commented 5 years ago

Use ParamVarDecl instead of Variable in the ParamCallback function. This allows to handle c style var arg functions correctly.

mgehre commented 5 years ago

Nice!