llvm-project/clang/lib
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
..
AST Fixes a regression caused by implementing cstyle methods 2010-04-09 15:40:42 +00:00
Analysis the big refactoring bits of PR3782. 2010-03-30 20:24:48 +00:00
Basic On Windows, disable the modification-time check for files used in 2010-04-09 15:54:22 +00:00
Checker For 'open' check in UnixAPIChecker, hard code value of 'O_CREAT' on Darwin. 2010-04-08 22:15:34 +00:00
CodeGen Rename CGVtable files to CGVTables. 2010-04-08 16:30:25 +00:00
Driver Turn access control on by default in the driver. 2010-04-09 19:12:06 +00:00
Frontend Turn access control on by default in -cc1. 2010-04-09 19:03:51 +00:00
Headers rename llvm::llvm_report_error -> llvm::report_fatal_error 2010-04-07 22:58:06 +00:00
Index Allow users to set CPPFLAGS and CXXFLAGS on the make command line. 2010-03-12 22:55:16 +00:00
Lex Match MemoryBuffer API changes. 2010-04-05 22:42:27 +00:00
Parse Make CXXScopeSpec invalid when incomplete, and propagate that into any 2010-04-08 16:38:48 +00:00
Rewrite Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. 2010-03-16 14:14:31 +00:00
Runtime Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rt 2010-03-26 19:37:38 +00:00
Sema Remove fixit for string literal comparison. Telling the user to use 'strcmp' is bad, and 2010-04-09 20:26:53 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00