Skip to content

Instantly share code, notes, and snippets.

@dcci
Last active October 17, 2015 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcci/8910a17770e46ecce3dc to your computer and use it in GitHub Desktop.
Save dcci/8910a17770e46ecce3dc to your computer and use it in GitHub Desktop.
random bit flip
[1984/2575] Building CXX object tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGExprScalar.cpp.o
FAILED: /usr/bin/CC -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_OBJC_REWRITER -DCLANG_ENABLE_STATIC_ANALYZER -DGTEST_HAS_RTTI=0 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -std=c++11 -fcolor-diagnostics -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -Wno-nested-anon-types -Itools/clang/lib/CodeGen -I../tools/clang/lib/CodeGen -I../tools/clang/include -Itools/clang/include -Iinclude -I../include -I/usr/local/include -fno-exceptions -fno-rtti -MMD -MT tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGExprScalar.cpp.o -MF tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGExprScalar.cpp.o.d -o tools/clang/lib/CodeGen/CMakeFiles/clangCodeGen.dir/CGExprScalar.cpp.o -c ../tools/clang/lib/CodeGen/CGExprScalar.cpp
../tools/clang/lib/CodeGen/CGExprScalar.cpp:2481:39: error: no member named 'getPointaeType' in 'clang::PointerType'; did you mean 'getPointeeType'?
QualType elementType = pointerType->getPointaeType();
^~~~~~~~~~~~~~
getPointeeType
../tools/clang/include/clang/AST/Type.h:2144:12: note: 'getPointeeType' declared here
QualType getPointeeType() const { return PointeeType; }
^
1 error generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment