We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5b3ad commit ecb06cbCopy full SHA for ecb06cb
clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
@@ -681,7 +681,7 @@ class SymbolVisitor {
681
template <typename T, typename... Args>
682
const T *SymbolManager::acquire(Args &&...args) {
683
llvm::FoldingSetNodeID profile;
684
- T::Profile(profile, std::forward<Args>(args)...);
+ T::Profile(profile, args...);
685
void *InsertPos;
686
SymExpr *SD = DataSet.FindNodeOrInsertPos(profile, InsertPos);
687
if (!SD) {
0 commit comments