[compiler-rt] r311417 - [libFuzzer] remove stale file

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 21 18:14:53 PDT 2017


Author: kcc
Date: Mon Aug 21 18:14:53 2017
New Revision: 311417

URL: http://llvm.org/viewvc/llvm-project?rev=311417&view=rev
Log:
[libFuzzer] remove stale file

Removed:
    compiler-rt/trunk/lib/fuzzer/cxx.dict

Removed: compiler-rt/trunk/lib/fuzzer/cxx.dict
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/fuzzer/cxx.dict?rev=311416&view=auto
==============================================================================
--- compiler-rt/trunk/lib/fuzzer/cxx.dict (original)
+++ compiler-rt/trunk/lib/fuzzer/cxx.dict (removed)
@@ -1,122 +0,0 @@
-"++"
-"--"
-"<<"
-">>"
-"+="
-"-="
-"*="
-"/="
-">>="
-"<<="
-"&="
-"|="
-"^="
-"%="
-"!="
-"&&"
-"||"
-"=="
-">="
-"<="
-"->"
-"alignas"
-"alignof"
-"and"
-"and_eq"
-"asm"
-"auto"
-"bitand"
-"bitor"
-"bool"
-"break"
-"case"
-"catch"
-"char"
-"char16_t"
-"char32_t"
-"class"
-"compl"
-"concept"
-"const"
-"constexpr"
-"const_cast"
-"continue"
-"decltype"
-"default"
-"delete"
-"do"
-"double"
-"dynamic_cast"
-"else"
-"enum"
-"explicit"
-"export"
-"extern"
-"false"
-"float"
-"for"
-"friend"
-"goto"
-"if"
-"inline"
-"int"
-"long"
-"mutable"
-"namespace"
-"new"
-"noexcept"
-"not"
-"not_eq"
-"nullptr"
-"operator"
-"or"
-"or_eq"
-"private"
-"protected"
-"public"
-"register"
-"reinterpret_cast"
-"requires"
-"return"
-"short"
-"signed"
-"sizeof"
-"static"
-"static_assert"
-"static_cast"
-"struct"
-"switch"
-"template"
-"this"
-"thread_local"
-"throw"
-"true"
-"try"
-"typedef"
-"typeid"
-"typename"
-"union"
-"unsigned"
-"using"
-"virtual"
-"void"
-"volatile"
-"wchar_t"
-"while"
-"xor"
-"xor_eq"
-"if"
-"elif"
-"else"
-"endif"
-"defined"
-"ifdef"
-"ifndef"
-"define"
-"undef"
-"include"
-"line"
-"error"
-"pragma"
-"override"
-"final"




More information about the llvm-commits mailing list