The Week Of Monday 17 November 2014 Archives by subject
Starting: Mon Nov 17 01:20:40 PST 2014
Ending: Sun Nov 23 21:47:28 PST 2014
Messages: 405
- [clang-tools-extra] r222145 - [clang-tidy] Move the missing namespace comment warnings to the closing brace
Alexander Kornienko
- [clang-tools-extra] r222304 - Update for LLVM API change
David Blaikie
- [clang-tools-extra] r222305 - Remove uses of StringMap::GetOrCreateValue in favor of stl-compatible API usage
David Blaikie
- [clang-tools-extra] r222336 - Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept.
David Blaikie
- [clang-tools-extra] r222363 - [clang-tidy] Count errors in ClangTidyDiagnosticConsumer
Alexander Kornienko
- [clang-tools-extra] r222363 - [clang-tidy] Count errors in ClangTidyDiagnosticConsumer
Hans Wennborg
- [clang-tools-extra] r222363 - [clang-tidy] Count errors in ClangTidyDiagnosticConsumer
Hans Wennborg
- [clang-tools-extra] r222390 - Revert r222363: "[clang-tidy] Count errors in ClangTidyDiagnosticConsumer"
Hans Wennborg
- [clang-tools-extra] r222427 - [clang-tidy] Count errors in ClangTidyDiagnosticConsumer
Alexander Kornienko
- [clang-tools-extra] r222431 - [clang-tidy] Set google-readability-namespace-comments.ShortNamespaceLines to 10
Alexander Kornienko
- [libclc] r222235 - Don't include <stddef.h>
Jeroen Ketema
- [libcxx] r222052 - Initialize pointer in string conversion helpers to prevent MSAN diagnostic.
Kostya Serebryany
- [libcxx] r222052 - Initialize pointer in string conversion helpers to prevent MSAN diagnostic.
Evgeniy Stepanov
- [libcxx] r222052 - Initialize pointer in string conversion helpers to prevent MSAN diagnostic.
Eric Fiselier
- [libcxx] r222052 - Initialize pointer in string conversion helpers to prevent MSAN diagnostic.
Evgeniy Stepanov
- [libcxx] r222132 - Add tests to ensure that reference_wrapper<T> is trivially copyable. This was added to C++1z with the adoption of N4277, but libc++ already implemented it as a conforming extension. No code changes were needed, just more tests.
Marshall Clow
- [libcxx] r222138 - Implement void_t from N3911. Add a private version for use in the library before C++1z. Update the 1z status page, marking a bunch of issues that don't require library changes as complete (2129, 2212, 2230, 2233, 2325, 2365, 2376)
Marshall Clow
- [libcxx] r222143 - Fix a warning in the test; no functionality change
Marshall Clow
- [libcxx] r222159 - Reworked mismatch tests to count the number of comparisons, and make sure we are conforming with LWG2404. We are
Marshall Clow
- [libcxx] r222161 - Implement LWG2400 - 'shared_ptr's get_deleter() should use addressof()', and add tests. Mark LWG2400 and LWG2404 as complete
Marshall Clow
- [libcxx] r222165 - Fix the tests I broke with the last commit. Sorry for the noise
Marshall Clow
- [libcxx] r222238 - Since Eric poisoned the comma operator on all our test iterators, we no longer need 'comma_iterator'. Remove it from the test suite.
Marshall Clow
- [libcxx] r222240 - Update status of LWG issues 2340, 2396 and 2401. In all three cases, these are things that we already do.
Marshall Clow
- [libcxx] r222242 - Add a test for LWG issue #2399. We already implement this, but now we have a test as well.
Marshall Clow
- [libcxx] r222251 - Marked LWG 2399 as complete. I committed a test for this earlier today.
Marshall Clow
- [libcxx] r222259 - Add support for LLVM_USE_SANITIZER=Thread
Eric Fiselier
- [libcxx] r222278 - Flush out test cases for tuples constructor SFINAE
Eric Fiselier
- [libcxx] r222282 - Modify tests to check that va_copy is only defined in C++11 and beyond.
Eric Fiselier
- [libcxx] r222282 - Modify tests to check that va_copy is only defined in C++11 and beyond.
Joerg Sonnenberger
- [libcxx] r222282 - Modify tests to check that va_copy is only defined in C++11 and beyond.
Eric Fiselier
- [libcxx] r222296 - diff --git a/test/language.support/support.types/nullptr_t.pass.cpp b/test/language.support/support.types/nullptr_t.pass.cpp
Eric Fiselier
- [libcxx] r222298 - Cleanup quick_exit tests and get them passing in C++03.
Eric Fiselier
- [libcxx] r222316 - Revert r222296 to fix bad commit message
Eric Fiselier
- [libcxx] r222318 - Overhaul and separate nullptr_t tests to pass with C++03.
Eric Fiselier
- [libcxx] r222361 - Added entries for bugs 2118 and 2306, which were closed in Urbana
Marshall Clow
- [libcxx] r222378 - Implement N4280 - 'Non-member size() and more'
Marshall Clow
- [libcxx] r222383 - Change contradictory wording in va_copy test error message.
Eric Fiselier
- [libcxx] r222405 - Remove tests that va_copy is not defined when C++ < 11.
Eric Fiselier
- [libcxx] r222406 - Remove xfail tag for darwin from quick_exit test
Eric Fiselier
- [libcxx] r222492 - Add more REQUIRES: LOCALE.* to tests.
Dan Albert
- [libcxx] r222513 - Mark some locale tests as XFAIL on debian and opensuse.
Eric Fiselier
- [libcxx] r222514 - Handle extra whitespace in linux distribution name.
Eric Fiselier
- [libcxxabi] r222252 - [libcxxabi] Refactor CMakeLists.txt's handling of compile and link flags to suppress warnings.
Eric Fiselier
- [libcxxabi] r222260 - Add support for LLVM_USE_SANITIZER=Thread to test suite
Eric Fiselier
- [libcxxabi] r222314 - Remove accidentally commited line in commit. Sorry
Eric Fiselier
- [libcxxabi] r222493 - [libcxxabi] Cleanup memory in tests to placate ASAN.
Eric Fiselier
- [libcxxabi] r222496 - Ensure llvm-sanitizer is found by the tests when using sanitizers.
Eric Fiselier
- [OpenCL] __generic address space for CL2.0
Anastasia Stulova
- [OpenCL] __generic address space for CL2.0
Anastasia Stulova
- [OpenCL] __generic address space for CL2.0
Aaron Ballman
- [OpenCL] __generic address space for CL2.0
Sahasrabuddhe, Sameer
- [OpenCL] __generic address space for CL2.0
Anastasia Stulova
- [OpenCL] __generic address space for CL2.0
Anastasia Stulova
- [OpenCL] __generic address space for CL2.0
Aaron Ballman
- [OpenCL] __generic address space for CL2.0
Sahasrabuddhe, Sameer
- [OpenCL] __generic address space for CL2.0
Anastasia Stulova
- [OpenCL] __generic address space for CL2.0
Sahasrabuddhe, Sameer
- [OpenCL] __generic address space for CL2.0
Anastasia Stulova
- [OpenCL] __generic address space for CL2.0
Anastasia Stulova
- [OpenCL] change default address space of pointers in CL2.0 mode
Anastasia Stulova
- [OpenCL] change default address space of pointers in CL2.0 mode
Matt Arsenault
- [OpenCL] change default address space of pointers in CL2.0 mode
Anastasia Stulova
- [OpenCL] change default address space of pointers in CL2.0 mode
Sahasrabuddhe, Sameer
- [OpenCL] CL2.0 restricts coversions of pointers to different address spaces
Anastasia Stulova
- [OpenCL] CL2.0 restricts coversions of pointers to different address spaces
Pekka Jääskeläinen
- [PATCH]: Implementation of -Wcast-qual
Roman Divacky
- [PATCH]: Implementation of -Wcast-qual
Roman Divacky
- [PATCH]: Implementation of -Wcast-qual
David Blaikie
- [PATCH]: Implementation of -Wcast-qual
Roman Divacky
- [PATCH]: Implementation of -Wcast-qual
David Blaikie
- [PATCH]: Implementation of -Wcast-qual
Roman Divacky
- [PATCH]: Implementation of -Wcast-qual
Roman Divacky
- [PATCH]: Implementation of -Wcast-qual
David Blaikie
- [PATCH]: Implementation of -Wcast-qual
Roman Divacky
- [PATCH]: Implementation of -Wcast-qual
David Blaikie
- [PATCH] [ARM] Define __ARM_FEATURE_DSP macro for CPUs that have DSP instructions
Sergey Dmitrouk
- [PATCH] [ARM] Define __ARM_FEATURE_DSP macro for CPUs that have DSP instructions
Anton Korobeynikov
- [PATCH] [clang-tidy] Move the missing namespace comment warnings to the closing brace
Alexander Kornienko
- [PATCH] [clang-tidy] Move the missing namespace comment warnings to the closing brace
Manuel Klimek
- [PATCH] [libcxx] Add better support for custom test runners.
Dan Albert
- [PATCH] [libcxx] Cleanup and fix is_destructible and tests in C++03.
Eric Fiselier
- [PATCH] [libcxx] Cleanup and fix is_destructible and tests in C++03.
Marshall Clow
- [PATCH] [libcxx] Cleanup and fix is_destructible and tests in C++03.
Eric Fiselier
- [PATCH] [libcxx] Modify language.support tests so they pass or are UNSUPPORTED with c++03.
Eric Fiselier
- [PATCH] [libcxxabi] Cleanup memory in tests to placate ASAN.
David Blaikie
- [PATCH] [libcxxabi] Cleanup memory in tests to placate ASAN.
Eric Fiselier
- [PATCH] [libcxxabi] Cleanup memory in tests to placate ASAN.
Eric Fiselier
- [PATCH] [libcxxabi] Cleanup memory in tests to placate ASAN.
David Blaikie
- [PATCH] [libcxxabi] Cleanup memory in tests to placate ASAN.
Jonathan Roelofs
- [PATCH] [libcxxabi] Cleanup memory in tests to placate ASAN.
Eric Fiselier
- [PATCH] [libcxxabi] Cleanup memory in tests to placate ASAN.
Eric Fiselier
- [PATCH] [libcxxabi] Cleanup memory in tests to placate ASAN.
Jonathan Roelofs
- [PATCH] [libcxxabi] Cleanup memory in tests to placate ASAN.
Eric Fiselier
- [PATCH] [libcxxabi] Cleanup memory in tests to placate ASAN.
Eric Fiselier
- [PATCH] [libcxxabi] Cleanup memory in tests to placate ASAN.
Jonathan Roelofs
- [PATCH] [libcxxabi] Cleanup memory in tests to placate ASAN.
Marshall Clow
- [PATCH] [libcxxabi] Cleanup memory in tests to placate ASAN.
Eric Fiselier
- [PATCH] [libcxxabi] Delay adjustment of pointer to prevent referencing invalid memory.
Eric Fiselier
- [Patch][ObjC][Proposal] NSValue literals
jahanian
- [Patch][ObjC][Proposal] NSValue literals
AlexDenisov
- [Patch][ObjC][Proposal] NSValue literals
jahanian
- [Patch][ObjC][Proposal] NSValue literals
AlexDenisov
- [Patch][ObjC][Proposal] NSValue literals
jahanian
- [Patch][ObjC][Proposal] NSValue literals
AlexDenisov
- [Patch][ObjC][Proposal] NSValue literals
AlexDenisov
- [Patch][ObjC][Proposal] NSValue literals
AlexDenisov
- [PATCH] [OPENMP] Bugfix for processing of global variables in OpenMP regions.
John McCall
- [PATCH] [OPENMP] Bugfix for processing of global variables in OpenMP regions.
Alexey Bataev
- [PATCH] [OPENMP] Bugfix for processing of global variables in OpenMP regions.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for "omp flush" directive.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for "omp flush" directive.
John McCall
- [PATCH] [OPENMP] Codegen for "omp flush" directive.
Hal Finkel
- [PATCH] [OPENMP] Codegen for "omp flush" directive.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for "omp flush" directive.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for "omp flush" directive.
John McCall
- [PATCH] [OPENMP] Codegen for "omp flush" directive.
Alexey Bataev
- [PATCH] [OPENMP] Codegen for the 'omp for' with static schedule (non-chunked).
Alexander Musman
- [PATCH] Add -mlong-double-64 flag
Taiju Tsuiki
- [PATCH] Add -mlong-double-64 flag
Taiju Tsuiki
- [PATCH] Add -mlong-double-64 flag
Taiju Tsuiki
- [PATCH] Add attributes for AMDGPU register limits.
Aaron Ballman
- [PATCH] Add DiagnosticSuppressionScope RAII class
Brad King
- [PATCH] Add DiagnosticSuppressionScope RAII class
Richard Smith
- [PATCH] Add DiagnosticSuppressionScope RAII class
Brad King
- [PATCH] Add flag -f(no-)modules-implicit-maps.
Daniel Jasper
- [PATCH] Add flag -f(no-)modules-implicit-maps.
Daniel Jasper
- [PATCH] Add flag -fno-modules-implicit-maps.
Daniel Jasper
- [PATCH] Add flag -fno-modules-implicit-maps.
Richard Smith
- [PATCH] Add flag -fno-modules-implicit-maps.
Daniel Jasper
- [PATCH] Adding 4 ASTMatchers: typedefDecl, isInMainFile, isInSystemFile, isInFileMatchingName
Hendrik von Prince
- [PATCH] Adding SmallString support to raw_ostream and Twine
Yaron Keren
- [PATCH] Adding SmallString support to raw_ostream and Twine
Yaron Keren
- [PATCH] Add option to disable alignment after opening bracket
Harry Terkelsen
- [PATCH] Add option to disable alignment after opening bracket
Harry Terkelsen
- [PATCH] Add option to disable alignment after opening bracket
Daniel Jasper
- [PATCH] Add option to disable alignment after opening bracket
Harry Terkelsen
- [PATCH] Add option to disable alignment after opening bracket
Daniel Jasper
- [PATCH] Add option to disable alignment after opening bracket
Daniel Jasper
- [PATCH] Add option to disable alignment of function declaration parentheses
Harry Terkelsen
- [PATCH] Add option to disable alignment of function declaration parentheses
Harry Terkelsen
- [PATCH] Allow EmitVAArg() to promote types and use this to fix some N32/N64 vararg issues for Mips.
Daniel Sanders
- [PATCH] Allow EmitVAArg() to promote types and use this to fix some N32/N64 vararg issues for Mips.
David Chisnall
- [PATCH] Allow EmitVAArg() to promote types and use this to fix some N32/N64 vararg issues for Mips.
Daniel Sanders
- [PATCH] C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- [PATCH] clang-format: [Java] format Java lambda expressions
Harry Terkelsen
- [PATCH] clang-format: [Java] format Java lambda expressions
Harry Terkelsen
- [PATCH] clang-format: [Java] format Java lambda expressions
Harry Terkelsen
- [PATCH] clang-format: [Java] format Java lambda expressions
Daniel Jasper
- [PATCH] clang-format: [Java] support Java modifiers
Harry Terkelsen
- [PATCH] clang-format: [Java] support Java modifiers
Daniel Jasper
- [PATCH] clang-format: accept generic types in enum declaration
Harry Terkelsen
- [PATCH] clang-format: accept generic types in enum declaration
Harry Terkelsen
- [PATCH] clang-format: accept generic types in enum declaration
Daniel Jasper
- [PATCH] clang-format: accept generic types in enum declaration
Daniel Jasper
- [PATCH] clang-format: don't force break before generic type method
Harry Terkelsen
- [PATCH] clang-format: don't force break before generic type method
Daniel Jasper
- [PATCH] clang-format: Fix space between generic type parameter and square bracket
Harry Terkelsen
- [PATCH] clang-format: Fix space between generic type parameter and square bracket
Daniel Jasper
- [PATCH] clang-format: Fix space between generic type parameter and square bracket
Daniel Jasper
- [PATCH] clang-format: ignore C++ keywords in Java
Harry Terkelsen
- [PATCH] clang-format: ignore C++ keywords in Java
Harry Terkelsen
- [PATCH] clang-format: ignore C++ keywords in Java
Daniel Jasper
- [PATCH] clang-format: ignore C++ keywords in Java
Harry Terkelsen
- [PATCH] clang-format: ignore C++ keywords in Java
Daniel Jasper
- [PATCH] clang-format: ignore C++ keywords in Java
Daniel Jasper
- [PATCH] clang-format: make alignment after 'return' configurable
Harry Terkelsen
- [PATCH] clang-format: make alignment after 'return' configurable
Daniel Jasper
- [PATCH] clang-format: never align after 'return' for Java
Harry Terkelsen
- [PATCH] clang-format: never align after 'return' for Java
Daniel Jasper
- [PATCH] Detect mismatching 'new' and 'delete' uses
Ismail Pazarbasi
- [PATCH] Disable frame pointer elimination when -pg is used
Tomasz Miąsko
- [PATCH] Disable frame pointer elimination when -pg is used
hfinkel at anl.gov
- [PATCH] Disable frame pointer elimination when -pg is used
Tomasz Miąsko
- [PATCH] driver: enable -use-dwarf-debug-flags
Saleem Abdulrasool
- [PATCH] Filter the toplevel matchers by kind.
Samuel Benzaquen
- [PATCH] Filter the toplevel matchers by kind.
Manuel Klimek
- [PATCH] Filter the toplevel matchers by kind.
Samuel Benzaquen
- [PATCH] Filter the toplevel matchers by kind.
Samuel Benzaquen
- [PATCH] Fix clang-tidy delete of stack object
Alexander Kornienko
- [PATCH] Fix crash when using __if_exists in C mode
Richard Smith
- [PATCH] Fix Itanium ABI for ARM
Weiming Zhao
- [PATCH] Fix Itanium ABI for ARM
Tim Northover
- [PATCH] Fix Itanium ABI for ARM
Weiming Zhao
- [PATCH] Fix Itanium ABI for ARM
Tim Northover
- [PATCH] Fix JSON compilation database command unescaping.
Daniel Cheng
- [PATCH] Fix JSON compilation database command unescaping.
Daniel Cheng
- [PATCH] Flag Enumerator Attribute
Sean Hunt
- [PATCH] Flag Enumerator Attribute
Aaron Ballman
- [PATCH] Flag Enumerator Attribute
Sean Hunt
- [PATCH] Handle use of default member initializers before end of outermost class
Reid Kleckner
- [PATCH] Handle use of default member initializers before end of outermost class
Reid Kleckner
- [PATCH] Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
- [PATCH] Make DiagnosticsEngine::takeClient return std::unique_ptr<>
Alexander Kornienko
- [PATCH] Make DiagnosticsEngine::takeClient return std::unique_ptr<>
David Blaikie
- [PATCH] Make DiagnosticsEngine::takeClient return std::unique_ptr<>
Alexander Kornienko
- [PATCH] Mangling of local names: anonymous unions, names in dead code
Evgeny Astigeevich
- [PATCH] Mangling of local names: anonymous unions, names in dead code
Reid Kleckner
- [PATCH] Mangling of local names: anonymous unions, names in dead code
Evgeny Astigeevich
- [PATCH] Mangling of local names: anonymous unions, names in dead code
Reid Kleckner
- [PATCH] Mangling of local names: anonymous unions, names in dead code
Evgeny Astigeevich
- [PATCH] Mangling of member-expressions involving anonymous unions.
Richard Smith
- [PATCH] pr21217 - -fmodule-map-file should warn on non-existent file
Sean Silva
- [PATCH] pr21217 - -fmodule-map-file should warn on non-existent file
Thompson, John
- [PATCH] pr21217 - -fmodule-map-file should warn on non-existent file
Daniel Jasper
- [PATCH] pr21217 - -fmodule-map-file should warn on non-existent file
John Thompson
- [PATCH] pr21217 - -fmodule-map-file should warn on non-existent file
Richard Smith
- [PATCH] pr21217 - -fmodule-map-file should warn on non-existent file
John Thompson
- [PATCH] pr21217 - -fmodule-map-file should warn on non-existent file
Richard Smith
- [PATCH] PR21604: Correctly remove OptimizeForSize from OptimizeNone functions
Robinson, Paul
- [PATCH] PrettyStackTrace guards around ASTReader
Jordan Rose
- [PATCH] PrettyStackTrace guards around ASTReader
Jordan Rose
- [PATCH] Reimplement -fsanitize-recover family of flags.
Alexey Samsonov
- [PATCH] Remove VariadicOperatorMatcherInterface as it is redundant with logic from DynTypedMatcher.
Samuel Benzaquen
- [PATCH] Replace variadic operator function pointer with an enum value.
Samuel Benzaquen
- [PATCH] Replace variadic operator function pointer with an enum value.
Manuel Klimek
- [PATCH] Replace variadic operator function pointer with an enum value.
Samuel Benzaquen
- [PATCH] Replace variadic operator function pointer with an enum value.
Samuel Benzaquen
- [PATCH] Replace variadic operator function pointer with an enum value.
Manuel Klimek
- [PATCH] Replace variadic operator function pointer with an enum value.
Samuel Benzaquen
- [PATCH] Static analysis checker for catch handler inversion
Aaron Ballman
- [PATCH] Static analysis checker for catch handler inversion
Aaron Ballman
- [PATCH] Store paren locations in IfStmt, WhileStmt, SwitchStmt.
Abramo Bagnara
- [PATCH] Workaround ASAN race condition in future tests by manually joining threads.
Eric Fiselier
- [PATCH] Workaround ASAN race condition in future tests by manually joining threads.
Eric Fiselier
- [PATCH] Workaround ASAN race condition in future tests by manually joining threads.
Jonathan Roelofs
- [PATCH] Workaround ASAN race condition in future tests by manually joining threads.
Dan Albert
- [PATCH] Workaround ASAN race condition in future tests by manually joining threads.
Jonathan Roelofs
- [PATCH] Workaround ASAN race condition in future tests by manually joining threads.
Eric Fiselier
- [PATCH] Workaround ASAN race condition in future tests by manually joining threads.
Marshall Clow
- [PATCH] Workaround ASAN race condition in future tests by manually joining threads.
Eric Fiselier
- [PATCH v2 5/6] Add a flag to BuildDeclarationNameExpr to not reject invalid decls.
David Blaikie
- [PATCH v2 6/6] Wire up delayed typo correction to DiagnoseEmptyLookup and set up Sema::ActOnIdExpression to use the new functionality.
Kaelyn Takata
- [PATCH v2 6/6] Wire up delayed typo correction to DiagnoseEmptyLookup and set up Sema::ActOnIdExpression to use the new functionality.
David Blaikie
- [PATCH v2 6/6] Wire up delayed typo correction to DiagnoseEmptyLookup and set up Sema::ActOnIdExpression to use the new functionality.
Kaelyn Takata
- [PATCH v2 6/6] Wire up delayed typo correction to DiagnoseEmptyLookup and set up Sema::ActOnIdExpression to use the new functionality.
David Blaikie
- [PATCH v2 6/6] Wire up delayed typo correction to DiagnoseEmptyLookup and set up Sema::ActOnIdExpression to use the new functionality.
David Blaikie
- [PATCH v2 6/6] Wire up delayed typo correction to DiagnoseEmptyLookup and set up Sema::ActOnIdExpression to use the new functionality.
David Blaikie
- [PATCH v2 6/6] Wire up delayed typo correction to DiagnoseEmptyLookup and set up Sema::ActOnIdExpression to use the new functionality.
Kaelyn Takata
- [PATCH v2 6/6] Wire up delayed typo correction to DiagnoseEmptyLookup and set up Sema::ActOnIdExpression to use the new functionality.
David Blaikie
- [PATCH v2 6/6] Wire up delayed typo correction to DiagnoseEmptyLookup and set up Sema::ActOnIdExpression to use the new functionality.
Kaelyn Takata
- __has_attribute and pragmas
Aaron Ballman
- __has_attribute and pragmas
Richard Smith
- __has_attribute and pragmas
Aaron Ballman
- __has_attribute and pragmas
Richard Smith
- Different intrinsic signatures for gcc and clang
Abramo Bagnara
- Handle MS-style inline assembly in clang-modernize
Nikola Smiljanic
- LLVM buildmaster will be restarted 11/18/14 after 6 PM Pacific time.
Galina Kistanova
- LLVM buildmaster will be restarted 11/18/14 after 6 PM Pacific time.
Galina Kistanova
- LLVM buildmaster will be restarted in few minutes.
Galina Kistanova
- LLVM buildmaster will be restarted soon
Galina Kistanova
- r210925 - Adds a Pragma spelling for attributes to tablegen and makes use of it for loop
Douglas Gregor
- r210925 - Adds a Pragma spelling for attributes to tablegen and makes use of it for loop
Aaron Ballman
- r210925 - Adds a Pragma spelling for attributes to tablegen and makes use of it for loop
Douglas Gregor
- r210925 - Adds a Pragma spelling for attributes to tablegen and makes use of it for loop
Aaron Ballman
- r210925 - Adds a Pragma spelling for attributes to tablegen and makes use of it for loop
Aaron Ballman
- r222009 - [Sema]. Warn when logical expression is a pointer
Timur Iskhodzhanov
- r222009 - [Sema]. Warn when logical expression is a pointer
jahanian
- r222009 - [Sema]. Warn when logical expression is a pointer
Timur Iskhodzhanov
- r222009 - [Sema]. Warn when logical expression is a pointer
jahanian
- r222081 - Fix issues missed during the review of r222099.
jahanian
- r222081 - Fix issues missed during the review of r222099.
Richard Trieu
- r222128 - clang-format: Fix regression introduced in r221609.
Daniel Jasper
- r222130 - A small correction for r221884. No functional changes.
Alexander Kornienko
- r222131 - Remove VariadicOperatorMatcherInterface as it is redundant with logic from DynTypedMatcher.
Samuel Benzaquen
- r222133 - Add a couple more examples illustrating why we need vtordisps and how they work
Timur Iskhodzhanov
- r222140 - Minor readability tweaks to VFTableBuilder.cpp
Timur Iskhodzhanov
- r222144 - [Reassociate] Update test cases due to r222142.
Chad Rosier
- r222144 - [Reassociate] Update test cases due to r222142.
Sean Silva
- r222151 - Fixing a use of stringstream to use an LLVM helper function. Drive-by fixing header include order. NFC.
Aaron Ballman
- r222152 - Fix the indentation: Nesting level does not match indentation (CID 1254863)
Sylvestre Ledru
- r222155 - Basic: tweak comment
Saleem Abdulrasool
- r222157 - test/Driver/cl-outputs.c: tweak some check prefixes; NFC.
Hans Wennborg
- r222158 - clang-format: Fix more incorrect pointer detection.
Daniel Jasper
- r222164 - clang-cl: Allow /Fo without an argument (PR21589)
Hans Wennborg
- r222169 - Missing comma in a string array initialization (CID 1254893)
Sylvestre Ledru
- r222179 - CodeGen: make a check stricter
Saleem Abdulrasool
- r222192 - Handle use of default member initializers before end of outermost class
Reid Kleckner
- r222193 - Make DiagnosticsEngine::takeClient return std::unique_ptr<>
Alexander Kornienko
- r222194 - Fix an assertion when ending a function definition.
John McCall
- r222196 - Debug Info: context field of a global variable is DIScopeRef.
Manman Ren
- r222204 - InstrProf: Don't emit coverage for uninstantiated templates
Justin Bogner
- r222219 - [DebugInfo] Move collection of various function/var decl properties into helper functions.
Frederic Riss
- r222220 - Fully handle globals and functions in CGDebugInfo::getDeclarationOrDefinition()
Frederic Riss
- r222224 - [ASTReader] Add a convenience function to retrieve all the input files of a module file.
Argyrios Kyrtzidis
- r222227 - Add PIC-level support to Clang.
Justin Hibbits
- r222231 - [OPENMP] Additional processing of 'omp atomic read' directive.
Alexey Bataev
- r222237 - OMPAtomicDirective::Create(): Fix \param. [-Wdocumentation]
NAKAMURA Takumi
- r222264 - [Sema] Patch to issue warning on comparing parameters with
Fariborz Jahanian
- r222268 - This test also requires an aarch64 target.
Eric Christopher
- r222269 - Fix 80-column violations, trailing whitespace, comment text.
Eric Christopher
- r222283 - clang-format: Fix space between generic type parameter and square
Daniel Jasper
- r222284 - clang-format: Add option to disable alignment after opening brackets
Daniel Jasper
- r222303 - Update for LLVM API change
David Blaikie
- r222306 - Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
David Blaikie
- r222315 - Wrap to 80 columns, no behavior change.
Nico Weber
- r222317 - clang-format a recent commit I made
David Blaikie
- r222327 - Add the exception for strings in logical and expressions to -Wstring-conversion
Richard Trieu
- r222335 - Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator, bool> as per the C++ standard's associative container concept.
David Blaikie
- r222339 - Allow EmitVAArg() to promote types and use this to fix some N32/N64 vararg issues for Mips.
Daniel Sanders
- r222357 - clang-format: [Java] Ignore C++-specific keywords
Daniel Jasper
- r222371 - Driver: correct typo
Saleem Abdulrasool
- r222373 - Fix a temporary MDNode leak.
Frederic Riss
- r222373 - Fix a temporary MDNode leak.
David Blaikie
- r222373 - Fix a temporary MDNode leak.
Frédéric Riss
- r222373 - Fix a temporary MDNode leak.
David Blaikie
- r222373 - Fix a temporary MDNode leak.
Frédéric Riss
- r222377 - DebugInfo: Don't emit a 'global variable' when a static member declaration is referenced without a definition, just ensure the enclosing class (with the static member declaration) is emitted.
David Blaikie
- r222387 - Fix bug where a trivial constexpr copy/move operation couldn't copy from an
Richard Smith
- r222392 - Constify a few IdentifierInfo * parameters.
Jordan Rose
- r222393 - [CMake] Always include the Clang repo version, just like the autoconf build.
Jordan Rose
- r222393 - [CMake] Always include the Clang repo version, just like the autoconf build.
Nico Weber
- r222393 - [CMake] Always include the Clang repo version, just like the autoconf build.
Jordan Rose
- r222393 - [CMake] Always include the Clang repo version, just like the autoconf build.
Nico Weber
- r222393 - [CMake] Always include the Clang repo version, just like the autoconf build.
Nico Weber
- r222393 - [CMake] Always include the Clang repo version, just like the autoconf build.
Jordan Rose
- r222393 - [CMake] Always include the Clang repo version, just like the autoconf build.
Zachary Turner
- r222393 - [CMake] Always include the Clang repo version, just like the autoconf build.
Jordan Rose
- r222393 - [CMake] Always include the Clang repo version, just like the autoconf build.
Nico Weber
- r222393 - [CMake] Always include the Clang repo version, just like the autoconf build.
Zachary Turner
- r222394 - clang-format: [Java] Accept generic types in enum declaration
Daniel Jasper
- r222397 - Revert "[Reassociate] Update test cases due to r222142."
Chad Rosier
- r222400 - PR21531: fix crash on invalid with unexpanded pack in case value.
Richard Smith
- r222401 - Remove support for undocumented SpecialCaseList entries.
Alexey Samsonov
- r222402 - When mangling member-expressions, skip implicit accesses of anonymous union
Richard Smith
- r222403 - Avoid earlier test interfering with later one.
Richard Smith
- r222404 - Preserve numeric literal suffixes during type canonicalization.
Richard Smith
- r222407 - [CMake] Use .svn/wc.db as our VC dependency if it's available.
Jordan Rose
- r222408 - Fix buildbots.
Richard Smith
- r222409 - [OPENMP] Codegen for "omp flush" directive.
Alexey Bataev
- r222423 - clang-format: [Java] Don't force break before generic type method.
Daniel Jasper
- r222424 - clang-format: [Java] Don't align after "return".
Daniel Jasper
- r222429 - Convert CR+LF -> LF in a test file
Timur Iskhodzhanov
- r222432 - Replace variadic operator function pointer with an enum value.
Samuel Benzaquen
- r222433 - Prepare for the DIBuilder populating DISubprogram's Variables with null.
Frederic Riss
- r222433 - Prepare for the DIBuilder populating DISubprogram's Variables with null.
David Blaikie
- r222433 - Prepare for the DIBuilder populating DISubprogram's Variables with null.
David Blaikie
- r222437 - Remove now dead code.
Frederic Riss
- r222438 - Testing commit access.
Anastasia Stulova
- r222444 - Extended list of valid frontend options with '-cl-std=CL2.0'.
Anastasia Stulova
- r222445 - Bring PostOrderCFGView's insert API up to date with other API changes.
Michael Ilseman
- r222456 - The Syntax enumeration requires at least three bits to store all of its values. Increase the number of bits for SyntaxUsed. Decrease the number of expression arguments allowed by a single bit so that the bit fields continue to add up to 32-bits evenly.
Aaron Ballman
- r222460 - Correctly set the SourceRange a TypoCorrection will replace.
Kaelyn Takata
- r222461 - Add a few small helper methods to the TypoCorrectionConsumer.
Kaelyn Takata
- r222462 - Factor out the default recovery handling.
Kaelyn Takata
- r222463 - Add a flag to BuildDeclarationNameExpr to not reject invalid decls.
Kaelyn Takata
- r222464 - Wire up delayed typo correction to DiagnoseEmptyLookup and set up
Kaelyn Takata
- r222465 - Ensure all TypoExprs are diagnosed by the tree transform.
Kaelyn Takata
- r222471 - PR21565: Further refine the conditions for enabling eager parsing of
Richard Smith
- r222473 - Intercept __crt_va_* used by MSVC "14"
Reid Kleckner
- r222476 - Fix crash-on-valid if a lambda-expression appears lexically directly within a
Richard Smith
- r222477 - Move test from r222476 to a better place; this was reduced to the point that it
Richard Smith
- r222482 - Remove code that tries to avoid transforming non-dependent call operator types
Richard Smith
- r222485 - DebugInfo: Fix another case of r222377 when we do have a definition of the variable, but we might not be emitting it (such as templates)
David Blaikie
- r222487 - Debug info for blocks: Fix a bug caught by the Verifier.
Adrian Prantl
- r222490 - relax this testcase to not depend on a specific alignment.
Adrian Prantl
- r222503 - Extend -Wuninitialized to warn when accessing uninitialized base classes in a
Richard Trieu
- r222506 - PR21323: Fix iterator invalidation issue when looking for redeclarations of a
Richard Smith
- r222507 - [modules] When explicitly importing a module, it's fine for the imported module
Richard Smith
- r222512 - Fix missing diagnostic for unsupported TLS for some thread_local variables.
Bob Wilson
- r222515 - MS ABI: Mangle char16_t and char32_t types
David Majnemer
- r222523 - [OPENMP] Disable CapturedStmt generation for standalone directives.
Alexey Bataev
- r222524 - clang-format: [Java] Basic lambda support.
Daniel Jasper
- r222526 - clang: do not add -pie for tsan
Dmitry Vyukov
- r222526 - clang: do not add -pie for tsan
Rafael Espíndola
- r222526 - clang: do not add -pie for tsan
Dmitry Vyukov
- r222527 - clang-format: [Java] Support more Java keywords.
Daniel Jasper
- r222529 - clang-format: Handle comments in short case labels.
Daniel Jasper
- r222530 - Fix test after r222526.
Dmitry Vyukov
- r222531 - clang-format: Use nested block special case for all languages.
Daniel Jasper
- r222534 - clang-format: Understand more lambda return types.
Daniel Jasper
- r222549 - Use the full-Expr filter to disambiguate equidistant correction
Kaelyn Takata
- r222549 - Use the full-Expr filter to disambiguate equidistant correction
David Blaikie
- r222549 - Use the full-Expr filter to disambiguate equidistant correction
Kaelyn Takata
- r222550 - Properly correct initializer expressions based on whether they would be valid.
Kaelyn Takata
- r222551 - Enable ActOnIdExpression to use delayed typo correction for non-C++ code
Kaelyn Takata
- r222552 - Add an assertion for detecting missed/uncorrected TypoExprs.
Kaelyn Takata
- r222564 - MS ABI: Mangle char16_t and char32_t string literals
David Majnemer
- r222564 - MS ABI: Mangle char16_t and char32_t string literals
Richard Smith
- r222564 - MS ABI: Mangle char16_t and char32_t string literals
David Majnemer
- r222568 - Implement -Wcast-qual, fixing #13772.
Roman Divacky
- r222568 - Implement -Wcast-qual, fixing #13772.
Richard Smith
- r222568 - Implement -Wcast-qual, fixing #13772.
Roman Divacky
- r222568 - Implement -Wcast-qual, fixing #13772.
Arthur O'Dwyer
- r222569 - Sema: Don't permit variably modified types in typeid
David Majnemer
- r222570 - Objective-C ARC. Fixes a crash when checking for 'weak' propery
Fariborz Jahanian
- r222591 - MS ABI: Mangle u8 string literals
David Majnemer
- r222591 - MS ABI: Mangle u8 string literals
Richard Smith
- r222591 - MS ABI: Mangle u8 string literals
David Majnemer
- r222591 - MS ABI: Mangle u8 string literals
Richard Smith
- r222591 - MS ABI: Mangle u8 string literals
David Majnemer
- r222603 - Delay checking overrides for exception specifications if the overridden
Richard Smith
- r222610 - Simplify MicrosoftMangleContextImpl::shouldMangleStringLiteral
David Majnemer
- r222615 - CodeGen: Make atomic operations play nice with address spaces
David Majnemer
- r222617 - Support matching signext attribute in vla-lambda-capturing test to appease clang-cmake-mips builder.
Daniel Sanders
- r222618 - Support matching signext attribute in the parallel_num_threads_codegen test to appease clang-cmake-mips builder.
Daniel Sanders
- r222626 - CodeGen: tweak struct ABI handling
Saleem Abdulrasool
- r222637 - clang-format: [JS] Support Closure's module statements.
Daniel Jasper
- r222638 - clang-format: Refactoring.
Daniel Jasper
- r222639 - clang-format: Improve ObjC blocks with return type.
Daniel Jasper
- r222640 - clang-format: [Java] Space before array initializers.
Daniel Jasper
- r222641 - clang-format: [Java] Treat 'instanceof' like other binary operators.
Daniel Jasper
- r222642 - clang-format: Make short case labels work with #ifs
Daniel Jasper
- Uninstantiated default argument handling issue
Abramo Bagnara
- update the "-cl-kernel-arg-info" option for SPIR
Ribulous Barnulous
- Wrong lookup performed for __super
Nikola Smiljanic
Last message date:
Sun Nov 23 21:47:28 PST 2014
Archived on: Tue Aug 4 15:31:56 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).