Today I found strange bug. I dont even know how to name it.
How to reproduce: create new project, paste following code: (this isn't valid c++ code)
#include <type_traits>
template<class T>
struct A
{
typedef typename std::conditional<sizeof(T) > 12, const T& ,T>::type
};
and reparse project.
When I pasting and reparsing this code c::b simply crashes, but when I retyping it c::b always hangs after
#include <type_traits>
template<class T>
struct A
{
typedef typename std::conditional<sizeof(T) > 12, c
After it hangs c::b consumes 100% of cpu and memory usage is raising up very quickly.
linux, rev. 8497