Go to file
Ted Kremenek 800b66be9d Remove fixit for string literal comparison. Telling the user to use 'strcmp' is bad, and
we don't have enough information to tell them how to use 'strncmp'.  Instead, change the
diagnostic to indicate they should use 'strncmp'.

llvm-svn: 100890
2010-04-09 20:26:53 +00:00
clang Remove fixit for string literal comparison. Telling the user to use 'strcmp' is bad, and 2010-04-09 20:26:53 +00:00
compiler-rt clang/Darwin: Don't include enable_execute_stack in libcc_kext.a. 2010-03-31 22:36:07 +00:00
llvm Move 'Optional' class from Clang to LLVM/ADT. 2010-04-09 20:25:54 +00:00