This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4b3bb6fed5 Revert r306103: "PR26195: Set correct NestedNameSpecifierLoc [...] new 418fa96808 Revert "Revert r305164/5/7." new 289dbf7f13 Sort the autocomplete candidates before printing them out.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Driver/CC1Options.td | 7 +++-- include/clang/Driver/Options.td | 4 +++ lib/Driver/Driver.cpp | 7 +++++ lib/Driver/ToolChains/Clang.cpp | 55 +++++++++++++++++++++++++++---------- lib/Driver/ToolChains/Gnu.cpp | 19 +++++++++++++ lib/Frontend/CompilerInvocation.cpp | 19 +++++++++++-- test/Driver/autocomplete.c | 16 +++++------ test/Driver/compress-noias.c | 37 +++++++++++++++++++++++++ test/Driver/compress.c | 38 +++++++++++++++++++++---- test/Driver/nozlibcompress.c | 9 +++--- test/Misc/cc1as-compress.s | 8 ++++++ tools/driver/cc1as_main.cpp | 19 +++++++++++-- 12 files changed, 197 insertions(+), 41 deletions(-) create mode 100644 test/Driver/compress-noias.c create mode 100644 test/Misc/cc1as-compress.s