Go to file
Rui Ueyama 7960d04f13 Driver: Replace switch cases with ifs.
We used to do like this instead of putting all command line processing
code within one gigantic switch statement. It is converted to a switch
in r188958, which introduced InputGraph.

In this patch I roll that change back. Now all "break"s are removed,
and the nesting is one level shallow.

llvm-svn: 228646
2015-02-10 01:10:23 +00:00
clang [Static Analyzer] The name of the checker that reports a bug is added 2015-02-09 22:52:26 +00:00
clang-tools-extra Verify assign operator signatures. 2015-02-09 17:50:40 +00:00
compiler-rt [ASan/Win] Add a test case for PR22431 2015-02-09 12:47:51 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement log10 2015-01-30 18:00:34 +00:00
libcxx Add __cxxabi_config.h to libcxxabi headers. 2015-02-05 23:56:33 +00:00
libcxxabi Unwind: hoist placement delete into base class 2015-02-06 20:34:17 +00:00
lld Driver: Replace switch cases with ifs. 2015-02-10 01:10:23 +00:00
lldb Add JSON.cpp to CMakeLists.txt 2015-02-10 00:47:43 +00:00
llgo irgen: don't emit debug metadata for locals 2015-01-29 00:34:30 +00:00
llvm Verifier: Create stubs for specialized metadata nodes 2015-02-10 01:09:50 +00:00
openmp Pin the libiomp5.dll for the lifetime of application, Windows-specific 2015-01-29 17:18:20 +00:00
polly isl is now distributed with polly 2015-02-09 13:52:21 +00:00