The Week Of Monday 28 April 2014 Archives by author
Starting: Mon Apr 28 00:16:36 PDT 2014
Ending: Sun May 4 23:47:39 PDT 2014
Messages: 602
- [PATCH] CodeGen: rename __builtin_arm_sevl to __sevl
Saleem Abdulrasool
- [PATCH] headers: be a bit more careful about inline asm
Saleem Abdulrasool
- r207829 - CodeGen: rename __builtin_arm_sevl to __sevl
Saleem Abdulrasool
- r207830 - CodeGen: reorder ARM hint
Saleem Abdulrasool
- r207929 - Target: fix wchar_t definition for Windows on ARM
Saleem Abdulrasool
- [PATCH] headers: be a bit more careful about inline asm
Saleem Abdulrasool
- r207930 - CodeGen: complete ARM ACLE hint 8.4 support
Saleem Abdulrasool
- [PATCH] headers: be a bit more careful about inline asm
Saleem Abdulrasool
- [PATCH][cxxabi] ARM EHABI zero-cost exception handling for libc++abi
Dan Albert
- [PATCH] Properly recognize CentOS 6.x
Dimitry Andric
- [PATCH] Properly recognize CentOS 6.x
Dimitry Andric
- r207416 - [C++11] Converting to range-based for loops. No functional changes intended.
Aaron Ballman
- r207416 - [C++11] Converting to range-based for loops. No functional changes intended.
Aaron Ballman
- r207422 - Renaming range-based for loop variables so they don't appear iterator-like.
Aaron Ballman
- r207416 - [C++11] Converting to range-based for loops. No functional changes intended.
Aaron Ballman
- [PATCH] Add support for __declspec(thread) under -fms-extensions
Aaron Ballman
- [PATCH] Add support for __declspec(thread) under -fms-extensions
Aaron Ballman
- [PATCH] Range accessors for tablegenning attributes
Aaron Ballman
- [PATCH] Add support for __declspec(thread) under -fms-extensions
Aaron Ballman
- r207766 - Fixing a FIXME -- no longer using std::memcpy, since that would fail for non-trivial types. Replaced with std::copy. No functional changes intended since all uses of this functionality either use pointers or integers.
Aaron Ballman
- [PATCH] Range accessors for tablegenning attributes
Aaron Ballman
- r207836 - Renaming the CallableState variadic attribute argument to be CallableStates. No functional changes intended.
Aaron Ballman
- r207837 - Updated the attribute tablegen emitter for variadic arguments to emit a range accessor in addition to the iterators. Updated code using iterators to use range-based for loops.
Aaron Ballman
- [PATCH] [OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
- [PATCH] [OPENMP] 'proc_bind' clause support
Alexey Bataev
- [PATCH] #pragma vectorize
Alexey Bataev
- [PATCH] [OPENMP] 'proc_bind' clause support
Alexey Bataev
- [PATCH] [OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
- PATCH: Moving Clang CUDA tests's input file to Inputs
Eli Bendersky
- r207453 - Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.
Eli Bendersky
- PATCH: Moving Clang CUDA tests's input file to Inputs
Eli Bendersky
- [PATCH] Do not touch get() calls on 'this' object.
Samuel Benzaquen
- [clang-tools-extra] r207525 - Do not touch get() calls on 'this' object.
Samuel Benzaquen
- [PATCH] Do not touch get() calls on 'this' object.
Samuel Benzaquen
- [PATCH] Fix PR19169:Crash on invalid attempting to specialize a template method as a template variable
Karthik Bhat
- [PATCH][Win] Fix assertion failure when passing 'nul' in input to cc1.
Andrea Di Biagio
- [PATCH][Win] Fix assertion failure when passing 'nul' in input to cc1.
Andrea Di Biagio
- r207576 - Add test case for revision 207575 to verify that on Windows, clang doesn't
Andrea Di Biagio
- [PATCH][Win] Fix assertion failure when passing 'nul' in input to cc1.
Andrea Di Biagio
- r207623 - Simplify test. No functional change intended.
Andrea Di Biagio
- r207396 - Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.
David Blaikie
- r207396 - Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.
David Blaikie
- r207486 - [analyzer] Don't crash when a construction is followed by an uninitialized variable.
David Blaikie
- r207488 - Run this test through instnamer to stop it failing on non-asserts clang builds.
David Blaikie
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
David Blaikie
- r207779 - Fix debug-info-alias test to add CHECK to some lines that were missing it.
David Blaikie
- r207781 - PR19623: Support typedefs (and alias templates) of void.
David Blaikie
- r207792 - Use make_unique<T>(...) rather than unique_ptr<T>(new T(...))
David Blaikie
- r207799 - Revert "Use make_unique<T>(...) rather than unique_ptr<T>(new T(...))"
David Blaikie
- r207806 - Fix some -Wabsolute-value warnings introduced in r207796.
David Blaikie
- r207796 - When sorting overload candidates, sort arity mismatches in ascending
David Blaikie
- r207796 - When sorting overload candidates, sort arity mismatches in ascending
David Blaikie
- r207808 - do not hide clang stderr output during a test
David Blaikie
- r207796 - When sorting overload candidates, sort arity mismatches in ascending
David Blaikie
- r207811 - Use std::abs(int) portably.
David Blaikie
- r207806 - Fix some -Wabsolute-value warnings introduced in r207796.
David Blaikie
- r207808 - do not hide clang stderr output during a test
David Blaikie
- r207814 - -fsyntax-only for a test
David Blaikie
- Default arguments considered harmful?
David Blaikie
- r207833 - XCore target: fix handling of -g0 flag
David Blaikie
- [cfe-dev] Default arguments considered harmful?
David Blaikie
- r207833 - XCore target: fix handling of -g0 flag
David Blaikie
- [PATCH] Allow overriding -split-dwarf-file
David Blaikie
- Fwd: r207899 - [leaks] Don't leak the fake arguments we synthesize for LLVM option
David Blaikie
- r176584 - Ensure that DIType is regenerated after we visit an implementation
David Blaikie
- r176584 - Ensure that DIType is regenerated after we visit an implementation
David Blaikie
- r207446 - [cleanup] Fix an 80-column violation
Justin Bogner
- r207879 - clang-c: Fix a typo
Justin Bogner
- [PATCH] Patched clang to emit x86 blends as shufflevectors.
Filipe Cabecinhas
- r207433 - [driver] Disable the slp vectorizer at -O0, -O1, and -Oz. This mirrors the
Chandler Carruth
- r207433 - [driver] Disable the slp vectorizer at -O0, -O1, and -Oz. This mirrors the
Chandler Carruth
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Chandler Carruth
- [PATCH] PR19601: return value for std::remove_if not used
Chandler Carruth
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Chandler Carruth
- r207624 - [ARM64] Add arm64_be where it was accidentally missed from a bunch of if-conditions.
Chandler Carruth
- r207796 - When sorting overload candidates, sort arity mismatches in ascending
Chandler Carruth
- r207872 - [leaks] Fix a leak recently introduced to the pragma handling. This
Chandler Carruth
- r207873 - [sanitizers] Propagate the sanitizer options through to the lit context.
Chandler Carruth
- r207882 - [leaks] Parse the schema file every time we try to verify the XML. Yes,
Chandler Carruth
- r207888 - [leaks] Fix a leak of a basic block when we successfully fold a switch
Chandler Carruth
- r207896 - Fix a bunch of mislayered clang/Lex includes from Sema
Chandler Carruth
- r207899 - [leaks] Don't leak the fake arguments we synthesize for LLVM option
Chandler Carruth
- r207900 - [leaks] Re-shuffle code such that we don't create a basic block for
Chandler Carruth
- [cfe-commits] r116503 - in /cfe/trunk: include/clang/Driver/CC1Options.td include/clang/Frontend/PreprocessorOptions.h lib/Frontend/CompilerInvocation.cpp lib/Frontend/FrontendAction.cpp
Chandler Carruth
- r207902 - [leaks] The PDFileEntry nodes in the FilesMade FoldingSet contain
Chandler Carruth
- [cfe-commits] r116503 - in /cfe/trunk: include/clang/Driver/CC1Options.td include/clang/Frontend/PreprocessorOptions.h lib/Frontend/CompilerInvocation.cpp lib/Frontend/FrontendAction.cpp
Chandler Carruth
- [PATCH] headers: be a bit more careful about inline asm
Chandler Carruth
- [PATCH][cxxabi] ARM EHABI zero-cost exception handling for libc++abi
Logan Chien
- r207567 - Android uses -fpic for aarch64.
Logan Chien
- r207642 - Android uses -fpic for arm64 as well.
Logan Chien
- r207567 - Android uses -fpic for aarch64.
Logan Chien
- [PATCH][cxxabi] ARM EHABI zero-cost exception handling for libc++abi
Logan Chien
- [cfe-dev] Default arguments considered harmful?
David Chisnall
- r207433 - [driver] Disable the slp vectorizer at -O0, -O1, and -Oz. This mirrors the
Eric Christopher
- [patch] Drop support for non-cfi capable assemblers
Eric Christopher
- [PATCH] Support for Amazon Linux
Eric Christopher
- r207852 - Small formatting change.
Eric Christopher
- [libcxx] r198698 - Replace casts of __impl_ with the correct reinterpret_cast of the
Marshall Clow
- PATCH for libcxxabi - harmonize nmstr implementations
Marshall Clow
- PATCH: Moving Clang CUDA tests's input file to Inputs
Peter Collingbourne
- [PATCH] Fix bug in clang-format while merging short function (PR19461)
Dinesh Dwivedi
- [PATCH] Fix for crash due to g++.old-deja/g++.other/using3.C
Dinesh Dwivedi
- [PATCH] Fix bug in clang-format while merging short function (PR19461)
Dinesh Dwivedi
- [PATCH] Fix for crash due to g++.old-deja/g++.other/using3.C
Dinesh Dwivedi
- [PATCH] Fix for crash due to g++.old-deja/g++.other/using3.C
Dinesh Dwivedi
- [PATCH] Fix for crash due to g++.old-deja/g++.other/using3.C
Dinesh Dwivedi
- [PATCH] Fix for crash due to g++.old-deja/g++.other/using3.C
Dinesh Dwivedi
- [PATCH] [PATCH] Disabling warnings on unused parameters if function is deleted/ defaulted (cxx11) [PR19303]
Dinesh Dwivedi
- [PATCH] Fixes issue with Allman BreakBeforeBraces for Objective C @interface (PR19511)
Dinesh Dwivedi
- [PATCH] Fixes issue with Allman BreakBeforeBraces for Objective C @interface (PR19511)
Dinesh Dwivedi
- [PATCH] Some heuristics to identify c style casting (PR18937)
Dinesh Dwivedi
- [PATCH] Fix for crash due to g++.old-deja/g++.other/using3.C
Dinesh Dwivedi
- [PATCH] [PATCH] Disabling warnings on unused parameters if function is deleted/ defaulted (cxx11) [PR19303]
Dinesh Dwivedi
- r207775 - Fix typo (first commit to test commit access).
Dinesh Dwivedi
- r207849 - Fixes issue with Allman BreakBeforeBraces for Objective C @interface
Dinesh Dwivedi
- [PATCH] Fixes issue with Allman BreakBeforeBraces for Objective C @interface (PR19511)
Dinesh Dwivedi
- [PATCH] Fix bug in clang-format while merging short function (PR19461)
Dinesh Dwivedi
- [PATCH] Some heuristics to identify c style casting (PR18937)
Dinesh Dwivedi
- [libcxx] r206805 - Use compiler intrinsic __is_constructible if available
İsmail Dönmez
- r207602 - Drop non-cfi assembly support from clang.
Rafael Espindola
- [PATCH] simplify pie/pic handling for android
Rafael Ávila de Espíndola
- r207520 - Pass -pie to linker when generating executable on Android
Rafael Espíndola
- r207520 - Pass -pie to linker when generating executable on Android
Rafael Espíndola
- [PATCH][Win] Fix assertion failure when passing 'nul' in input to cc1.
Rafael Espíndola
- [PATCH][Win] Fix assertion failure when passing 'nul' in input to cc1.
Rafael Espíndola
- [PATCH][Win] Fix assertion failure when passing 'nul' in input to cc1.
Rafael Espíndola
- [PATCH][Win] Fix assertion failure when passing 'nul' in input to cc1.
Rafael Espíndola
- r207602 - Drop non-cfi assembly support from clang.
Rafael Espíndola
- r207756 - write a line marker right before adding included file
Rafael Espíndola
- [PATCH] #pragma vectorize
Hal Finkel
- [PATCH] #pragma vectorize
Hal Finkel
- [PATCH] #pragma vectorize
Hal Finkel
- [libcxxabi] r207481 - Add unwind test case that checks restoring of float registers (such as on AArch64)
Hal Finkel
- [PATCH] Properly recognize CentOS 6.x
Hal Finkel
- r207275 - CodeGen: add __yield intrinsic for ARM
Renato Golin
- [PATCH] CodeGen: rename __builtin_arm_sevl to __sevl
Renato Golin
- [PATCH][cxxabi] ARM EHABI zero-cost exception handling for libc++abi
Renato Golin
- [PATCH] [libclang} Add support for pure, const and no-duplicate attrs
Joey Gouly
- [PATCH] [libclang} Add support for pure, const and no-duplicate attrs
Joey Gouly
- r207767 - [libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.
Joey Gouly
- [PATCH] [libclang} Add support for pure, const and no-duplicate attrs
Joey Gouly
- [PATCH] CodeGen: rename __builtin_arm_sevl to __sevl
Joey Gouly
- r207696 - PR19601: std::remove_if does not really remove the elements.
Arnaud A. de Grandmaison
- r207787 - PR19601: testcase improvement
Arnaud A. de Grandmaison
- [PATCH] PR19601: return value for std::remove_if not used
Arnaud Allard de Grandmaison
- [PATCH] PR19601: return value for std::remove_if not used
Arnaud Allard de Grandmaison
- [PATCH] PR19601: return value for std::remove_if not used
Arnaud Allard de Grandmaison
- r207696 - PR19601: std::remove_if does not really remove the elements.
Arnaud Allard de Grandmaison
- r207696 - PR19601: std::remove_if does not really remove the elements.
Arnaud Allard de Grandmaison
- r207696 - PR19601: std::remove_if does not really remove the elements.
Arnaud Allard de Grandmaison
- r207696 - PR19601: std::remove_if does not really remove the elements.
Arnaud Allard de Grandmaison
- [PATCH] #pragma vectorize
Douglas Gregor
- [PATCH] #pragma vectorize
Douglas Gregor
- r207392 - libclang: split out the documentation comment API
Dmitri Gribenko
- r207392 - libclang: split out the documentation comment API
Dmitri Gribenko
- r207392 - libclang: split out the documentation comment API
Dmitri Gribenko
- r207392 - libclang: split out the documentation comment API
Dmitri Gribenko
- [PATCH] Add back 'remark' to libclang interface
Dmitri Gribenko
- r207712 - Comment parsing: remove HTML attribute validation
Dmitri Gribenko
- [PATCH] Support remark in VerifyDiagnosticConsumer
Tobias Grosser
- r207319 - libclang: remove 'CXDiagnostic_Remark'
Tobias Grosser
- r202475 - Add 'remark' diagnostic type in 'clang'
Tobias Grosser
- r207392 - libclang: split out the documentation comment API
Tobias Grosser
- r207319 - libclang: remove 'CXDiagnostic_Remark'
Tobias Grosser
- [PATCH] Add back 'remark' to libclang interface
Tobias Grosser
- [PATCH] Add back 'remark' to libclang interface
Tobias Grosser
- [PATCH] Add back 'remark' to libclang interface
Tobias Grosser
- [PATCH] Add back 'remark' to libclang interface
Tobias Grosser
- r207765 - Support 'remark' in VerifyDiagnosticConsumer
Tobias Grosser
- [PATCH] Support remark in VerifyDiagnosticConsumer
Tobias Grosser
- r207573 - scanf analysis: handle scanlists that start with ^] (PR19559)
Kim Gräsman
- r192314 - Consumed analysis: improve loop handling. The prior version of the analysis
Delesley Hutchins
- r207542 - Objective-C. Improve diagnosis of bridging types.
Fariborz Jahanian
- r207400 - clang-format: Don't wrap after @interface.
Daniel Jasper
- r207402 - clang-format: Fixes spaces in case statements.
Daniel Jasper
- [PATCH] Fix bug in clang-format while merging short function (PR19461)
Daniel Jasper
- r207405 - clang-format: Improve binary operator detection.
Daniel Jasper
- [PATCH] Fix bug in clang-format while merging short function (PR19461)
Daniel Jasper
- [PATCH] Do not touch get() calls on 'this' object.
Daniel Jasper
- r207527 - clang-format: Allow single-line function in WebKit style.
Daniel Jasper
- [PATCH] Warn on explicit copy constructors.
Daniel Jasper
- [PATCH] Add ClangTidyOptions to encapsulate all clang-tidy options.
Daniel Jasper
- r207533 - clang-format: Remove accidentally added debug output.
Daniel Jasper
- r207538 - clang-format: Don't bin-pack text-proto-formatted options.
Daniel Jasper
- r207527 - clang-format: Allow single-line function in WebKit style.
Daniel Jasper
- [PATCH] Support for Amazon Linux
Dave Johansen
- [PATCH] TLS for MinGW
Yaron Keren
- LLVM buildmaster will be restarted in few minutes
Galina Kistanova
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Reid Kleckner
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Reid Kleckner
- r207203 - CodeGen: Avoid instrumenting implicit Decls more effectively
Reid Kleckner
- r207470 - LLVM supports TLS on Windows and we can use it from Clang
Reid Kleckner
- [PATCH] Add support for __declspec(thread) under -fms-extensions
Reid Kleckner
- [PATCH] Add support for __declspec(thread) under -fms-extensions
Reid Kleckner
- [PATCH] Add support for __declspec(thread) under -fms-extensions
Reid Kleckner
- [PATCH] Add support for __declspec(thread) under -fms-extensions
Reid Kleckner
- [PATCH] Add support for __declspec(thread) under -fms-extensions
Reid Kleckner
- [PATCH] [PATCH] Disabling warnings on unused parameters if function is deleted/ defaulted (cxx11) [PR19303]
Reid Kleckner
- [PATCH] [PATCH] Disabling warnings on unused parameters if function is deleted/ defaulted (cxx11) [PR19303]
Reid Kleckner
- [PATCH] headers: be a bit more careful about inline asm
Reid Kleckner
- r207672 - -Wunused-parameter: Don't fire on defaulted or deleted functions
Reid Kleckner
- r207675 - __thread: Move constant init check to CheckCompleteVariableDeclaration
Reid Kleckner
- r207686 - Fix typos in carries_dependency docs
Reid Kleckner
- [PATCH] Add support for __declspec(thread) under -fms-extensions
Reid Kleckner
- [PATCH] Add support for __declspec(thread) under -fms-extensions
Reid Kleckner
- r207733 - MS ABI x64: Don't destroy arguments twice on x64
Reid Kleckner
- r207734 - Add support for __declspec(thread) under -fms-extensions
Reid Kleckner
- [PATCH] Add support for __declspec(thread) under -fms-extensions
Reid Kleckner
- r207771 - MSVCCompat: Don't produce an invalid AST when accepting void pseudo-dtors
Reid Kleckner
- r207772 - Fix declspec-thread.cpp test with a triple
Reid Kleckner
- [PATCH] Fix installation location of Doxygen generated documentation in CMake
Reid Kleckner
- [PATCH] MS ABI x64: Treat member pointer types as records, not large ints
Reid Kleckner
- [PATCH] Bitrig uses TLS
Reid Kleckner
- r207810 - Use %clang_cc1 in rewrite-includes-messages.c test and drop REQUIRES: shell
Reid Kleckner
- r207806 - Fix some -Wabsolute-value warnings introduced in r207796.
Reid Kleckner
- [PATCH] MS ABI x64: Treat member pointer types as records, not large ints
Reid Kleckner
- r207808 - do not hide clang stderr output during a test
Reid Kleckner
- r207815 - MS ABI: Fix logic bug in member pointer null test code
Reid Kleckner
- r207817 - Win64: Pass member pointers larger than 8 bytes by reference
Reid Kleckner
- r207819 - Win64: Use ConvertType instead of checking the MS inheritance
Reid Kleckner
- r207820 - Remove unused variable that I missed in my rush to fix the bots
Reid Kleckner
- [cfe-dev] Default arguments considered harmful?
Reid Kleckner
- r207833 - XCore target: fix handling of -g0 flag
Reid Kleckner
- r207889 - MS ABI x64: Pass small objects with dtors but no copy ctors directly
Reid Kleckner
- r203147 - Add tests for MS inline asm change r203146
Reid Kleckner
- [libcxxabi] r207463 - No need to specialize DwarfInstructions::getCFA(). It is the same for all archs
Nick Kledzik
- [libcxxabi] r207467 - Use return address register from CIE. Move DwarfInstructions::lastRestoreReg() to Register::lastDwarfRegNum().
Nick Kledzik
- [libcxxabi] r207469 - Fix cast warning
Nick Kledzik
- [libcxxabi][PATCH] use return address register from CIE
Nick Kledzik
- [libcxxabi][PATCH] use return address register from CIE
Nick Kledzik
- [libcxxabi] r207481 - Add unwind test case that checks restoring of float registers (such as on AArch64)
Nick Kledzik
- PR19352 getLocation() points to the wrong position for FriendDecls
Manuel Klimek
- [PATCH] Fix crash when resolving branch conditions for temporary destructor condition blocks.
Manuel Klimek
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Manuel Klimek
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Manuel Klimek
- [PATCH] Fix crash when resolving branch conditions for temporary destructor condition blocks.
Manuel Klimek
- [PATCH] Fix crash when resolving branch conditions for temporary destructor condition blocks.
Manuel Klimek
- [PATCH] Fix crash when resolving branch conditions for temporary destructor condition blocks.
Manuel Klimek
- [PATCH] Fixes issue with Allman BreakBeforeBraces for Objective C @interface (PR19511)
Manuel Klimek
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Manuel Klimek
- [PATCH] Fix crash when resolving branch conditions for temporary destructor condition blocks.
Manuel Klimek
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Manuel Klimek
- [PATCH] Attempt to fix up condition variables with temp dtors.
Manuel Klimek
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Manuel Klimek
- [PATCH] Add clang-tidy -header-filter option
Manuel Klimek
- r207396 - Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.
Alexander Kornienko
- r207396 - Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.
Alexander Kornienko
- [PATCH] Warn on explicit copy constructors.
Alexander Kornienko
- [PATCH] Warn on explicit copy constructors.
Alexander Kornienko
- [clang-tools-extra] r207531 - Warn on explicit copy constructors.
Alexander Kornienko
- [PATCH] Add ClangTidyOptions to encapsulate all clang-tidy options.
Alexander Kornienko
- [clang-tools-extra] r207532 - Add ClangTidyOptions to encapsulate all clang-tidy options.
Alexander Kornienko
- [PATCH] Add ClangTidyOptions to encapsulate all clang-tidy options.
Alexander Kornienko
- [PATCH] Warn on explicit copy constructors.
Alexander Kornienko
- [clang-tools-extra] r207534 - Fix the message for "Move constructor declared explicit".
Alexander Kornienko
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Alexander Kornienko
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Alexander Kornienko
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Alexander Kornienko
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Alexander Kornienko
- [PATCH] Add clang-tidy -header-filter option
Alexander Kornienko
- [clang-tools-extra] r207407 - Try to fix the build. newFrontendActionFactory was changed to return a unique_ptr.
Benjamin Kramer
- [clang-tools-extra] r207407 - Try to fix the build. newFrontendActionFactory was changed to return a unique_ptr.
Benjamin Kramer
- [PATCH] Support for Amazon Linux
Benjamin Kramer
- r207848 - Add support for -march=bdver4.
Benjamin Kramer
- r207908 - Remove unused diagnostics.
Benjamin Kramer
- r207919 - Replace one-element SmallVectors inside DenseMaps with TinyPtrVector.
Benjamin Kramer
- r207570 - [PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a driver only thing and doesn't affect any language/preprocessor/etc. semantics.
Argyrios Kyrtzidis
- [PATCH] [libclang} Add support for pure, const and no-duplicate attrs
Argyrios Kyrtzidis
- [cfe-commits] r116503 - in /cfe/trunk: include/clang/Driver/CC1Options.td include/clang/Frontend/PreprocessorOptions.h lib/Frontend/CompilerInvocation.cpp lib/Frontend/FrontendAction.cpp
Argyrios Kyrtzidis
- r207931 - [Modules] Add the resource-dir to the module hash.
Argyrios Kyrtzidis
- r207933 - Speculative fix to unbreak the buildbots that fail with compiler errors.
Argyrios Kyrtzidis
- [PATCH] Check -Werror options to see if a module should be rebuilt.
Ben Langmuir
- [PATCH] Check -Werror options to see if a module should be rebuilt.
Ben Langmuir
- [PATCH] Check -Werror options to see if a module should be rebuilt.
Ben Langmuir
- r207477 - Check -Werror options during module validation
Ben Langmuir
- r207479 - Add missing triple to make -isysroot work
Ben Langmuir
- [PATCH] Add -Wnon-modular-include options
Ben Langmuir
- r207549 - Reapply r207477 and r207479 without cyclic dependency
Ben Langmuir
- r207477 - Check -Werror options during module validation
Ben Langmuir
- r207735 - Avoid a potential race between stat() and open() of ASTFile
Ben Langmuir
- r207932 - Fix a use-after-free bug I recently introduced in lookupModuleFile
Ben Langmuir
- [PATCH] Add -Wnon-modular-include options
Ben Langmuir
- r207948 - Make module self-import an error
Ben Langmuir
- [patch] Drop support for non-cfi capable assemblers
Chris Lattner
- r207814 - -fsyntax-only for a test
Nick Lewycky
- r207814 - -fsyntax-only for a test
Nick Lewycky
- r207890 - Rewrite NRVO determination. Track NRVO candidates on the parser Scope and apply the NRVO candidate flag to all possible NRVO candidates here, and remove the flags in computeNRVO or upon template instantiation. A variable now has NRVO applied if and only if every return statement in that scope returns that variable. This is nearly optimal.
Nick Lewycky
- r207891 - Err, wait. Those new test functions in r207890 need CHECK lines.
Nick Lewycky
- [PATCH] Fix installation location of Doxygen generated documentation in CMake
Dan Liew
- [PATCH] Fix installation location of Doxygen generated documentation in CMake
Dan Liew
- r207401 - [ARM64]Fix a bug cannot select UQSHL/SQSHL with constant i64 shift amount.
Hao Liu
- [PATCH] [ARM64]Fix the bug cannot select UQSHL/SQSHL with constant i64 shift amount.
Hao Liu
- r207567 - Android uses -fpic for aarch64.
Jiangning Liu
- [PATCH][REVIEW REQUEST] Fix for libclang completion of already declared template friends.
Francisco Lopes
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Lubos Lunak
- r207756 - write a line marker right before adding included file
Lubos Lunak
- r207758 - do not warn about unknown pragmas in modes that do not handle them (pr9537)
Lubos Lunak
- [PATCH] do not warn about unknown pragmas in modes that do not handle them (pr9537) #2
Lubos Lunak
- r207762 - revert r207756
Lubos Lunak
- r207756 - write a line marker right before adding included file
Lubos Lunak
- r207764 - do not use "1" for line marker for the main file
Lubos Lunak
- [PATCH] Do not use "1" in linemarker for main file in -frewrite-includes
Lubos Lunak
- [PATCH] PR15614 : -frewrite-includes causes -Wunused-macros false positives #2
Lubos Lunak
- r207794 - do not use "1" for line marker for the predefines "file" either
Lubos Lunak
- r207795 - write a line marker right before adding included file
Lubos Lunak
- r207797 - use 'diff' rather than 'cmp -s' in a test
Lubos Lunak
- r207808 - do not hide clang stderr output during a test
Lubos Lunak
- r207808 - do not hide clang stderr output during a test
Lubos Lunak
- r207814 - -fsyntax-only for a test
Lubos Lunak
- r207814 - -fsyntax-only for a test
Lubos Lunak
- [PATCH] Allow overriding -split-dwarf-file
Lubos Lunak
- [PATCH] Handle properly somewhat special cases of -main-file-name
Lubos Lunak
- [PATCH] Allow overriding -split-dwarf-file
Lubos Lunak
- r207832 - XCore target: Add TypeString meta data to IR output.
Robert Lytton
- r207833 - XCore target: fix handling of -g0 flag
Robert Lytton
- r207834 - XCore target: fix bug in dereferencing null pointer.
Robert Lytton
- r207833 - XCore target: fix handling of -g0 flag
Robert Lytton
- r207451 - CodeGen: Fix linkage of reference temporaries
David Majnemer
- r207496 - CodeGen: Reference temporaries inherit visibility
David Majnemer
- r207498 - AST: Fix visibility calculation for VarTemplateSpecializationDecl
David Majnemer
- [PATCH] AST: Mangle reference temporaries reliably
David Majnemer
- [PATCH] AST: Mangle reference temporaries reliably
David Majnemer
- [PATCH] Sema: Implement DR477
David Majnemer
- [PATCH] CodeGen: Fix linkage of reference temporaries
David Majnemer
- r207682 - Sema: Implement DR477
David Majnemer
- [PATCH] AST: Mangle reference temporaries reliably
David Majnemer
- [PATCH] Sema: Implement DR244
David Majnemer
- r207776 - AST: Mangle reference temporaries reliably
David Majnemer
- [PATCH] MS ABI x64: Treat member pointer types as records, not large ints
David Majnemer
- [PATCH] Sema: Implement DR244
David Majnemer
- r207892 - Sema: Implement DR244
David Majnemer
- r207893 - Revert "Sema: Implement DR244"
David Majnemer
- r207894 - CodeGen: Cleanup ABIArgInfo
David Majnemer
- [clang-tools-extra] r207490 - Fix typo (first commit to test commit access).
Alex McCarthy
- [PATCH] Fix crash when resolving branch conditions for temporary destructor condition blocks.
Alex McCarthy
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Alex McCarthy
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Alex McCarthy
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Alex McCarthy
- [clang-tools-extra] r207652 - Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Alex McCarthy
- [clang-tools-extra] r207653 - Test cleanup recommended in http://reviews.llvm.org/D3556
Alex McCarthy
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Alex McCarthy
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Alex McCarthy
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Alex McCarthy
- [PATCH] Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Alex McCarthy
- [clang-tools-extra] r207652 - Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Alex McCarthy
- [PATCH] Fix ClangTidyOptions constructor to initialize all members. Fixes bug introduced in r207652.
Alex McCarthy
- [clang-tools-extra] r207652 - Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Alex McCarthy
- [clang-tools-extra] r207715 - Fix ClangTidyOptions constructor to initialize all members. Fixes bug introduced in r207652.
Alex McCarthy
- [clang-tools-extra] r207652 - Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Alex McCarthy
- [PATCH] Fix ClangTidyOptions constructor to initialize all members. Fixes bug introduced in r207652.
Alex McCarthy
- [PATCH] Fix null pointer segfault when calling dump() on a DeclStmt containing a VarDecl.
Alex McCarthy
- [PATCH] Fix null pointer segfault when calling dump() on a DeclStmt containing a VarDecl.
Alex McCarthy
- r207867 - Fix null pointer segfault when calling dump() on a DeclStmt containing a VarDecl.
Alex McCarthy
- [PATCH] Fix null pointer segfault when calling dump() on a DeclStmt containing a VarDecl.
Alex McCarthy
- r207624 - [ARM64] Add arm64_be where it was accidentally missed from a bunch of if-conditions.
James Molloy
- r207624 - [ARM64] Add arm64_be where it was accidentally missed from a bunch of if-conditions.
James Molloy
- r207641 - Add a test for big-endian NEON on ARM64.
James Molloy
- r207624 - [ARM64] Add arm64_be where it was accidentally missed from a bunch of if-conditions.
James Molloy
- [PATCH] #pragma vectorize
Alexander Musman
- [PATCH] #pragma vectorize
Alexander Musman
- [PATCH] [ARM64] Port over remaining AArch64 clang tests
Tim Northover
- [PATCH] [ARM64/AArch64] Define the correct value for __ARM_NEON_FP
Tim Northover
- [PATCH] [ARM64/AArch64] Hook up CRC32 subtarget feature to the driver
Tim Northover
- [PATCH] Support remark in VerifyDiagnosticConsumer
Diego Novillo
- [PATCH] #pragma vectorize
Tyler Nowicki
- [PATCH] #pragma vectorize
Tyler Nowicki
- [PATCH] #pragma vectorize
Tyler Nowicki
- [PATCH] #pragma vectorize
Tyler Nowicki
- [PATCH] #pragma vectorize
Tyler Nowicki
- [PATCH] #pragma vectorize
Tyler Nowicki
- [PATCH] #pragma vectorize
Tyler Nowicki
- [PATCH] Warn on explicit copy constructors.
Arthur O'Dwyer
- [PATCH] Warn on explicit copy constructors.
Arthur O'Dwyer
- [PATCH] XCore target: fix handling of -g0 flag
Richard Osborne
- [PATCH] fix for PR19431 - x86 BMI intrinsics are broken
Sanjay Patel
- [PATCH] fix for PR19431 - x86 BMI intrinsics are broken
Sanjay Patel
- [PATCH] fix for PR19431 - x86 BMI intrinsics are broken
Sanjay Patel
- [PATCH] Simplify getARMCPUForMArch() and make it more consistent
Christian Pirker
- r207480 - Debug info: Improve line table for functions with cleanups an early exit
Adrian Prantl
- r207480 - Debug info: Improve line table for functions with cleanups an early exit
Adrian Prantl
- r207489 - Make test independent of label. Thanks to Richard Smith for catching this!
Adrian Prantl
- r176584 - Ensure that DIType is regenerated after we visit an implementation
Adrian Prantl
- [PATCH] [ARM64] Enable alignment control option in front-end for ARM64 - Clang.
Kevin Qin
- [cfe-dev] Default arguments considered harmful?
Philip Reames
- [PATCH] PR19515, driver crash while handling a clang crash
Robinson, Paul
- r207454 - When Driver::generateCompilationDiagnostics is filtering the list of
Paul Robinson
- [PATCH] PR19515, driver crash while handling a clang crash
Robinson, Paul
- [PATCH] Simplify getARMCPUForMArch() and make it more consistent
Jon Roelofs
- [libcxxabi] r207481 - Add unwind test case that checks restoring of float registers (such as on AArch64)
Jonathan Roelofs
- [PATCH][cxxabi] ARM EHABI zero-cost exception handling for libc++abi
Jonathan Roelofs
- [libcxxabi] r207481 - Add unwind test case that checks restoring of float registers (such as on AArch64)
Jonathan Roelofs
- [PATCH][cxxabi] ARM EHABI zero-cost exception handling for libc++abi
Jonathan Roelofs
- [PATCH] Division by zero
Jordan Rose
- [PATCH] Factor DataflowWorklist out of LiveVariables and UninitializedValues analyses
Jordan Rose
- r207478 - [analyzer] Clean up the lists of current and potential checkers.
Jordan Rose
- [PATCH] [analyzer][Review request] Improved checker lists.
Jordan Rose
- r207484 - scan-build: Don't use realpath when the user provides an explicit path.
Jordan Rose
- r207486 - [analyzer] Don't crash when a construction is followed by an uninitialized variable.
Jordan Rose
- [PATCH] [analyzer][Review request] Improved checker lists.
Jordan Rose
- r207561 - [analyzer] Don't assert when combining using .* on a temporary.
Jordan Rose
- r207562 - [analyzer] Improve test from r207486.
Jordan Rose
- [PATCH] Fix crash when resolving branch conditions for temporary destructor condition blocks.
Jordan Rose
- [PATCH] Fix crash when resolving branch conditions for temporary destructor condition blocks.
Jordan Rose
- r207696 - PR19601: std::remove_if does not really remove the elements.
Jordan Rose
- [PATCH] Support remark in VerifyDiagnosticConsumer
Jordan Rose
- [PATCH] Fix crash when resolving branch conditions for temporary destructor condition blocks.
Jordan Rose
- [PATCH] Division by zero
Jordan Rose
- [PATCH] Fix null pointer segfault when calling dump() on a DeclStmt containing a VarDecl.
Jordan Rose
- [PATCH] [analyzer][Review request] Improved checker lists.
Jordan Rose
- [PATCH] Fix null pointer segfault when calling dump() on a DeclStmt containing a VarDecl.
Jordan Rose
- [PATCH] Modules - fix exclude header with umbrella directory
Alex Rosenberg
- r207433 - [driver] Disable the slp vectorizer at -O0, -O1, and -Oz. This mirrors the
Chad Rosier
- r207433 - [driver] Disable the slp vectorizer at -O0, -O1, and -Oz. This mirrors the
Chad Rosier
- r207433 - [driver] Disable the slp vectorizer at -O0, -O1, and -Oz. This mirrors the
Chad Rosier
- [PATCH] PR19515, driver crash while handling a clang crash
Chad Rosier
- r207858 - [driver] Enable the slp vectorizer at -Oz.
Chad Rosier
- [PATCH] #pragma vectorize
Nadav Rotem
- SV: [PATCH] String plus char
Anders Rönnholm
- [PATCH] Division by zero
Anders Rönnholm
- Default arguments considered harmful?
Jonathan 'Rynn' Sauer
- [PATCH] CSA's StreamChecker - additional functionality and fix
Aleksei Sidorin
- [scan-build] [Patch] Compiler call interceptor for Linux
Aleksei Sidorin
- [PATCH] Factor DataflowWorklist out of LiveVariables and UninitializedValues analyses
Artyom Skrobov
- [PATCH] PR19601: return value for std::remove_if not used
Artyom Skrobov
- PR19352 getLocation() points to the wrong position for FriendDecls
Nikola Smiljanic
- [PATCH] [ARM64] Port over remaining AArch64 clang tests
Bradley Smith
- r207632 - [ARM64] Port remaining relevant AArch64 clang tests over to ARM64
Bradley Smith
- [PATCH] [ARM64/AArch64] Hook up CRC32 subtarget feature to the driver
Bradley Smith
- [PATCH] [ARM64/AArch64] Define the correct value for __ARM_NEON_FP
Bradley Smith
- r207841 - [ARM64/AArch64] Hook up CRC32 subtarget feature to the driver
Bradley Smith
- r207842 - [ARM64/AArch64] Define the correct value for __ARM_NEON_FP
Bradley Smith
- [PATCH] [ARM64/AArch64] Hook up CRC32 subtarget feature to the driver
Bradley Smith
- r207203 - CodeGen: Avoid instrumenting implicit Decls more effectively
Duncan P. N. Exon Smith
- [PATCH] Fix for crash due to g++.old-deja/g++.other/using3.C
Richard Smith
- [PATCH] Check -Werror options to see if a module should be rebuilt.
Richard Smith
- [PATCH] CodeGen: Fix linkage of reference temporaries
Richard Smith
- [PATCH] Check -Werror options to see if a module should be rebuilt.
Richard Smith
- [PATCH] Check -Werror options to see if a module should be rebuilt.
Richard Smith
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Richard Smith
- r207480 - Debug info: Improve line table for functions with cleanups an early exit
Richard Smith
- r207488 - Run this test through instnamer to stop it failing on non-asserts clang builds.
Richard Smith
- r207480 - Debug info: Improve line table for functions with cleanups an early exit
Richard Smith
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Richard Smith
- [PATCH] PR19601: return value for std::remove_if not used
Richard Smith
- [PATCH] Add support for __declspec(thread) under -fms-extensions
Richard Smith
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Richard Smith
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Richard Smith
- [PATCH] AST: Mangle reference temporaries reliably
Richard Smith
- [PATCH] Add support for __declspec(thread) under -fms-extensions
Richard Smith
- [PATCH] Add support for __declspec(thread) under -fms-extensions
Richard Smith
- [PATCH] Fix for crash due to g++.old-deja/g++.other/using3.C
Richard Smith
- r207603 - Defer loading any pending update records until we've finished deserializing.
Richard Smith
- r207677 - Fix crash if typo correction corrects a member using-declaration to a
Richard Smith
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Richard Smith
- r207680 - When typo-correcting a member using-declaration, only consider members of base classes.
Richard Smith
- [PATCH] Sema: Implement DR477
Richard Smith
- r207681 - When typo-correcting a member using declaration, don't exclude member templates.
Richard Smith
- r207696 - PR19601: std::remove_if does not really remove the elements.
Richard Smith
- [clang-tools-extra] r207652 - Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Richard Smith
- [PATCH] Fix for crash due to g++.old-deja/g++.other/using3.C
Richard Smith
- [clang-tools-extra] r207652 - Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599).
Richard Smith
- r207696 - PR19601: std::remove_if does not really remove the elements.
Richard Smith
- r207731 - Make typo-correction of inheriting constructors work a bit better. Limit
Richard Smith
- r207696 - PR19601: std::remove_if does not really remove the elements.
Richard Smith
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Richard Smith
- [PATCH] AST: Mangle reference temporaries reliably
Richard Smith
- [PATCH] Add support for __declspec(thread) under -fms-extensions
Richard Smith
- [PATCH] fix for PR19431 - x86 BMI intrinsics are broken
Richard Smith
- [PATCH] AST: Mangle reference temporaries reliably
Richard Smith
- [PATCH] do not warn about unknown pragmas in modes that do not handle them (pr9537) #2
Richard Smith
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Richard Smith
- r207696 - PR19601: std::remove_if does not really remove the elements.
Richard Smith
- [PATCH] PR15614 : -frewrite-includes causes -Wunused-macros false positives #2
Richard Smith
- r207789 - Update documentation to match recent API change. newFrontendActionFactory now returns a unique_ptr.
Richard Smith
- [PATCH] Do not use "1" in linemarker for main file in -frewrite-includes
Richard Smith
- [PATCH] Bitrig uses TLS
Richard Smith
- [PATCH] Bitrig switches C++ standard library
Richard Smith
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Richard Smith
- [PATCH] Bitrig uses TLS
Richard Smith
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Richard Smith
- r207812 - Bitrig now supports TLS, so enable TLS support when targeting it. Patch by Patrick Wildt!
Richard Smith
- r207813 - Bitrig's standard C++ standard library changed from libstdc++ to libc++.
Richard Smith
- [PATCH] Bitrig uses TLS
Richard Smith
- [PATCH] Bitrig switches C++ standard library
Richard Smith
- [PATCH] #pragma vectorize
Richard Smith
- [PATCH] Range accessors for tablegenning attributes
Richard Smith
- [cfe-dev] Default arguments considered harmful?
Richard Smith
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Joerg Sonnenberger
- [libcxx] r207695 - Exceptions store the message as reference counted string for
Joerg Sonnenberger
- [libcxxabi] r207907 - Don't use bash features.
Joerg Sonnenberger
- [libcxxabi] r207938 - Try harder to get the compiler to use float registers in different
Joerg Sonnenberger
- [libclc] r207684 - Remove clc/gentype.inc
Tom Stellard
- [libclc] r207685 - Fix build broken by LLVM commit r207593
Tom Stellard
- r207796 - When sorting overload candidates, sort arity mismatches in ascending
Kaelyn Takata
- r207796 - When sorting overload candidates, sort arity mismatches in ascending
Kaelyn Takata
- r207796 - When sorting overload candidates, sort arity mismatches in ascending
Kaelyn Takata
- r207796 - When sorting overload candidates, sort arity mismatches in ascending
Kaelyn Takata
- [cfe-dev] Default arguments considered harmful?
Kaelyn Takata
- r207497 - Revert r207477 (and r207479), "Check -Werror options during module validation"
NAKAMURA Takumi
- r207477 - Check -Werror options during module validation
NAKAMURA Takumi
- r207392 - libclang: split out the documentation comment API
Alp Toker
- r207392 - libclang: split out the documentation comment API
Alp Toker
- r207392 - libclang: split out the documentation comment API
Alp Toker
- r207319 - libclang: remove 'CXDiagnostic_Remark'
Alp Toker
- r207319 - libclang: remove 'CXDiagnostic_Remark'
Alp Toker
- [PATCH] Add back 'remark' to libclang interface
Alp Toker
- [PATCH] Add back 'remark' to libclang interface
Alp Toker
- [PATCH] Add back 'remark' to libclang interface
Alp Toker
- [PATCH] Add back 'remark' to libclang interface
Alp Toker
- [PATCH] Jump scope checker recovery
Alp Toker
- [PATCH] [libclang} Add support for pure, const and no-duplicate attrs
Alp Toker
- r207823 - Cut off parsing early during code completion
Alp Toker
- r207824 - Remove unused IncrProcessing parameter from Preprocessor ctor
Alp Toker
- r207825 - Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctor
Alp Toker
- r207826 - Reformat code following Preprocessor constructor updates
Alp Toker
- Default arguments considered harmful?
Alp Toker
- [cfe-dev] Default arguments considered harmful?
Alp Toker
- r207895 - Update Preprocessor::Initialize() documentation following r207825
Alp Toker
- r207896 - Fix a bunch of mislayered clang/Lex includes from Sema
Alp Toker
- r207897 - Eliminate ASTContext's DelayInitialization flag
Alp Toker
- r207896 - Fix a bunch of mislayered clang/Lex includes from Sema
Alp Toker
- [patch] Implementing -Wunused-local-typedefs
Alp Toker
- r207936 - Split out header integration tests
Alp Toker
- r206687 - Move ObjC Cocoa.h header test to Headers
Alp Toker
- [PATCH] Jump scope checker recovery
Alp Toker
- r207946 - Fix cindex-dump.py --show-ids
Alp Toker
- r207947 - cindex-dump.py: fix the --show-ids description string
Alp Toker
- r207950 - Add speculative clang-interpreter test
Alp Toker
- r207951 - Update lit.cfg to support the clang-interpreter test from r207950
Alp Toker
- [PATCH] Consolidate several functions for checking the std namespace into one function in Decl and one function in DeclContext
Richard Trieu
- [PATCH] Consolidate several functions for checking the std namespace into one function in Decl and one function in DeclContext
Richard Trieu
- r207883 - Fix PR 19630, don't crash when file ends with whitespace.
Richard Trieu
- Default arguments considered harmful?
David Tweed
- [cfe-dev] Default arguments considered harmful?
David Tweed
- r207520 - Pass -pie to linker when generating executable on Android
Alexey Volkov
- r207521 - Add comments regarding isPIEDefault usage for r207520
Alexey Volkov
- r207520 - Pass -pie to linker when generating executable on Android
Alexey Volkov
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Nico Weber
- [clang-tools-extra] r207407 - Try to fix the build. newFrontendActionFactory was changed to return a unique_ptr.
Nico Weber
- r207396 - Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.
Nico Weber
- r207416 - [C++11] Converting to range-based for loops. No functional changes intended.
Nico Weber
- r207427 - Remove unused using statement.
Nico Weber
- r207396 - Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr.
Nico Weber
- [(questionable but useful) patch] Let codegen write the filename for translation unit initializer functions
Nico Weber
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Nico Weber
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Nico Weber
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Nico Weber
- r207482 - Let stddef.h redefine NULL if __need_NULL is set, as needed by glibc, PR12997.
Nico Weber
- r207483 - Revert r207482; I fail at reading IRC.
Nico Weber
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Nico Weber
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Nico Weber
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Nico Weber
- r207527 - clang-format: Allow single-line function in WebKit style.
Nico Weber
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Nico Weber
- r207602 - Drop non-cfi assembly support from clang.
Nico Weber
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Nico Weber
- r207606 - Let stddef.h respect __need_{wchar_t, size_t, NULL, ptrdiff_t, wint_t}.
Nico Weber
- [patch] Let stddef.h redefine NULL if __need_NULL is set
Nico Weber
- r207607 - Add a triple to new test.
Nico Weber
- r207527 - clang-format: Allow single-line function in WebKit style.
Nico Weber
- r207789 - Update documentation to match recent API change. newFrontendActionFactory now returns a unique_ptr.
Nico Weber
- r207870 - Remove unused typedef found by gcc's -Wunused-local-typedefs.
Nico Weber
- r207921 - Wrap a few lines at 80 columns, change a confusing indent. No behavior change.
Nico Weber
- r207922 - Minor cleanups, no behavior change.
Nico Weber
- r203147 - Add tests for MS inline asm change r203146
Nico Weber
- [patch] Let ms inline asm understand using statements and record names in addition to typedefs
Nico Weber
- [patch] Implementing -Wunused-local-typedefs
Nico Weber
- [patch] Implementing -Wunused-local-typedefs
Nico Weber
- [patch] Implementing -Wunused-local-typedefs
Nico Weber
- [patch] Implementing -Wunused-local-typedefs
Nico Weber
- [PATCH][cxxabi] ARM EHABI zero-cost exception handling for libc++abi
Nico Weber
- r207573 - scanf analysis: handle scanlists that start with ^] (PR19559)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- r207822 - Handle -fdelayed-template-parsing of out-of-line definitions of
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- [PATCH] -fdelayed-template-parsing: handle cases where a late-parsed function is not a direct member of a template, but rather nested inside a class that's a member of a template (PR19613)
Hans Wennborg
- r207854 - Fix bad comment from r207573.
Hans Wennborg
- r207573 - scanf analysis: handle scanlists that start with ^] (PR19559)
Hans Wennborg
- r207880 - Fix clang-cl Driver leak
Hans Wennborg
- [PATCH][cxxabi] Unwind-sjlj should include stdio
Patrick Wildt
- [PATCH] Bitrig switches C++ standard library
Patrick Wildt
- [PATCH] Bitrig uses TLS
Patrick Wildt
- [PATCH] Bitrig uses TLS
Patrick Wildt
- [PATCH] Bitrig uses TLS
Patrick Wildt
- [PATCH] Bitrig switches C++ standard library
Patrick Wildt
- [PATCH] Bitrig uses TLS
Patrick Wildt
- [PATCH] clang-format: Add SpacesInParenthesesStyle
Aaron Wishnick
- PATCH: Moving Clang CUDA tests's input file to Inputs
Jingyue Wu
- [PATCH] XCore target: fix handling of -g0 flag
robert lytton
- [PATCH] XCore target: add -march flag handling
robert lytton
- [PATCH] Add to libclang: get operator OpCode, print operator, print literal as it apeared in code, get of For-loop Init, Cond, Inc and Body parts
Алексей Ковалевский
- [PATCH] [analyzer][Review request] Improved checker lists.
Антон Ярцев
- [PATCH] [analyzer][Review request] Improved checker lists.
Антон Ярцев
Last message date:
Sun May 4 23:47:39 PDT 2014
Archived on: Tue Aug 4 15:31:36 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).