The Week Of Monday 12 August 2013 Archives by author
Starting: Mon Aug 12 01:51:36 PDT 2013
Ending: Sun Aug 18 22:38:27 PDT 2013
Messages: 612
- r188206 - Patch by Chris Wailes <chris.wailes at gmail.com>.
Aaron Ballman
- r188206 - Patch by Chris Wailes <chris.wailes at gmail.com>.
Aaron Ballman
- r188552 - Passing false instead of 0; no functional change intended.
Aaron Ballman
- r188553 - Passing false instead of 0; no functional change intended.
Aaron Ballman
- [PATCH] [ClangFormat] Add ConstructorInitializerOffset to control initializer list indentation
Klemens Baum
- [PATCH] [ClangFormat] Add ConstructorInitializerOffset to control initializer list indentation
Klemens Baum
- [PATCH] [ClangFormat] Add ConstructorInitializerOffset to control initializer list indentation
Klemens Baum
- [PATCH] [ClangFormat] Add ConstructorInitializerOffset to control initializer list indentation
Klemens Baum
- [PATCH] [ClangFormat] Add ConstructorInitializerOffset to control initializer list indentation
Klemens Baum
- r188175 - clang-format: Improve stream-formatting.
Matt Beaumont-Gay
- [PATCH] Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case.
Samuel Benzaquen
- r188272 - Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case.
Samuel Benzaquen
- [PATCH] Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case.
Samuel Benzaquen
- [PATCH] Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration.
Samuel Benzaquen
- [PATCH] Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration.
Samuel Benzaquen
- [PATCH] Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration.
Samuel Benzaquen
- [PATCH] Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration.
Samuel Benzaquen
- r188560 - Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration.
Samuel Benzaquen
- [PATCH] Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration.
Samuel Benzaquen
- [PATCH] Rewrite eachOf/allOf/anyOf to use a variadic operator.
Samuel Benzaquen
- [PATCH] Rewrite eachOf/allOf/anyOf to use a variadic operator.
Samuel Benzaquen
- [PATCH] Rewrite eachOf/allOf/anyOf to use a variadic operator.
Samuel Benzaquen
- ubsan: check type_info equality via strcmp
Stephan Bergmann
- Small fix for compiler-rt on Solaris/Illumos
"C. Bergström"
- [PATCH] Use -std=c++11 when no arguments are provided.
Ariel Bernal
- [PATCH] Use -std=c++11 when no arguments are provided.
Ariel Bernal
- [PATCH] Use -std=c++11 when no arguments are provided.
Ariel Bernal
- [PATCH] Use -std=c++11 when no arguments are provided.
Ariel Bernal
- [PATCH] Use -std=c++11 when no arguments are provided.
Ariel Bernal
- [PATCH] Use -std=c++11 when no arguments are provided.
Ariel Bernal
- [PATCH] Use -std=c++11 when no arguments are provided.
Ariel Bernal
- [PATCH] Use -std=c++11 when no arguments are provided.
Ariel Bernal
- [PATCH] Use -std=c++11 when no arguments are provided.
Ariel Bernal
- [clang-tools-extra] r188533 - Use -std=c++11 when no compilation database is provided
Ariel J. Bernal
- [Patch] Fix for Static Analyzer bug PR16558
Karthik Bhat
- r188214 - DebugInfo: simplify some limited/declaration creation APIs
David Blaikie
- r188222 - DebugInfo: Simplify declaration building code - relying on the limit debug info checking already in CreateType(RecordType)
David Blaikie
- r188251 - Drive by cleanup
David Blaikie
- [PATCH] Fixing a bug where debug info for a local variable gets emitted at file scope
David Blaikie
- r188474 - DebugInfo: Don't create duplicate forward declaration metadata unnecessarily.
David Blaikie
- r188475 - DebugInfo: remove unnecessary type registration
David Blaikie
- r188482 - DebugInfo: Revert change to the return type of createRecordFwdDecl
David Blaikie
- r188486 - DebugInfo: Unify & optimize the lazy addition of record types
David Blaikie
- r188491 - DebugInfo: Add a FIXME, remove a FIXME.
David Blaikie
- r188492 - DebugInfo: Make CGDebugInfo::getStaticDataMemberDeclaration's argument type match the semantics
David Blaikie
- r188494 - DebugInfo: Remove unused conditional
David Blaikie
- r188496 - Fix assert added in r188494
David Blaikie
- r188498 - DebugInfo: Split out the implementation of getStaticDataMemberDeclaration for future use
David Blaikie
- r188500 - Remove unnecessary explicit cast.
David Blaikie
- r188501 - DebugInfo: CollectRecordStaticField -> CreateRecordStaticField to return its result.
David Blaikie
- r188498 - DebugInfo: Split out the implementation of getStaticDataMemberDeclaration for future use
David Blaikie
- r188575 - DebugInfo: Contrain the record type parameter for CollectRecordFields
David Blaikie
- r188576 - DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class
David Blaikie
- r188576 - DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class
David Blaikie
- r188585 - DebugInfo: Canonicalize namespaces to avoid emitting multiple namespaces with the same name but different lines
David Blaikie
- r188600 - Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class"
David Blaikie
- r188612 - PR16927: Don't assert (or, previously, skip) static data members of enumeration type
David Blaikie
- [cfe-commits] r172591 - in /cfe/trunk: lib/CodeGen/CGDebugInfo.cpp lib/CodeGen/CGDebugInfo.h test/CodeGen/2009-10-20-GlobalDebug.c test/CodeGen/debug-info-static.c test/CodeGenCXX/debug-lambda-expressions.cpp
David Blaikie
- r188622 - DebugInfo: don't require full definitions for friend classes
David Blaikie
- r188639 - DebugInfo: Don't emit vbase 'containing types' for context chain limited types
David Blaikie
- r188640 - DebugInfo: Avoid duplicating types that may be created during the process of creating their context
David Blaikie
- r188642 - Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""
David Blaikie
- Question - patched from Git
David Blaikie
- r188651 - DebugInfo: Do not include line/file info for artificial parameters & parameters of artificial functions
David Blaikie
- [PATCH] Create a td file with the x86 cpus names for the driver.
Chandler Carruth
- r188569 - Introduce the clangIDE library.
Chandler Carruth
- r188569 - Introduce the clangIDE library.
Chandler Carruth
- r188623 - Fix a use-after-free found in libclang when doing code completion. The
Chandler Carruth
- r188184 - [Mips] MSA frontend option support
Jack Carter
- r188461 - [Mips][msa] Added most builtins from add.a to xori
Jack Carter
- r188464 - [Mips][msa] Add support for half
Jack Carter
- r188464 - [Mips][msa] Add support for half
Jack Carter
- [libc++] Patch for AIX port
David Chisnall
- r188206 - Patch by Chris Wailes <chris.wailes at gmail.com>.
Eric Christopher
- r188352 - Driver::IsUsingLTO() no longer return true when seeing -emit-llvm.
Eric Christopher
- r188352 - Driver::IsUsingLTO() no longer return true when seeing -emit-llvm.
Eric Christopher
- First half (set/multiset) of N3657
Marshall Clow
- [libcxx] r188241 - First half of support for N3657; heterogenous lookups for set/multiset
Marshall Clow
- [libcxx] r188242 - More support for N3657; tests for is_transparent
Marshall Clow
- Second half (map/multimap) of N3657
Marshall Clow
- [libcxx] r188273 - Create a C++14 status page
Marshall Clow
- [libcxx] r188275 - Fix case mismatch
Marshall Clow
- [libcxx] r188276 - escape some template specs
Marshall Clow
- [libcxx] r188277 - Fix template formatting. No, really
Marshall Clow
- [libcxx] r188282 - Added more tests for numeric conversion error handing; Refs LWG issue 2009
Marshall Clow
- [libcxx] r188283 - Updated issues 2009 and 2074
Marshall Clow
- [libcxx] r188284 - Removed 'Ready' issues from Bristol
Marshall Clow
- [libcxx] r188286 - Updated Issue 2187
Marshall Clow
- [libcxx] r188294 - Updated issues 2039, 2044, 2197, 2225, and 2231
Marshall Clow
- [libcxx] r188320 - Second half (map/multimap) of N3657
Marshall Clow
- [libcxx] r188321 - Update for N3657 and issue 2010
Marshall Clow
- [libcxx] r188322 - Eradicate tabs
Marshall Clow
- LWG Issue #2187 (emplace_back and emplace for vector<bool>)
Marshall Clow
- [libcxx] r188333 - Implement LWG Issue #2187 (emplace_back and emplace for vector<bool>)
Marshall Clow
- [libcxx] r188375 - Add a deleted assignment operator for basic_ostream; LWG Issue #2067
Marshall Clow
- [libcxx] r188378 - Mark LWG Issue #2110 and #2113 as completed - they were already done
Marshall Clow
- [libcxx] r188381 - Added CWG and SG1 papers to libc++ status page
Marshall Clow
- [libcxx] r188383 - remove CWG papers from list; add link to clang status page
Marshall Clow
- [VIRUS SCAN ERROR] [libc++] Patch for AIX port
Marshall Clow
- [libcxx] r188395 - Fix signed/unsigned warnings when building libc++ in C++14 mode
Marshall Clow
- [PATCH] Add support for -fsanitize-blacklist and default blacklists for DFSan
Peter Collingbourne
- [PATCH] Add support for -fsanitize-blacklist and default blacklists for DFSan
Peter Collingbourne
- [PATCH] Add support for -fsanitize-blacklist and default blacklists for DFSan
Peter Collingbourne
- r188403 - Add support for -fsanitize-blacklist and default blacklists for DFSan.
Peter Collingbourne
- [PATCH] Add support for -fsanitize-blacklist and default blacklists for DFSan
Peter Collingbourne
- [PATCH] [-cxx-abi microsoft] Mangle TemplateArgument::Declaration for references
Charles Davis
- r188354 - [tests] Ensure subsitution string is ascii.
Daniel Dunbar
- r188384 - [tests] Reapply r188354, ensure subsitution string is ascii.
Daniel Dunbar
- [cfe-commits] r154188 - /cfe/trunk/test/lit.cfg
Daniel Dunbar
- patch: link ubsan into shared libraries
Jean-Daniel Dupas
- [PATCH] [libcxx] Distinguish between MSVC, MSVCRT, and Windows-specific code
Jean-Daniel Dupas
- patch: link ubsan into shared libraries
Jean-Daniel Dupas
- r188638 - InitHeaderSearch.cpp: [Cygwin] Add 4.7.3.
Rafael Avila de Espindola
- r188562 - clang-format utils/TableGen/TableGen.cpp.
Rafael Espindola
- r188588 - Don't reject attribute used in an "extern const" variable definition.
Rafael Espindola
- [PATCH] Create a td file with the x86 cpus names for the driver.
Rafael Ávila de Espíndola
- r188464 - [Mips][msa] Add support for half
Rafael Espíndola
- r188461 - [Mips][msa] Added most builtins from add.a to xori
Rafael Espíndola
- r188461 - [Mips][msa] Added most builtins from add.a to xori
Rafael Espíndola
- XCore target: Add target specific EmitVAArg
Rafael Espíndola
- XCore make test checks more concise
Rafael Espíndola
- r188464 - [Mips][msa] Add support for half
Rafael Espíndola
- r188464 - [Mips][msa] Add support for half
Rafael Espíndola
- XCore make test checks more concise
Rafael Espíndola
- XCore target: Add target specific EmitVAArg
Rafael Espíndola
- XCore make test checks more concise
Rafael Espíndola
- [PATCH] Create a td file with the x86 cpus names for the driver.
Rafael Espíndola
- XCore target: Add target specific EmitVAArg
Rafael Espíndola
- XCore make test checks more concise
Rafael Espíndola
- [PATCH] Create a td file with the x86 cpus names for the driver.
Rafael Espíndola
- [RFC] #pragma ivdep
Hal Finkel
- XCore target front end
Eli Friedman
- r188208 - Fix crash w/BlockDecl and invalid qualified decl.
Eli Friedman
- r188209 - Fix pretty-printing for unnamed unions.
Eli Friedman
- PR16752[PATCH]: 'mode' attribute for unusual targets doesn't work properly.
Eli Friedman
- How to write and use chained PCHs
Eli Friedman
- r188324 - sizeof(void) etc. should be a hard error in C++.
Eli Friedman
- r188330 - Fix Altivec vector literal parser hack for C++11.
Eli Friedman
- r188332 - ObjectiveC [QoI] issue warning if an element of an nsarray
Eli Friedman
- How to write and use chained PCHs
Eli Friedman
- r188324 - sizeof(void) etc. should be a hard error in C++.
Eli Friedman
- How to write and use chained PCHs
Eli Friedman
- [PATCH] Allow ExternalSemaSource to participate in typo correction
Eli Friedman
- r188324 - sizeof(void) etc. should be a hard error in C++.
Eli Friedman
- r188400 - Enhance the clang -v gcc debug printing to skip obviously bad and duplicate paths.
Eli Friedman
- r188406 - Do no use -emit-llvm for -flto.
Eli Friedman
- r188406 - Do no use -emit-llvm for -flto.
Eli Friedman
- [libcxx] r188413 - Relax complete-type check for functions and function pointers to allow void return type. This bug was exposed by Eli Friedman's commit to clang r188324. Anywhere this version of clang ships, this libc++ fix must follow. However this fix is compatible with previous clangs, and so this libc++ doesn't need to wait for this clang.
Eli Friedman
- r188462 - Use the integrated assembler on NetBSD/powerpc by default.
Eli Friedman
- r188495 - Properly track l-paren of a CXXFucntionalCastExpr.
Eli Friedman
- r187374 - PR16715: Fix assert in verifier: only mark call to 'operator new' as 'builtin' if
Eli Friedman
- [PATCH] Correctly check for the main file in the presence of line markers
Eli Friedman
- r188510 - Fix for dependent contexts in alias templates.
Eli Friedman
- r188511 - Don't allow unary negation on scoped enums.
Eli Friedman
- r188510 - Fix for dependent contexts in alias templates.
Eli Friedman
- r188510 - Fix for dependent contexts in alias templates.
Eli Friedman
- r188510 - Fix for dependent contexts in alias templates.
Eli Friedman
- [PATCH] explicit GNU flags
Eli Friedman
- [PATCH] explicit GNU flags
Eli Friedman
- [PATCH] explicit GNU flags
Eli Friedman
- r188609 - Fix the name and the type of the argument for intrinisc
Eli Friedman
- [PATCH] Sema: Remove dead code in CheckTemplateArgumentAddressOfObjectOrFunction
Eli Friedman
- r188609 - Fix the name and the type of the argument for intrinisc
Eli Friedman
- [PATCH] Fixing a bug where debug info for a local variable gets emitted at file scope
Yunzhong Gao
- r188488 - make arm-use-movt available for all ARM
Renato Golin
- make arm-use-movt available for all ARM
Renato Golin
- [PATCH] Add the -ffixed-r9 flag for ARM.
Renato Golin
- [PATCH] Add gcc ARM flags -munaligned-access / -mno-unaligned-access
Renato Golin
- [PATCH] Add gcc ARM flags -munaligned-access / -mno-unaligned-access
Renato Golin
- r188478 - [autotools->cmake] Added CMake support for the preprocessor variable CLANG_REPOSITORY_STRING.
Michael Gottesman
- r188479 - [autotools->cmake] Added variable CLANG_VENDOR_UTI.
Michael Gottesman
- [PATCH] Aarch64 Neon ACLE scalar instrinsic name mangling with BHSD suffix
Joey Gouly
- [PATCH] explicit GNU flags
Dmitri Gribenko
- [PATCH] explicit GNU flags
Dmitri Gribenko
- r188625 - libclang: cleanup unused includes in public header
Dmitri Gribenko
- [PATCH] Make AnnotateAttr keeps pointer to StringLiteral instead of raw string.
Dmitri Gribenko
- [RFC] #pragma ivdep
Tobias Grosser
- [PATCH] Formatting 'enum class' and 'enum struct' as enumerations
Joe Hermaszewski
- [PATCH] Add some options related to inserting spaces around parentheses
Joe Hermaszewski
- [libcxx] r188192 - Nico Rieck: this patch series fixes visibility issues on Windows as explained in <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-August/031214.html>.
Howard Hinnant
- [PATCH] [libcxx] Visibility fixes for Windows
Howard Hinnant
- First half (set/multiset) of N3657
Howard Hinnant
- Second half (map/multimap) of N3657
Howard Hinnant
- LWG Issue #2187 (emplace_back and emplace for vector<bool>)
Howard Hinnant
- [libc++] Patch for AIX port
Howard Hinnant
- [libc++] Patch for AIX port
Howard Hinnant
- [libcxx] r188387 - Added some missing issues to the c++1y status page, and put in hyperlinks for the papers.
Howard Hinnant
- [libcxx] r188396 - Xing Xue: port to IBM XLC++/AIX.
Howard Hinnant
- [libc++] Patch for AIX port
Howard Hinnant
- r188324 - sizeof(void) etc. should be a hard error in C++.
Howard Hinnant
- [libcxx] r188413 - Relax complete-type check for functions and function pointers to allow void return type. This bug was exposed by Eli Friedman's commit to clang r188324. Anywhere this version of clang ships, this libc++ fix must follow. However this fix is compatible with previous clangs, and so this libc++ doesn't need to wait for this clang.
Howard Hinnant
- r188324 - sizeof(void) etc. should be a hard error in C++.
Howard Hinnant
- [libcxx] r188413 - Relax complete-type check for functions and function pointers to allow void return type. This bug was exposed by Eli Friedman's commit to clang r188324. Anywhere this version of clang ships, this libc++ fix must follow. However this fix is compatible with previous clangs, and so this libc++ doesn't need to wait for this clang.
Howard Hinnant
- [libc++] Patch for AIX port
Howard Hinnant
- make arm-use-movt available for all ARM
Jeroen Hofstee
- [PATCH] Add the -ffixed-r9 flag for ARM.
Jeroen Hofstee
- [PATCH] Add gcc ARM flags -munaligned-access / -mno-unaligned-access
Jeroen Hofstee
- [PATCH] Add gcc ARM flags -munaligned-access / -mno-unaligned-access
Jeroen Hofstee
- r188206 - Patch by Chris Wailes <chris.wailes at gmail.com>.
DeLesley Hutchins
- r188465 - Thread safety analysis: move warnings within lock/unlock functions out of beta.
DeLesley Hutchins
- r188505 - Thread Safety Analysis: fix bug when using TryLock with && and || expressions.
DeLesley Hutchins
- r188571 - Thread safety analysis: new test case
DeLesley Hutchins
- [PATCH] [patch] Adding Consumed Analysis to Clang
Delesley Hutchins
- [PATCH] Abstract out virtual calls and virtual function prologue code generation
Timur Iskhodzhanov
- [PATCH] [-cxx-abi microsoft] INT_MIN is mangled like -INT_MIN
Timur Iskhodzhanov
- [PATCH] [-cxx-abi microsoft] INT_MIN is mangled like -INT_MIN
Timur Iskhodzhanov
- r188224 - ObjectiveC migration. Add couple of routine
Fariborz Jahanian
- r188303 - ObjectiveC migrator: Fixes a crash and makes couple
Fariborz Jahanian
- r188332 - ObjectiveC [QoI] issue warning if an element of an nsarray
Fariborz Jahanian
- r188335 - Refine diagnostics in my last patch.
Fariborz Jahanian
- r188438 - ObjectiveC [Sema]. This patch makes sure that all inherited
Fariborz Jahanian
- r188470 - ObjectiveC migrator: In deciding NS_OPTION over
Fariborz Jahanian
- r188473 - Fixes a gross conditional in my last patch.
Fariborz Jahanian
- r188480 - Add another test to my last patch (NS_OPTION vs. NS_ENUM)
Fariborz Jahanian
- r188493 - ObjectiveC migrator. Start annotating CF functions
Fariborz Jahanian
- r188497 - ObjetiveC migrator: fix the test in my last patch
Fariborz Jahanian
- r188574 - Need summary info. about arguments to
Fariborz Jahanian
- r188591 - ObjectiveC migrator: Add some more routines
Fariborz Jahanian
- [PATCH] [ClangFormat] Add ConstructorInitializerOffset to control initializer list indentation
Daniel Jasper
- r188172 - clang-format: Correctly format alias declarations.
Daniel Jasper
- r188175 - clang-format: Improve stream-formatting.
Daniel Jasper
- r188175 - clang-format: Improve stream-formatting.
Daniel Jasper
- [PATCH] [ClangFormat] Add ConstructorInitializerOffset to control initializer list indentation
Daniel Jasper
- r188253 - clang-format: Slightly adapt line break penalties.
Daniel Jasper
- [PATCH] [ClangFormat] Add ConstructorInitializerOffset to control initializer list indentation
Daniel Jasper
- r188255 - clang-format: Activate WebKit-style tests for MS compilers.
Daniel Jasper
- [PATCH] [ClangFormat] Add ConstructorInitializerOffset to control initializer list indentation
Daniel Jasper
- r188256 - clang-format: Improve boolean expression formatting in macros.
Daniel Jasper
- r188260 - clang-format: Add option for the offset of constructor initializers.
Daniel Jasper
- [PATCH] [ClangFormat] Add ConstructorInitializerOffset to control initializer list indentation
Daniel Jasper
- [PATCH] Templatize tooling::deduplicate()
Daniel Jasper
- [PATCH] Split UnwrappedLineFormatter into individual components
Daniel Jasper
- r188543 - Split UnwrappedLineFormatter into individual components.
Daniel Jasper
- [PATCH] Split UnwrappedLineFormatter into individual components
Daniel Jasper
- [PATCH] Templatize tooling::deduplicate()
Daniel Jasper
- [PATCH] Templatize tooling::deduplicate()
Daniel Jasper
- Access Softek looks for a project
Galina Kistanova
- [PATCH] clang-cl: Choose executable name base on input name or /Fe
Reid Kleckner
- [PATCH] clang-cl: Choose executable name base on input name or /Fe
Reid Kleckner
- [PATCH] [-cxx-abi microsoft] Mangle TemplateArgument::Declaration for references
Reid Kleckner
- [PATCH] [-cxx-abi microsoft] Mangle __uuidof correctly into template parameters
Reid Kleckner
- [PATCH] clang-cl: Sink /Fe and /Fo diagnostic code into BuildActions
Reid Kleckner
- r188230 - Remove Sema includes from Analysis code to fix layering
Reid Kleckner
- r188237 - Silence a warning from MSVC about not returning a value
Reid Kleckner
- [PATCH] Delete CC_Default and use the target default CC everywhere
Reid Kleckner
- [PATCH] Delete CC_Default and use the target default CC everywhere
Reid Kleckner
- [PATCH] [-cxx-abi microsoft] Mangle __uuidof correctly into template parameters
Reid Kleckner
- [PATCH] CodeGen: __uuidof should work even with an incomplete _GUID type
Reid Kleckner
- [PATCH] CodeGen: __uuidof should work even with an incomplete _GUID type
Reid Kleckner
- [PATCH] clang-cl: Support the /link option and hard-code the target triple
Reid Kleckner
- [PATCH] Driver: Forward -Wl, and -Xlink arguments when using windows linker
Reid Kleckner
- [PATCH] CodeGen: __uuidof should work even with an incomplete _GUID type
Reid Kleckner
- [PATCH] [-cxx-abi microsoft] Mangle member pointers better
Reid Kleckner
- [PATCH] CodeGen: __uuidof should work even with an incomplete _GUID type
Reid Kleckner
- [PATCH] Tweak the CMake package rules for Windows
Reid Kleckner
- [PATCH] [ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
- [PATCH] Windows ToolChain: add VS bin dir to ProgramPaths
Reid Kleckner
- {PATCH] clang::tooling::ArgumentAdjuster - Add file name argument to Adjust callback
Manuel Klimek
- {PATCH] clang::tooling::ArgumentAdjuster - Add file name argument to Adjust callback
Manuel Klimek
- {PATCH] clang::tooling::ArgumentAdjuster - Add file name argument to Adjust callback
Manuel Klimek
- [PATCH] Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case.
Manuel Klimek
- [PATCH] [ClangFormat] Add ConstructorInitializerOffset to control initializer list indentation
Manuel Klimek
- [PATCH] Adding a vector version of tooling::applyAllReplacements
Manuel Klimek
- [PATCH] cpp11-migrate: Header change application tool - migmerge
Manuel Klimek
- [PATCH] [analyzer] Refactor conditional expression evaluating code
Manuel Klimek
- [PATCH] Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration.
Manuel Klimek
- [PATCH] Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration.
Manuel Klimek
- [PATCH] Split UnwrappedLineFormatter into individual components
Manuel Klimek
- [PATCH] Adding Replacement serialization support
Manuel Klimek
- [PATCH] Introducing new tool clang-replace
Manuel Klimek
- [PATCH] cpp11-migrate: Use Replacement serialization from clang::tooling
Manuel Klimek
- [PATCH] Rewrite eachOf/allOf/anyOf to use a variadic operator.
Manuel Klimek
- [PATCH] Rewrite eachOf/allOf/anyOf to use a variadic operator.
Manuel Klimek
- r188178 - SourceManager intialization tweaks.
Benjamin Kramer
- r188182 - This test passes on freebsd after r188178. Not exactly sure why.
Benjamin Kramer
- [clang-tools-extra] r188368 - \param is not for referring to arguments.
Benjamin Kramer
- r188400 - Enhance the clang -v gcc debug printing to skip obviously bad and duplicate paths.
Benjamin Kramer
- r188405 - Testcase for r188400.
Benjamin Kramer
- r188400 - Enhance the clang -v gcc debug printing to skip obviously bad and duplicate paths.
Benjamin Kramer
- r188493 - ObjectiveC migrator. Start annotating CF functions
Benjamin Kramer
- [PATCH] Create a td file with the x86 cpus names for the driver.
Benjamin Kramer
- r188580 - Replace some DenseMap keys with simpler structures that don't need another DenseMapInfo specialization.
Benjamin Kramer
- r188581 - RetainCountChecker: Replace some loops with std:: algorithms.
Benjamin Kramer
- r188432 - [static analyzer] Factor out ArgEffect and RetEffect into public header file.
Ted Kremenek
- r188433 - [static analyzer] add a simple "CallEffects" API to query the retain count semantics of a method.
Ted Kremenek
- [PATCH] [analyzer] Refactor conditional expression evaluating code
Ted Kremenek
- [PATCH] [analyzer] Refactor conditional expression evaluating code
Ted Kremenek
- r188535 - Fix typo pointed out by Jordan.
Ted Kremenek
- r188578 - Revert r188574. Turns out it isn't needed.
Ted Kremenek
- r188493 - ObjectiveC migrator. Start annotating CF functions
Ted Kremenek
- r188587 - Use the number of parameters in the actual method or function to determine the CallEffects size.
Ted Kremenek
- r188569 - Introduce the clangIDE library.
Ted Kremenek
- r188607 - + make scan-build work with Strawberry Perl, ActiveState Perl, cygwin perl and msys perl ports.
Ted Kremenek
- [PATCH] [analyzer] Refactor conditional expression evaluating code
Ted Kremenek
- [PATCH] [analyzer] Refactor conditional expression evaluating code
Ted Kremenek
- r188569 - Introduce the clangIDE library.
Argyrios Kyrtzidis
- r188569 - Introduce the clangIDE library.
Argyrios Kyrtzidis
- r188601 - Rename libIDE to libIndex.
Argyrios Kyrtzidis
- r188569 - Introduce the clangIDE library.
Argyrios Kyrtzidis
- [PATCH] WIP Fix for temporary destructors in conditionals
Pavel Labath
- [PATCH] [analyzer] Refactor conditional expression evaluating code
Pavel Labath
- [PATCH] [analyzer] Refactor conditional expression evaluating code
Pavel Labath
- [PATCH] [analyzer] Fix inefficiency in dead symbol removal
Pavel Labath
- [PATCH] [analyzer] Refactor conditional expression evaluating code
Pavel Labath
- [PATCH] [analyzer] Refactor conditional expression evaluating code
Pavel Labath
- [PATCH] [analyzer] Refactor conditional expression evaluating code
Pavel Labath
- [PATCH] [analyzer] Refactor conditional expression evaluating code
Pavel Labath
- [PATCH] [analyzer] Fix inefficiency in dead symbol removal
Pavel Labath
- [PATCH] Sema: avoid reuse of Exprs when synthesizing operator=
Pavel Labath
- [PATCH] Explicit flag for Conditional Expressions with Omitted Operands
Peter N Lewis
- [PATCH] explicit GNU flags
Peter N Lewis
- [PATCH] explicit GNU flags
Peter N Lewis
- [PATCH] explicit GNU flags
Peter N Lewis
- [PATCH] explicit GNU flags
Peter N Lewis
- patch: link ubsan into shared libraries
Nick Lewycky
- patch: link ubsan into shared libraries
Nick Lewycky
- r188325 - Link in the ubsan runtime when building shared objects.
Nick Lewycky
- r188447 - CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
Stephen Lin
- r188452 - Clang and AArch64 backend patches to support shll/shl and vmovl instructions and ACLE functions
Hao Liu
- r188456 - Fix the build failure of Realease version
Hao Liu
- XCore target front end
Robert Lytton
- r188258 - Add XCore target
Robert Lytton
- r188258 - Add XCore target
Robert Lytton
- r188258 - Add XCore target
Robert Lytton
- r188258 - Add XCore target
Robert Lytton
- XCore make test checks more concise
Robert Lytton
- XCore target: Add target specific EmitVAArg
Robert Lytton
- XCore make test checks more concise
Robert Lytton
- XCore target: Add target specific EmitVAArg
Robert Lytton
- XCore make test checks more concise
Robert Lytton
- XCore make test checks more concise
Robert Lytton
- XCore target: Add target specific EmitVAArg
Robert Lytton
- [PATCH] [libcxx] Distinguish between MSVC, MSVCRT, and Windows-specific code
G M
- [PATCH] [libcxx] Distinguish between MSVC, MSVCRT, and Windows-specific code
G M
- libcxx cmakelists.txt
G M
- [PATCH] [-cxx-abi microsoft] Mangle __uuidof correctly into template parameters
David Majnemer
- r188245 - [-cxx-abi microsoft] Mangle TemplateArgument::Declaration for references
David Majnemer
- [PATCH] [-cxx-abi microsoft] Mangle __uuidof correctly into template parameters
David Majnemer
- r188252 - [-cxx-abi microsoft] Mangle __uuidof correctly into template parameters
David Majnemer
- [PATCH] CodeGen: __uuidof should work even with an incomplete _GUID type
David Majnemer
- r188257 - Fix typo in comment.
David Majnemer
- [PATCH] [-cxx-abi microsoft] INT_MIN is mangled like -INT_MIN
David Majnemer
- [PATCH] [-cxx-abi microsoft] INT_MIN is mangled like -INT_MIN
David Majnemer
- [PATCH] CodeGen: __uuidof should work even with an incomplete _GUID type
David Majnemer
- [PATCH] CodeGen: __uuidof should work even with an incomplete _GUID type
David Majnemer
- [PATCH] CodeGen: __uuidof should work even with an incomplete _GUID type
David Majnemer
- r188450 - [-cxx-abi microsoft] Mangle member pointers better
David Majnemer
- [PATCH] Parse: Do not 'HandleTopLevelDecl' on templated functions.
David Majnemer
- r188453 - Add back a test that was removed in r188450
David Majnemer
- [PATCH] CodeGen: __uuidof should work even with an incomplete _GUID type
David Majnemer
- [PATCH] CodeGen: __uuidof should work even with an incomplete _GUID type
David Majnemer
- r188481 - CodeGen: __uuidof should work even with an incomplete _GUID type
David Majnemer
- [PATCH] Parse: Do not 'HandleTopLevelDecl' on templated functions.
David Majnemer
- r188536 - Parse: Do not 'HandleTopLevelDecl' on templated functions.
David Majnemer
- [PATCH] AST: __uuidof should leak through templated types
David Majnemer
- [PATCH] Parser: support Microsoft syntax for 'typename typedef'
David Majnemer
- [PATCH] Parser: support Microsoft syntax for 'typename typedef'
David Majnemer
- [PATCH] Parser: support Microsoft syntax for 'typename typedef'
David Majnemer
- [PATCH] Sema: Remove dead code in CheckTemplateArgumentAddressOfObjectOrFunction
David Majnemer
- r188647 - Sema: Remove dead code in CheckTemplateArgumentAddressOfObjectOrFunction
David Majnemer
- r188174 - Fix FileCheck --check-prefix lines.
Tim Northover
- r188324 - sizeof(void) etc. should be a hard error in C++.
Arthur O'Dwyer
- [PATCH] lib/ARCMigrate: Fix CMake build (offender: r188591)
Johannes Obermayr
- [PATCH] Use -std=c++11 when no arguments are provided.
Guillaume Papin
- [PATCH] Use -std=c++11 when no arguments are provided.
Guillaume Papin
- [PATCH] Use -std=c++11 when no arguments are provided.
Guillaume Papin
- [PATCH] Use -std=c++11 when no arguments are provided.
Guillaume Papin
- [PATCH] cpp11-migrate: Header change application tool - migmerge
Guillaume Papin
- [PATCH] cpp11-migrate: Add a class to support include directives modifications
Guillaume Papin
- [PATCH] cpp11-migrate: Add a transform that use pass-by-value in constructors
Guillaume Papin
- [PATCH] cpp11-migrate: Add a class to support include directives modifications
Guillaume Papin
- [PATCH] cpp11-migrate: Add a class to support include directives modifications
Guillaume Papin
- [clang-tools-extra] r188610 - cpp11-migrate: Add a class to support include directives modifications
Guillaume Papin
- [PATCH] cpp11-migrate: Add a class to support include directives modifications
Guillaume Papin
- [clang-tools-extra] r188611 - Revert "cpp11-migrate: Add a class to support include directives modifications"
Guillaume Papin
- patch: link ubsan into shared libraries
Alexander Potapenko
- r188405 - Testcase for r188400.
Adrian Prantl
- r188414 - Relax testcase for r188400 to not test for forward-slashes as path separators.
Adrian Prantl
- r188405 - Testcase for r188400.
Adrian Prantl
- [PATCH][AVX2] Fix intrinsic name and argument for _mm256_broadcastsi128_si256
Juergen Ributzka
- r188609 - Fix the name and the type of the argument for intrinisc
Juergen Ributzka
- r188609 - Fix the name and the type of the argument for intrinisc
Juergen Ributzka
- [PATCH] [libcxx] Distinguish between MSVC, MSVCRT, and Windows-specific code
Nico Rieck
- [PATCH] [analyzer] Refactor conditional expression evaluating code
Jordan Rose
- [PATCH] [analyzer] Refactor conditional expression evaluating code
Jordan Rose
- [PATCH] [analyzer] Fix inefficiency in dead symbol removal
Jordan Rose
- [PATCH] [analyzer] Refactor conditional expression evaluating code
Jordan Rose
- [cfe-commits] r154188 - /cfe/trunk/test/lit.cfg
Jordan Rose
- r188432 - [static analyzer] Factor out ArgEffect and RetEffect into public header file.
Jordan Rose
- r188468 - [analyzer] If realloc fails on an escaped region, that region doesn't leak.
Jordan Rose
- r188468 - [analyzer] If realloc fails on an escaped region, that region doesn't leak.
Jordan Rose
- r188493 - ObjectiveC migrator. Start annotating CF functions
Jordan Rose
- r188493 - ObjectiveC migrator. Start annotating CF functions
Jordan Rose
- r188514 - [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer.
Jordan Rose
- [PATCH] [analyzer] Fix inefficiency in dead symbol removal
Jordan Rose
- r188574 - Need summary info. about arguments to
Jordan Rose
- Question - patched from Git
Jarosław Rosiek
- [PATCH] Make AnnotateAttr keeps pointer to StringLiteral instead of raw string.
Jarosław Rosiek
- about PCH
Yao SHEN
- How to write and use chained PCHs
Yao SHEN
- How to write and use chained PCHs
Yao SHEN
- How to write and use chained PCHs
Yao SHEN
- r188170 - Use new llvm::SpecialCaseList API in CodeGenModule
Alexey Samsonov
- [PATCH] Move SanitizerArgs to the clang Driver
Alexey Samsonov
- [PATCH] Move SanitizerArgs to the clang Driver
Alexey Samsonov
- [PATCH] Move SanitizerArgs to the clang Driver
Alexey Samsonov
- r188464 - [Mips][msa] Add support for half
Daniel Sanders
- [PATCH] [mips][msa] Added fexdo, fexup[lr] builtins
Daniel Sanders
- r188464 - [Mips][msa] Add support for half
Daniel Sanders
- ubsan: check type_info equality via strcmp
Jonathan Sauer
- [PATCH v3] Set some OpenCl specification mandated types/alignments/etc
Michele Scandale
- r187174 - Fix GNU ObjC ABI for a message returning a struct.
Jonathan Schleifer
- r188271 - Fix xcore tests to use regex.
Arnold Schwaighofer
- r188258 - Add XCore target
Arnold Schwaighofer
- r188258 - Add XCore target
Arnold Schwaighofer
- [clang-tools-extra] r188274 - cpp11-migrate: Write header replacements to disk
Arnold Schwaighofer
- r188280 - Move logic to enable the vectorizer to clang
Arnold Schwaighofer
- r188324 - sizeof(void) etc. should be a hard error in C++.
Arnold Schwaighofer
- [PATCH] Add support for -fsanitize-blacklist and default blacklists for DFSan
Kostya Serebryany
- patch: link ubsan into shared libraries
Kostya Serebryany
- patch: link ubsan into shared libraries
Kostya Serebryany
- [PATCH] Add support for -fsanitize-blacklist and default blacklists for DFSan
Sean Silva
- [clang-tools-extra] r188306 - Avoid errors on header guards using #if defined(NAME).
Sean Silva
- [clang-tools-extra] r188306 - Avoid errors on header guards using #if defined(NAME).
Sean Silva
- [PATCH] Templatize tooling::deduplicate()
Sean Silva
- [PATCH] Header dependencies support for modularize
Sean Silva
- [clang-tools-extra] r188274 - cpp11-migrate: Write header replacements to disk
Siraj, Tareq A
- [PATCH] cpp11-migrate: Write header replacements to disk
Tareq A. Siraj
- [PATCH] cpp11-migrate: Write header replacements to disk
Tareq A. Siraj
- [clang-tools-extra] r188274 - cpp11-migrate: Write header replacements to disk
Tareq A. Siraj
- [PATCH] cpp11-migrate: Write header replacements to disk
Tareq A. Siraj
- [PATCH] Fixes test failure on darwin introduced by r188274
Tareq A. Siraj
- [PATCH] Fixes test failure on darwin introduced by r188274
Tareq A. Siraj
- [PATCH] Fixes test failure on darwin introduced by r188274
Tareq A. Siraj
- [clang-tools-extra] r188299 - Fixes test failure on darwin introduced by r188274
Tareq A. Siraj
- [PATCH] Fixes test failure on darwin introduced by r188274
Tareq A. Siraj
- [PATCH] cpp11-migrate: Adding -yaml-only option
Tareq A. Siraj
- [PATCH] More fixes for windows on top of r188299
Tareq A. Siraj
- [PATCH] More fixes for windows on top of r188299
Tareq A. Siraj
- [PATCH] cpp11-migrate: Fixing doxygen warnings
Tareq A. Siraj
- [clang-tools-extra] r188394 - cpp11-migrate: Fixing doxygen warnings
Tareq A. Siraj
- [PATCH] cpp11-migrate: Fixing doxygen warnings
Tareq A. Siraj
- [PATCH] cpp11-migrate: Remove mention of 'headers' from serialization code
Tareq A. Siraj
- [PATCH] cpp11-migrate: Further generalize replacements serialization
Tareq A. Siraj
- [PATCH] Introducing new tool clang-replace
Tareq A. Siraj
- patch: link ubsan into shared libraries
Richard Smith
- [PATCH] Move SanitizerArgs to the clang Driver
Richard Smith
- [PATCH] [-cxx-abi microsoft] Mangle __uuidof correctly into template parameters
Richard Smith
- r188307 - Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:
Richard Smith
- [PATCH] CodeGen: __uuidof should work even with an incomplete _GUID type
Richard Smith
- r188334 - Don't produce duplicate notes if we have deduction failure notes when resolving
Richard Smith
- [PATCH] CodeGen: __uuidof should work even with an incomplete _GUID type
Richard Smith
- [PATCH] Bug Fix: Disallow a variable template to be redeclared as a non-templated variable
Richard Smith
- r188406 - Do no use -emit-llvm for -flto.
Richard Smith
- [PATCH] Bug fix: note diagnosis on expression narrowing...
Richard Smith
- r188410 - PR16875: The return type of a dependent function type is visible when it's
Richard Smith
- [PATCH] Move SanitizerArgs to the clang Driver
Richard Smith
- r188495 - Properly track l-paren of a CXXFucntionalCastExpr.
Richard Smith
- [PATCH] Parse: Do not 'HandleTopLevelDecl' on templated functions.
Richard Smith
- [PATCH] Delete CC_Default and use the target default CC everywhere
Richard Smith
- r188510 - Fix for dependent contexts in alias templates.
Richard Smith
- ubsan: check type_info equality via strcmp
Richard Smith
- ubsan: check type_info equality via strcmp
Richard Smith
- [PATCH] explicit GNU flags
Richard Smith
- r188602 - Refactor all diagnosing of TypoCorrections through a common function, in
Richard Smith
- r188603 - Fix indentation.
Richard Smith
- [libc++] Patch for AIX port
Joerg Sonnenberger
- [libc++] Patch for AIX port
Joerg Sonnenberger
- r188462 - Use the integrated assembler on NetBSD/powerpc by default.
Joerg Sonnenberger
- r188463 - Build unwind tables by default on NetBSD.
Joerg Sonnenberger
- [libc++] Patch for AIX port
Joerg Sonnenberger
- [PATCH] R600: Add local address pointer size to DataLayout
Tom Stellard
- r188258 - Add XCore target
Evgeniy Stepanov
- r188258 - Add XCore target
Evgeniy Stepanov
- r188459 - Update sanitizer attribute documentation to match behaviour change in r187967.
Evgeniy Stepanov
- r188498 - DebugInfo: Split out the implementation of getStaticDataMemberDeclaration for future use
Evgeniy Stepanov
- r188539 - Revert r188498.
Evgeniy Stepanov
- r188498 - DebugInfo: Split out the implementation of getStaticDataMemberDeclaration for future use
Evgeniy Stepanov
- r188248 - AnalysisBasedWarnings.cpp:: Prune "\param VariableName", possibly copypasto, in comments. [-Wdocumentation]
NAKAMURA Takumi
- [clang-tools-extra] r188345 - clang-tools-extra/test/cpp11-migrate/HeaderReplacements/main.cpp: Suppress this on win32, for now. Investigating.
NAKAMURA Takumi
- [clang-tools-extra] r188347 - clang-tools-extra/test/cpp11-migrate/HeaderReplacements/main.cpp: Use FileCheck instead of grep(1).
NAKAMURA Takumi
- [clang-tools-extra] r188349 - clang-tools-extra/test/cpp11-migrate/HeaderReplacements/main.cpp: Use "%/t" instead of "%t" on sed(1) to avoid \'s expanded to control chars.
NAKAMURA Takumi
- r188373 - Revert r188354, "[tests] Ensure subsitution string is ascii."
NAKAMURA Takumi
- r188354 - [tests] Ensure subsitution string is ascii.
NAKAMURA Takumi
- r188621 - {c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS along corresponding to clangIndex.
NAKAMURA Takumi
- r188638 - InitHeaderSearch.cpp: [Cygwin] Add 4.7.3.
NAKAMURA Takumi
- {PATCH] clang::tooling::ArgumentAdjuster - Add file name argument to Adjust callback
Thompson, John
- {PATCH] clang::tooling::ArgumentAdjuster - Add file name argument to Adjust callback
Thompson, John
- {PATCH] clang::tooling::ArgumentAdjuster - Add file name argument to Adjust callback
Thompson, John
- [PATCH] [PATCH] Repost using Phabricator of ArgumentsAdjuster change (part 1)
John Thompson
- [PATCH] [PATCH] Repost of ArgumentsAdjuster change (part 2)
John Thompson
- [PATCH] Header dependencies support for modularize
John Thompson
- [clang-tools-extra] r188306 - Avoid errors on header guards using #if defined(NAME).
John Thompson
- [clang-tools-extra] r188308 - Enhanced test for header guards.
John Thompson
- [clang-tools-extra] r188306 - Avoid errors on header guards using #if defined(NAME).
John Thompson
- [PATCH] Header dependencies support for modularize
Thompson, John
- r188439 - Add ctorInitializer to the dynamic AST Matcher registry.
Stefanus Du Toit
- r188440 - Add a bit of explanation for FrontendActionFactory.
Stefanus Du Toit
- [PATCH] cpp11-migrate: Further generalize replacements serialization
Stefanus Du Toit
- r188636 - Make expression allocation methods use a 'const' reference to the ASTContext since the underlying operator new only needs a const reference.
Craig Topper
- r188641 - Remove throw() from Stmt::operator new so the compiler will omit the null check on the result since ASTContext allocator won't return null.
Craig Topper
- r188609 - Fix the name and the type of the argument for intrinisc
Craig Topper
- r188644 - Remove Stmt::operator new that takes a ASTContext*. All callers use the ASTContext& version.
Craig Topper
- r188645 - Revert r188644 to unbreak buildbots.
Craig Topper
- r188648 - Make the version of Stmt::operator new that takes ASTContext* call the ASTContext& version in Stmt inline instead of having two out of line functions that both call to the global versions.
Craig Topper
- r188652 - Fix indentation. No functional change.
Craig Topper
- r188196 - Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko.
Kaelyn Uhrain
- r188197 - Forgot to add unittests/Sema/ before committing r188196 :(
Kaelyn Uhrain
- r188212 - Add hooks to ExternalSemaSource for after-the-fact diagnosis of
Kaelyn Uhrain
- [PATCH] Generic Lambdas: A first step
Faisal Vali
- [PATCH] Generic Lambdas: A first step
Faisal Vali
- [PATCH] cpp11-migrate: Write header replacements to disk
Edwin Vane
- [PATCH] Use -std=c++11 when no arguments are provided.
Edwin Vane
- r188287 - Fixing a conflict detection bug in tooling::deduplicate
Edwin Vane
- [PATCH] Adding a vector version of tooling::applyAllReplacements
Edwin Vane
- [PATCH] Fixes test failure on darwin introduced by r188274
Edwin Vane
- [PATCH] Use -std=c++11 when no arguments are provided.
Edwin Vane
- [PATCH] Fixes test failure on darwin introduced by r188274
Edwin Vane
- [PATCH] Use -std=c++11 when no arguments are provided.
Edwin Vane
- r188295 - Adding a vector version of tooling::applyAllReplacements
Edwin Vane
- [PATCH] Adding a vector version of tooling::applyAllReplacements
Edwin Vane
- [PATCH] cpp11-migrate: Header change application tool - migmerge
Edwin Vane
- r188304 - Have Range::overlapsWith use positive logic
Edwin Vane
- [PATCH] cpp11-migrate: Adding -yaml-only option
Edwin Vane
- [clang-tools-extra] r188371 - cpp11-migrate: Adding -yaml-only option
Edwin Vane
- [PATCH] cpp11-migrate: Adding -yaml-only option
Edwin Vane
- [clang-tools-extra] r188374 - cpp11-migrate: Fix silly logic error preventing multiple transforms
Edwin Vane
- [PATCH] cpp11-migrate: Header change application tool - migmerge
Edwin Vane
- [PATCH] cpp11-migrate: Remove mention of 'headers' from serialization code
Edwin Vane
- [clang-tools-extra] r188404 - cpp11-migrate: Remove mention of 'headers' from serialization code
Edwin Vane
- [PATCH] cpp11-migrate: Remove mention of 'headers' from serialization code
Edwin Vane
- [PATCH] cpp11-migrate: Further generalize replacements serialization
Edwin Vane
- [PATCH] Use -std=c++11 when no arguments are provided.
Edwin Vane
- [PATCH] Use -std=c++11 when no arguments are provided.
Edwin Vane
- [PATCH] cpp11-migrate: Add a class to support include directives modifications
Edwin Vane
- [PATCH] cpp11-migrate: Further generalize replacements serialization
Edwin Vane
- [PATCH] Templatize tooling::deduplicate()
Edwin Vane
- [PATCH] Use -std=c++11 when no arguments are provided.
Edwin Vane
- [PATCH] Templatize tooling::deduplicate()
Edwin Vane
- [PATCH] Templatize tooling::deduplicate()
Edwin Vane
- [PATCH] Templatize tooling::deduplicate()
Edwin Vane
- [PATCH] Templatize tooling::deduplicate()
Edwin Vane
- r188550 - Tweak Replacement comparisons
Edwin Vane
- [PATCH] Adding Replacement serialization support
Edwin Vane
- [PATCH] cpp11-migrate: Use Replacement serialization from clang::tooling
Edwin Vane
- [PATCH] cpp11-migrate: Further generalize replacements serialization
Edwin Vane
- [PATCH] Introducing new tool clang-replace
Edwin Vane
- [PATCH] cpp11-migrate: Header change application tool - migmerge
Edwin Vane
- [PATCH] Adding Replacement serialization support
Edwin Vane
- [PATCH] Adding Replacement serialization support
Edwin Vane
- r188249 - variable templates updated for PCH serialization... Still working on test cases...
Larisse Voufo
- [PATCH] Bug Fix: Disallow a variable template to be redeclared as a non-templated variable
Larisse Voufo
- [PATCH] Bug fix: note diagnosis on expression narrowing...
Larisse Voufo
- [PATCH] Bug Fix: Disallow a variable template to be redeclared as a non-templated variable
Larisse Voufo
- r188350 - Bug fix: disallow a variable template to be redeclared as a non-templated variable
Larisse Voufo
- r188409 - Bug fix: note diagnosis on expression narrowing should say "variable template" instead of "static data member" when appropriate
Larisse Voufo
- [PATCH] [patch] Adding Consumed Analysis to Clang
Chris Wailes
- r188206 - Patch by Chris Wailes <chris.wailes at gmail.com>.
Chris Wailes
- [libclc] r188179 - Add vload* for addrspace(2) and use as constant load for R600
Aaron Watry
- [libclc] r188180 - Enable assembly vload3 int/uint constant/global for R600
Aaron Watry
- [libclc] r188181 - Add intN vloadN() implementations for address spaces 3 and 4
Aaron Watry
- [libclc] r188476 - Add hadd builtin
Aaron Watry
- [libclc] r188477 - Add rhadd builtin
Aaron Watry
- [clang-tools-extra] r188168 - Remove CRs added in r187370.
Nico Weber
- r188190 - clang-cl: Expand warning about /TC and /TP override, and expand test
Hans Wennborg
- [PATCH] clang-cl: Choose executable name base on input name or /Fe
Hans Wennborg
- [PATCH] clang-cl: Choose executable name base on input name or /Fe
Hans Wennborg
- [PATCH] clang-cl: Choose executable name base on input name or /Fe
Hans Wennborg
- r188210 - clang-cl: Support the /Fe option
Hans Wennborg
- [PATCH] clang-cl: Choose executable name base on input name or /Fe
Hans Wennborg
- [PATCH] clang-cl: Choose executable name base on input name or /Fe
Hans Wennborg
- r188211 - Speculative build fix for r188206.
Hans Wennborg
- r188213 - clang-cl: Consolidate tests for /Fo and /Fe into cl-outputs.c
Hans Wennborg
- [PATCH] clang-cl: Sink /Fe and /Fo diagnostic code into BuildActions
Hans Wennborg
- r188226 - clang-cl: Sink /Fe and /Fo diagnostic code into BuildActions
Hans Wennborg
- [PATCH] clang-cl: Sink /Fe and /Fo diagnostic code into BuildActions
Hans Wennborg
- [PATCH] clang-cl: Support the /link option and hard-code the target triple
Hans Wennborg
- r188316 - Handle "--" explicitly in the driver
Hans Wennborg
- r188331 - clang-cl: Support /link option and set target to win32
Hans Wennborg
- [PATCH] clang-cl: Support the /link option and hard-code the target triple
Hans Wennborg
- [PATCH] clang-cl: Support the /link option and hard-code the target triple
Hans Wennborg
- [PATCH] Driver: Forward -Wl, and -Xlink arguments when using windows linker
Hans Wennborg
- r188346 - Driver: Forward -Wl, and -Xlink arguments when using windows linker
Hans Wennborg
- [PATCH] Driver: Forward -Wl, and -Xlink arguments when using windows linker
Hans Wennborg
- [PATCH] Tweak the CMake package rules for Windows
Hans Wennborg
- [PATCH] Tweak the CMake package rules for Windows
Hans Wennborg
- [PATCH] Windows ToolChain: add VS bin dir to ProgramPaths
Hans Wennborg
- r188531 - Windows ToolChain: add VS bin dir to PogramPaths
Hans Wennborg
- [PATCH] Windows ToolChain: add VS bin dir to ProgramPaths
Hans Wennborg
- [libc++] Patch for AIX port
Michael Wong
- [VIRUS SCAN ERROR] [libc++] Patch for AIX port
Xing Xue
- [libc++] Patch for AIX port
Xing Xue
- [libc++] Patch for AIX port
Xing Xue
- [libc++] Patch for AIX port
Xing Xue
- r188352 - Driver::IsUsingLTO() no longer return true when seeing -emit-llvm.
Shuxin Yang
- r188353 - revert 188352
Shuxin Yang
- r188352 - Driver::IsUsingLTO() no longer return true when seeing -emit-llvm.
Shuxin Yang
- r188406 - Do no use -emit-llvm for -flto.
Shuxin Yang
- r188406 - Do no use -emit-llvm for -flto.
Shuxin Yang
- r188408 - Fix grammar mistake.
Shuxin Yang
- r188406 - Do no use -emit-llvm for -flto.
Shuxin Yang
- r188406 - Do no use -emit-llvm for -flto.
Shuxin Yang
- r188607 - + make scan-build work with Strawberry Perl, ActiveState Perl, cygwin perl and msys perl ports.
Anton Yartsev
- [PATCH] Allow ExternalSemaSource to participate in typo correction
Luke Zarko
- r188271 - Fix xcore tests to use regex.
jahanian
- r188332 - ObjectiveC [QoI] issue warning if an element of an nsarray
jahanian
- r188433 - [static analyzer] add a simple "CallEffects" API to query the retain count semantics of a method.
jahanian
- r188493 - ObjectiveC migrator. Start annotating CF functions
jahanian
- r188493 - ObjectiveC migrator. Start annotating CF functions
jahanian
- r188578 - Revert r188574. Turns out it isn't needed.
jahanian
- r188468 - [analyzer] If realloc fails on an escaped region, that region doesn't leak.
Дмитрий Дьяченко
- r188468 - [analyzer] If realloc fails on an escaped region, that region doesn't leak.
Дмитрий Дьяченко
Last message date:
Sun Aug 18 22:38:27 PDT 2013
Archived on: Tue Aug 4 15:31:11 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).