Go to file
Hans Wennborg 31d6fd84e6 Option parsing: allow aliases in groups
Option aliases in option groups were previously disallowed by an assert.
As far as I can tell, there was no technical reason for this, and I would
like to be able to put cl.exe compatible options in their own group for Clang,
so let's change the assert.

llvm-svn: 186838
2013-07-22 16:18:13 +00:00
clang Add support for overloaded matchers. ie different matcher function signatures with the same name. 2013-07-22 16:13:57 +00:00
clang-tools-extra Fixed some formatting issues with clang-format to get a baseline. 2013-07-19 14:19:31 +00:00
compiler-rt [sanitizer] Change strip_path_prefix flag behavior. 2013-07-22 16:14:38 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Implement generic upsample() 2013-07-19 16:44:37 +00:00
libcxx Make tuple's constructor and std::get<>(tuple) constexpr. Final stage of fixing bug #16599. Thanks to Howard for the review and updates. 2013-07-22 16:02:19 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld [PECOFF] Fix use-after-free. 2013-07-20 21:00:47 +00:00
lldb Factor out common string match code for POSIX log enable/disable 2013-07-22 12:39:17 +00:00
llvm Option parsing: allow aliases in groups 2013-07-22 16:18:13 +00:00
polly RegisterPass: Unhide -polly-show and -polly-show-only 2013-07-22 04:11:00 +00:00