search for: parserclass

Displaying 2 results from an estimated 2 matches for "parserclass".

Did you mean: parseclass
2012 Sep 14
0
[LLVMdev] Problem using llvm::cl::bits class with gcc 4.7
...1 20120721 (prerelease) ) I get an error like this... In file included from /home/dan/documents/projects/project/klee/src/lib/Core/Executor.cpp:60:0: /home/dan/documents/projects/project/llvm-2.9/src/include/llvm/Support/CommandLine.h: In instantiation of ‘bool llvm::cl::bits<DataType, Storage, ParserClass>::handleOccurrence(unsigned int, llvm::StringRef, llvm::StringRef) [with DataType = {anonymous}::testx; Storage = bool; ParserClass = llvm::cl::parser<{anonymous}::testx>]’: /home/dan/documents/projects/project/klee/src/lib/Core/Executor.cpp:3448:1: required from here /home/dan/documents...
2015 May 29
9
[LLVMdev] Error handling in LLVMObject library
Hi everyone, Having proper error handling in LLVM's Object parsing library is a nice thing by itself, but it would additionally allow us to find bugs by fuzzing (see r238451 that adds llvm-dwarfdump-fuzzer tool), for which the clean input validation is essential. This is a generic discussion of state of affairs. I want to do some progress in fuzzing before we finish it (especially if we