hanchenye-llvm-project/clang/lib/Basic
Ted Kremenek 02548c08f8 Remove dead code I introduced 6 years, 4 months ago in r43518.
Found by -Wunreachable-code.

llvm-svn: 203167
2014-03-06 21:42:43 +00:00
..
Builtins.cpp Refactored Builtin::Context::isPrintfLike and isScanfLike into a helper function. The implementations are identical, except for the format arguments being searched for. 2014-01-03 20:10:54 +00:00
CMakeLists.txt [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce CLANG_TABLEGEN_TARGETS. 2014-02-21 07:59:59 +00:00
CharInfo.cpp CharInfo: Add missing "using namespace clang::charinfo" in .cpp file. 2013-02-08 22:37:49 +00:00
Diagnostic.cpp Fix -Wreturn-type build failure on ASTMatchers, plus an intended assert 2014-01-26 08:12:32 +00:00
DiagnosticIDs.cpp Add 'remark' diagnostic type in 'clang' 2014-02-28 09:11:08 +00:00
FileManager.cpp Reapply fixed "Honour 'use-external-names' in FileManager" 2014-02-28 21:16:07 +00:00
FileSystemStatCache.cpp Reapply fixed "Honour 'use-external-names' in FileManager" 2014-02-28 21:16:07 +00:00
IdentifierTable.cpp Rename language option MicrosoftMode to MSVCCompat 2014-01-14 12:51:41 +00:00
LangOptions.cpp Add a *San + modules FIXME. 2013-02-07 01:09:29 +00:00
Makefile
Module.cpp Add [extern_c] attribute for modules, allowing a C module to be imported within an extern "C" block in C++ code. 2014-03-02 05:58:18 +00:00
ObjCRuntime.cpp Add a define for the ObjFW runtime ABI version. 2013-09-16 16:31:49 +00:00
OpenMPKinds.cpp [OPENMP] Clause 'num_threads' 2014-03-06 06:15:19 +00:00
OperatorPrecedence.cpp Replace C++0x in a comment with C++11 2013-07-14 17:04:56 +00:00
SourceLocation.cpp Only mark dump() function definitions 'used' in debug builds 2014-01-04 13:47:14 +00:00
SourceManager.cpp Remove dead code I introduced 6 years, 4 months ago in r43518. 2014-03-06 21:42:43 +00:00
TargetInfo.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
Targets.cpp Update for LLVM API change 2014-03-06 20:47:19 +00:00
TokenKinds.cpp Prospective MSVC 2010 build fix 2014-01-06 15:52:13 +00:00
Version.cpp Remove trailing spaces 2014-01-14 10:25:26 +00:00
VersionTuple.cpp Include llvm::Optional in clang/Basic/LLVM.h 2013-02-20 22:23:23 +00:00
VirtualFileSystem.cpp Attempt to re-enable the VFS unittests on Windows 2014-03-05 21:32:20 +00:00