The Week Of Monday 15 July 2013 Archives by author
Starting: Mon Jul 15 01:24:27 PDT 2013
Ending: Sun Jul 21 22:04:01 PDT 2013
Messages: 582
- [PATCH] Error on illegal OpenCL kernel argument types
Matt Arsenault
- [PATCH] Error on illegal OpenCL kernel argument types
Matt Arsenault
- [PATCH] Flesh out cpuid.h ; fixes bugs 12719 and 16391
John Baldwin
- [PATCH] Replacing empty switches
Aaron Ballman
- [PATCH] [Driver] Convert response files with UTF-16 BOMs to UTF-8
Aaron Ballman
- r186318 - Replacing an empty switch with its moral equivalent. No functional changes intended.
Aaron Ballman
- [PATCH] Replacing empty switches
Aaron Ballman
- [PATCH] Fixing a driver bug where clang cannot locate source file at drive root
Aaron Ballman
- [PATCH] Minor Attr.td tablegen additions
Aaron Ballman
- r186578 - Removed a parameter from handleAttrWithMessage to make it more consistent with other attribute handlers, as well as other attribute error messages. Added missing test cases for the unavailable attribute, and updated the deprecated test case.
Aaron Ballman
- [PATCH] Combing some type attribute diagnostics
Aaron Ballman
- r186584 - Replacing a morally duplicate diagnostic by adding it to an existing diagnostic's select list. Updates the tests for the more consistent diagnostic.
Aaron Ballman
- r186590 - Test contents were somehow duplicated, resulting in any testcase that fails automatically failing twice. Removing the duplicates.
Aaron Ballman
- r186591 - Switching to use checkAttributeNumArgs for trivial cases. No functional changes intended.
Aaron Ballman
- [PATCH] Correcting attribute argument count errors
Aaron Ballman
- r186598 - Changed declarations from Attr to InheritableAttr as they are already being processed that way semantically.
Aaron Ballman
- [PATCH] Declare as Inheritable attributes that are already processed that way
Aaron Ballman
- r186708 - Replace some existing type attribute diagnostics with a
Aaron Ballman
- [PATCH] Combing some type attribute diagnostics
Aaron Ballman
- [PATCH] Propagate alignment for _Complex
JF Bastien
- [PATCH] Propagate alignment for _Complex
JF Bastien
- [PATCH] Propagate alignment for _Complex
JF Bastien
- [PATCH] Propagate alignment for _Complex
JF Bastien
- r186490 - Propagate alignment for _Complex
JF Bastien
- [PATCH] Propagate alignment for _Complex
JF Bastien
- r186490 - Propagate alignment for _Complex
JF Bastien
- r186490 - Propagate alignment for _Complex
JF Bastien
- r186564 - Fix volatile _Complex alignment test on platforms where 64-bit floating point isn't 64-bit aligned
JF Bastien
- r186490 - Propagate alignment for _Complex
JF Bastien
- r186647 - OpenMP: basic support for #pragma omp parallel
Alexey Bataev
- [PATCH] Add support for type traversal matchers.
Samuel Benzaquen
- [PATCH] Add support for type traversal matchers.
Samuel Benzaquen
- [PATCH] Add support for type traversal matchers.
Samuel Benzaquen
- r186340 - Add support for type traversal matchers.
Samuel Benzaquen
- [PATCH] Add support for type traversal matchers.
Samuel Benzaquen
- [PATCH] Add support for type traversal matchers.
Samuel Benzaquen
- [PATCH] Add more types to ASTNodeKind. Refactor common instantiation code.
Samuel Benzaquen
- [PATCH] Add more types to ASTNodeKind. Refactor common instantiation code.
Samuel Benzaquen
- [PATCH] Add more types to ASTNodeKind. Refactor common instantiation code.
Samuel Benzaquen
- r186422 - Add more types to ASTNodeKind. Refactor common instantiation code.
Samuel Benzaquen
- [PATCH] Add more types to ASTNodeKind. Refactor common instantiation code.
Samuel Benzaquen
- [PATCH] Add CXXCtorInitializer related matchers to the dynamic matcher registry.
Samuel Benzaquen
- r186508 - Add CXXCtorInitializer related matchers to the dynamic matcher registry.
Samuel Benzaquen
- [PATCH] Add CXXCtorInitializer related matchers to the dynamic matcher registry.
Samuel Benzaquen
- [PATCH] Add TemplateArgument related matchers to the registry.
Samuel Benzaquen
- r186514 - Add TemplateArgument related matchers to the registry.
Samuel Benzaquen
- [PATCH] Add TemplateArgument related matchers to the registry.
Samuel Benzaquen
- [PATCH] Separate the notion of 'context' when recursing down in the parser and actual errors.
Samuel Benzaquen
- [PATCH] Separate the notion of 'context' when recursing down in the parser and actual errors.
Samuel Benzaquen
- [PATCH] Separate the notion of 'context' when recursing down in the parser and actual errors.
Samuel Benzaquen
- r186602 - Separate the notion of 'context' when recursing down in the parser and actual errors.
Samuel Benzaquen
- [PATCH] Separate the notion of 'context' when recursing down in the parser and actual errors.
Samuel Benzaquen
- [PATCH] Add support for raw_ostream on the printing methods of Diagnostics.
Samuel Benzaquen
- r186715 - Add support for raw_ostream on the printing methods of Diagnostics.
Samuel Benzaquen
- [PATCH] Add support for raw_ostream on the printing methods of Diagnostics.
Samuel Benzaquen
- [PATCH] Add support for overloaded matchers. ie different matcher function signatures with the same name.
Samuel Benzaquen
- [PATCH] Fix UseAuto not transforming iterators when non-fully qualified names are used and using inline namespaces is specified.
Ariel Bernal
- [clang-tools-extra] r186327 - Fix UseAuto not transforming iterator when non-fully qualifiers are used and
Ariel J. Bernal
- r186293 - Move BlockLiteralGeneric earlier in CGDebugInfo and remove
David Blaikie
- r186351 - Test case for r18266 (serialization support for TagDecl:IsCompleteDefinitionRequired)
David Blaikie
- r186262 - PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit the full definition of a type in -flimit-debug-info
David Blaikie
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
David Blaikie
- [PATCH] PR14253: 'warn_unused' attribute for unused warning for non-POD types
David Blaikie
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
David Blaikie
- [PATCH] Add missing const in tooling::applyAllReplacements().
David Blaikie
- r186526 - Constify Replacements parameter to applyAllReplacements.
David Blaikie
- [PATCH] Add missing const in tooling::applyAllReplacements().
David Blaikie
- [PATCH] Fix for Bug 16659
Maurice Bos
- r186199 - Unrevert r186040, reverted in r186185, with fix for PR16597.
Chandler Carruth
- r186199 - Unrevert r186040, reverted in r186185, with fix for PR16597.
Chandler Carruth
- r186331 - Re-revert r86040, which was un-reverted in r186199.
Chandler Carruth
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Chandler Carruth
- [PATCH] Inefficient code generation for 128-bit->256-bit typecast intrinsics (BZ #15712)
Chandler Carruth
- [PATCH] Inefficient code generation for 128-bit->256-bit typecast intrinsics (BZ #15712)
Chandler Carruth
- [PATCH] ArrayRef'ize Sema::MatchTemplateParametersToScopeSpecifier
Chandler Carruth
- libclang: expose the rest array types
Che-Liang Chiou
- libclang: expose the rest array types
Che-Liang Chiou
- r186542 - 80-column fixes.
Eric Christopher
- r186552 - Replace llvm::DIBuilder::DisableDebugLocations() with two RAII interfaces
Eric Christopher
- r186553 - Don't generate bogus line table entries for __copy_helper_block_ and
Eric Christopher
- r186553 - Don't generate bogus line table entries for __copy_helper_block_ and
Eric Christopher
- r186556 - Instead of checking against some version of "isType()" go ahead and
Eric Christopher
- r186638 - Update createCompileUnit call for llvm changes.
Eric Christopher
- [libcxx] r186323 - Add macro _LIBCPP_CONSTEXPR_AFTER_CXX11 for functions that have been marked constexpr post C++11
Marshall Clow
- Libc++ - Add constexpr to std::move and std::forward (post C++11)
Marshall Clow
- [libcxx] r186344 - Make std::forward and std::move (and std::move_if_noexcept) constexpr in C++14
Marshall Clow
- Step 2 (of N?) fixing bug 16599
Marshall Clow
- Step 2 (of N?) fixing bug 16599
Marshall Clow
- [libcxx] r186430 - Bug 16599 part 2: Make std::pair's constructors and comparison operators (and make_pair) constexpr.
Marshall Clow
- Step 3 (of N?) fixing bug 16599
Marshall Clow
- Step 3 (of N?) fixing bug 16599
Marshall Clow
- Step 3 (of N?) fixing bug 16599
Marshall Clow
- [libcxx] r186525 - Make std::get constexpr
Marshall Clow
- Step 4 (of 4) fixing bug 16599
Marshall Clow
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Peter Collingbourne
- r186490 - Propagate alignment for _Complex
Quentin Colombet
- r186490 - Propagate alignment for _Complex
Quentin Colombet
- r186714 - Create calling convention AttributedType sugar nodes
David Dean
- [PATCH] Generic Lambdas: A first step
James Dennett
- [PATCH] Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr.
James Dennett
- [PATCH] Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr.
James Dennett
- [PATCH] Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr.
James Dennett
- [PATCH] Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr.
James Dennett
- r186696 - This patch implements __get_cpuid_max() as an inline and __cpuid() and
Roman Divacky
- [PATCH] Improve idiomatic-parentheses test by checking selector family instead of just checking selector name.
Jean-Daniel Dupas
- [PATCH] Fix another place where clang check objc selector name instead of checking the selector family
Jean-Daniel Dupas
- r186524 - Improve idiomatic-parentheses by checking method family instead of relying on the selector name.
Jean-Daniel Dupas
- [PATCH] Improve idiomatic-parentheses test by checking selector family instead of just checking selector name.
Jean-Daniel Dupas
- r186718 - Fix another place where clang check objc selector name instead of checking the selector family
Jean-Daniel Dupas
- [PATCH] Fix another place where clang check objc selector name instead of checking the selector family
Jean-Daniel Dupas
- [PATCH] Replacing empty switches
Rafael Avila de Espindola
- r186448 - Update for llvm API change.
Rafael Espindola
- [clang-tools-extra] r186449 - Update for llvm API change.
Rafael Espindola
- r186487 - Use the simpler is_directory.
Rafael Espindola
- [PATCH] Fixing a driver bug where clang cannot locate source file at drive root
Rafael Ávila de Espíndola
- [PATCH] PR14253: 'warn_unused' attribute for unused warning for non-POD types
Rafael Espíndola
- [PATCH] ArrayRef'ize Sema::ActOnAtEnd
Rafael Espíndola
- Use of sys::fs::copy_file in the ARC Migration tool
Rafael Espíndola
- Windows buildbot failure.
Rafael Espíndola
- Windows buildbot failure.
Rafael Espíndola
- r186672 - [ASan] Reflect the dropped Mac OS 10.6 support in docs
Rafael Espíndola
- [PATCH] ArrayRef'ize Sema::MatchTemplateParametersToScopeSpecifier
Rafael Espíndola
- [PATCH] ArrayRef'ize Sema::MatchTemplateParametersToScopeSpecifier
Rafael Espíndola
- [PATCH] OpenMP parallel directive
Hal Finkel
- [PATCH][libcxx] regex: Support capturing parens inside lookahead assertions
William Fisher
- [PATCH] Propagate alignment for _Complex
Eli Friedman
- [PATCH] [PATCH] DR712 - odr use and constant expressions
Eli Friedman
- r186367 - Fix member refs with using decl + anonymous union.
Eli Friedman
- r186370 - Fix alignment of class derived from empty class.
Eli Friedman
- [PATCH] fix struct alignment problem with empty base class
Eli Friedman
- [PATCH] PR14831: -frewrite-includes incorrect warns about "unknown" pragmas
Eli Friedman
- [PATCH] PR14795 : -frewrite-includes sometimes results in incorrect line number
Eli Friedman
- [PATCH] Fix source location info for C++03 access declarations.
Eli Friedman
- r186370 - Fix alignment of class derived from empty class.
Eli Friedman
- r186373 - Merge attributes on typedef decls.
Eli Friedman
- r186452 - Fix crash on complex constant zero.
Eli Friedman
- r186464 - Make Expr::isConstantInitializer match IRGen.
Eli Friedman
- [PATCH] Propagate alignment for _Complex
Eli Friedman
- [PATCH] Propagate alignment for _Complex
Eli Friedman
- [PATCH] PR14831: -frewrite-includes incorrect warns about "unknown" pragmas
Eli Friedman
- r186521 - [analyzer] Handle C++11 member initializer expressions.
Eli Friedman
- [PATCH] X86 Builtins: rewrite SSE2/AVX2 shift builtin intrinsics using shift operators
Eli Friedman
- r186521 - [analyzer] Handle C++11 member initializer expressions.
Eli Friedman
- [PATCH] Fix incorrect substitution substituting into variadic alias template
Eli Friedman
- [PATCH] Fix incorrect substitution substituting into variadic alias template
Eli Friedman
- [PATCH] Declare as Inheritable attributes that are already processed that way
Eli Friedman
- [PATCH] Fix PR16537 - Ensure the TR1 definition of POD is used for layout, regardless of LangOpts
Eli Friedman
- r186629 - Clean up diagnostics for inheriting constructors.
Eli Friedman
- r186631 - Fix crash-on-invalid with inheriting constructor.
Eli Friedman
- [PATCH] Fix incorrect substitution substituting into variadic alias template
Eli Friedman
- [PATCH] Simplify CGF::Build*Virtual*Call
Eli Friedman
- ObjFW runtime: Add objc_msg_lookup(_super)_{fp,st}ret
Eli Friedman
- [PATCH] Fix another place where clang check objc selector name instead of checking the selector family
Eli Friedman
- [PATCH] Fix source range of implicitly instantiated friend declaration.
Eli Friedman
- ObjFW runtime: Add objc_msg_lookup(_super)_{fp,st}ret
Eli Friedman
- r186713 - Fix for template substitution with packs.
Eli Friedman
- r186726 - Correctly handle packs for variadic type traits.
Eli Friedman
- r186728 - Fix pack instantiation with function types.
Eli Friedman
- [PATCH] Fix incorrect substitution substituting into variadic alias template
Eli Friedman
- r186738 - Make IgnoreParens() look through ChooseExprs.
Eli Friedman
- r186741 - Fix bug in computing POD-for-layout.
Eli Friedman
- [PATCH] Fix PR16537 - Ensure the TR1 definition of POD is used for layout, regardless of LangOpts
Eli Friedman
- [PATCH] Fixing a driver bug where clang cannot locate source file at drive root
Yunzhong Gao
- r186701 - Fix test to actually check things.
Renato Golin
- r186701 - Fix test to actually check things.
Renato Golin
- [libclc] r186691 - Implement generic upsample()
Tobias Grosser
- [PATCH] Enhance PPCallbacks::Defined callback to provide SourceRange
Kim Gräsman
- r186710 - [mips] Add support for command-line options -mno-check-zero-division and
Akira Hatanaka
- [libcxx] r186334 - A few fixes to tests for Windows port.
Howard Hinnant
- [libcxx] r186335 - Bill Fisher: This patch fixes an ill-formed comparison when parsing control escapes, e.g. "\cA\ca". The code will now throw an error_escape exception for invalid control sequences like "\c:" or "\c".
Howard Hinnant
- [PATCH][libcxx] Fix handling of control escapes "\cX" in std::regex
Howard Hinnant
- Libc++ - Add constexpr to std::move and std::forward (post C++11)
Howard Hinnant
- Step 2 (of N?) fixing bug 16599
Howard Hinnant
- Step 2 (of N?) fixing bug 16599
Howard Hinnant
- [PATCH][libcxx] Windows null pointer format
Howard Hinnant
- [libcxx] r186472 - Add pointer format test for Windows.
Howard Hinnant
- Step 3 (of N?) fixing bug 16599
Howard Hinnant
- Step 4 (of 4) fixing bug 16599
Howard Hinnant
- [PATCH] Microsoft C++ Record Layout
Warren Hunt
- [PATCH] Microsoft C++ Record Layout
Warren Hunt
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Timur Iskhodzhanov
- [PATCH] Add MicrosoftVFTableContext to AST
Timur Iskhodzhanov
- [PATCH] Simplify CGF::Build*Virtual*Call
Timur Iskhodzhanov
- [PATCH] Replace TEST* with CHECK-DAG in vbtable tests
Timur Iskhodzhanov
- r186502 - Replace TEST* with CHECK-DAG in vbtable tests
Timur Iskhodzhanov
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Timur Iskhodzhanov
- r186657 - Simplify the CodeGenFunction::Build*Virtual*Call family of functions
Timur Iskhodzhanov
- [PATCH] Simplify CGF::Build*Virtual*Call
Timur Iskhodzhanov
- [PATCH] Simplify CGF::Build*Virtual*Call
Timur Iskhodzhanov
- [PATCH] Add MicrosoftVFTableContext to AST
Timur Iskhodzhanov
- [PATCH] Add MicrosoftVFTableContext to AST
Timur Iskhodzhanov
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Timur Iskhodzhanov
- r186349 - ObjC migrator: finding conforming protocol
Fariborz Jahanian
- r186369 - ObjC migrator: build conforming interface
Fariborz Jahanian
- r186421 - This patch removes unused parameter allProperties and converts remaining
Fariborz Jahanian
- r186443 - ObjectiveC migration: complete migrating class
Fariborz Jahanian
- r186460 - ObjectiveC migrator. If a class implements a protocol's
Fariborz Jahanian
- r186467 - Follow coding convention in argument decl.
Fariborz Jahanian
- r186473 - ObjectiveC migrator: When adding conforming protocol,
Fariborz Jahanian
- r186474 - More code conformance.
Fariborz Jahanian
- r186604 - ObjectiveC migration. migration to NS_ENUM/SN_OPTION
Fariborz Jahanian
- r186619 - ObjectiveC migrator: Remove semicolon after the typedef
Fariborz Jahanian
- r186641 - ObjectiveC migrator: add support to migrate to
Fariborz Jahanian
- r186700 - Fixes an ObjC migrator crash when last decl
Fariborz Jahanian
- r186716 - ObjectiveC migrator: Another use case of enum
Fariborz Jahanian
- r186320 - Improve formatting of operator<< chains.
Daniel Jasper
- r186322 - Improvement of change r186320.
Daniel Jasper
- r186324 - clang-format: Improve c-style cast detection.
Daniel Jasper
- [PATCH] Don't break line comments with escaped newlines.
Daniel Jasper
- r186402 - clang-format: Improve detection of function types.
Daniel Jasper
- r186433 - Revamp the formatting of C++11 braced init lists.
Daniel Jasper
- r186454 - clang-format: Improve handling of unterminated string literals.
Daniel Jasper
- [PATCH] Don't break line comments with escaped newlines.
Daniel Jasper
- [PATCH] Don't break line comments with escaped newlines.
Daniel Jasper
- r186515 - Improve line breaking before multi-line strings.
Daniel Jasper
- [PATCH] Clang-format: added -fromline and -toline options to specify ranges in line numbers instead of byte offsets.
Daniel Jasper
- r186535 - clang-format: Add space in corner case.
Daniel Jasper
- [PATCH] Clang-format: added -fromline and -toline options to specify ranges in line numbers instead of byte offsets.
Daniel Jasper
- r186583 - clang-format: Fix bad line break with pointers to members.
Daniel Jasper
- [PATCH] Clang-format: added -fromline and -toline options to specify ranges in line numbers instead of byte offsets.
Daniel Jasper
- r186660 - Improve clang-format vim integration.
Daniel Jasper
- r186740 - Use -lines option instead of -offset/-length. This fixes problems with files using dos newlines (<CR><LF>).
Daniel Jasper
- r186789 - clang-format: Smarter replacement in the vim integration.
Daniel Jasper
- [PATCH] [Driver] Convert response files with UTF-16 BOMs to UTF-8
Reid Kleckner
- [PATCH] [Driver] Convert response files with UTF-16 BOMs to UTF-8
Reid Kleckner
- [PATCH] [Driver] Convert response files with UTF-16 BOMs to UTF-8
Reid Kleckner
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Reid Kleckner
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Reid Kleckner
- r186383 - Add 'const' qualifiers to static const char* variables.
Reid Kleckner
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Reid Kleckner
- [PATCH] Fix declaring class template methods with an attributed typedef
Reid Kleckner
- [PATCH] Create calling convention AttributedType sugar nodes
Reid Kleckner
- [PATCH] Replace TEST* with CHECK-DAG in vbtable tests
Reid Kleckner
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Reid Kleckner
- r186536 - MS wide bitfield error check in Sema
Reid Kleckner
- [PATCH] [Driver] Convert response files with UTF-16 BOMs to UTF-8
Reid Kleckner
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Reid Kleckner
- [PATCH] [Sema] Re-land "Make FunctionType's TSI use unadjusted argument types"
Reid Kleckner
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Reid Kleckner
- r186603 - [Driver] Use LLVM's response file parser because it can read UTF-16
Reid Kleckner
- [PATCH] [Driver] Convert response files with UTF-16 BOMs to UTF-8
Reid Kleckner
- [PATCH] Create calling convention AttributedType sugar nodes
Reid Kleckner
- [PATCH] Fix declaring class template methods with an attributed typedef
Reid Kleckner
- [PATCH] Fix declaring class template methods with an attributed typedef
Reid Kleckner
- [Patch] Add a cl.exe compatible driver mode
Reid Kleckner
- [Patch] Add a cl.exe compatible driver mode
Reid Kleckner
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Reid Kleckner
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Reid Kleckner
- r186714 - Create calling convention AttributedType sugar nodes
Reid Kleckner
- [PATCH] Create calling convention AttributedType sugar nodes
Reid Kleckner
- [PATCH] Create calling convention AttributedType sugar nodes
Reid Kleckner
- r186719 - Use an i686 triple for this test now that it uses stdcall
Reid Kleckner
- r186714 - Create calling convention AttributedType sugar nodes
Reid Kleckner
- [PATCH] Add support for type traversal matchers.
Manuel Klimek
- [PATCH] Add support for type traversal matchers.
Manuel Klimek
- r186411 - Fixes another hard to test problem with iterator invalidation.
Manuel Klimek
- [PATCH] Add more types to ASTNodeKind. Refactor common instantiation code.
Manuel Klimek
- r186412 - Remove unnecessary assignment.
Manuel Klimek
- [PATCH] Make tooling::Range more convenient.
Manuel Klimek
- [PATCH] Add CXXCtorInitializer related matchers to the dynamic matcher registry.
Manuel Klimek
- [PATCH] Make tooling::Range more convenient.
Manuel Klimek
- [PATCH] Clang-format: added -fromline and -toline options to specify ranges in line numbers instead of byte offsets.
Manuel Klimek
- [PATCH] Add TemplateArgument related matchers to the registry.
Manuel Klimek
- r186582 - Fix crash in libclang if code completion is used with unknown flags.
Manuel Klimek
- [PATCH] Separate the notion of 'context' when recursing down in the parser and actual errors.
Manuel Klimek
- [PATCH] Make tooling::Range more convenient.
Manuel Klimek
- [PATCH] Allow Clang tools to display an overview when using the CommonOptionsParser.
Manuel Klimek
- [PATCH] Add contains() and overlaps() predicates to tooling::Range.
Manuel Klimek
- [PATCH] Allow Clang tools to display an overview when using the CommonOptionsParser.
Manuel Klimek
- [PATCH] Add contains() and overlaps() predicates to tooling::Range.
Manuel Klimek
- r186668 - Adds ctorInitializer and forEachConstructorInitializer matchers.
Manuel Klimek
- [PATCH] Allow Clang tools to display an overview when using the CommonOptionsParser.
Manuel Klimek
- r186670 - Adds overlapsWith and contains predicates on tooling::Range.
Manuel Klimek
- [PATCH] Add contains() and overlaps() predicates to tooling::Range.
Manuel Klimek
- r186671 - Allow clang tools to display an overview when using the CommonOptionsParser.
Manuel Klimek
- [PATCH] Allow Clang tools to display an overview when using the CommonOptionsParser.
Manuel Klimek
- [PATCH] Add support for raw_ostream on the printing methods of Diagnostics.
Manuel Klimek
- [PATCH] Don't break line comments with escaped newlines.
Alexander Kornienko
- [PATCH] Don't break line comments with escaped newlines.
Alexander Kornienko
- [PATCH] Don't break line comments with escaped newlines.
Alexander Kornienko
- [PATCH] Don't break line comments with escaped newlines.
Alexander Kornienko
- [PATCH] Don't break line comments with escaped newlines.
Alexander Kornienko
- [PATCH] Don't break line comments with escaped newlines.
Alexander Kornienko
- [PATCH] Don't break line comments with escaped newlines.
Alexander Kornienko
- [PATCH] Don't break line comments with escaped newlines.
Alexander Kornienko
- r186456 - Don't break line comments with escaped newlines.
Alexander Kornienko
- r186471 - Avoid breaking non-trailing block comments.
Alexander Kornienko
- [PATCH] Clang-format: added -fromline and -toline options to specify ranges in line numbers instead of byte offsets.
Alexander Kornienko
- [PATCH] Clang-format: added -fromline and -toline options to specify ranges in line numbers instead of byte offsets.
Alexander Kornienko
- [PATCH] Clang-format: added -fromline and -toline options to specify ranges in line numbers instead of byte offsets.
Alexander Kornienko
- [PATCH] Clang-format: added -fromline and -toline options to specify ranges in line numbers instead of byte offsets.
Alexander Kornienko
- [PATCH] Clang-format: added -fromline and -toline options to specify ranges in line numbers instead of byte offsets.
Alexander Kornienko
- r186625 - Added -lines X:Y option to specify line range to process. This is a more human-friendly alternative to -offset and -length.
Alexander Kornienko
- [PATCH] Clang-format: added -fromline and -toline options to specify ranges in line numbers instead of byte offsets.
Alexander Kornienko
- [PATCH] Simplified SourceManager::translateLineCol a bit.
Alexander Kornienko
- r182290 - Minor fix: don't crash on empty configuration file, consider empty configuration files invalid.
Alexander Kornienko
- r186740 - Use -lines option instead of -offset/-length. This fixes problems with files using dos newlines (<CR><LF>).
Alexander Kornienko
- r186701 - Fix test to actually check things.
Benjamin Kramer
- r186762 - Silence GCC warning for using both enum and unsigned in a ternary expr.
Benjamin Kramer
- r186649 - Remove unnecessary IsFirst variable from debug codde in GetDiagInfo.
Benjamin Kramer
- libclang: expose the rest array types
Argyrios Kyrtzidis
- [PATCH] Extend PPCallbacks #if and #elif callbacks
Argyrios Kyrtzidis
- r186462 - [arcmt] Remove some dead code.
Argyrios Kyrtzidis
- Use of sys::fs::copy_file in the ARC Migration tool
Argyrios Kyrtzidis
- [PATCH] PPCallbacks enhancement
Argyrios Kyrtzidis
- [PATCH] Enhance PPCallbacks::Defined callback to provide SourceRange
Argyrios Kyrtzidis
- [PATCH] Enhance PPCallbacks::Defined callback to provide SourceRange
Argyrios Kyrtzidis
- r186709 - [arcmt] After checking is successful disable auto-synthesize to avoid "@synthesize of 'weak' property is only
Argyrios Kyrtzidis
- [PATCH] Adding preproc callback for pragma directives.
Argyrios Kyrtzidis
- [PATCH] Disallow clang from assigning a diagnostic to ID zero
Argyrios Kyrtzidis
- [PATCH] [analyzer] Add very limited support for temporary destructors
Pavel Labath
- [PATCH] [analyzer] Add very limited support for temporary destructors
Pavel Labath
- [PATCH] [analyzer] Fix FP warnings when binding a temporary to a local static variable
Pavel Labath
- [PATCH] [analyzer] Fix FP warnings when binding a temporary to a local static variable
Pavel Labath
- r186498 - [analyzer] Add very limited support for temporary destructors
Pavel Labath
- [PATCH] [analyzer] Add very limited support for temporary destructors
Pavel Labath
- [PATCH] [analyzer] Fix regression in ResolveCondition()
Pavel Labath
- [PATCH] [analyzer] Fix regression in ResolveCondition()
Pavel Labath
- OpenCL address space and mangling
Tanya Lattner
- r186564 - Fix volatile _Complex alignment test on platforms where 64-bit floating point isn't 64-bit aligned
Stephen Lin
- [PATCH] PR14253: 'warn_unused' attribute for unused warning for non-POD types
Lubos Lunak
- [PATCH] PR14831: -frewrite-includes incorrect warns about "unknown" pragmas
Lubos Lunak
- [PATCH] PR14253: 'warn_unused' attribute for unused warning for non-POD types
Lubos Lunak
- [PATCH] PR14253: 'warn_unused' attribute for unused warning for non-POD types
Lubos Lunak
- [PATCH] PR14253: 'warn_unused' attribute for unused warning for non-POD types
Lubos Lunak
- [PATCH] PR14253: 'warn_unused' attribute for unused warning for non-POD types
Lubos Lunak
- r186763 - fix sometimes incorrect line numbers in -frewrite-includes mode (pr#14795)
Lubos Lunak
- r186764 - avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831)
Lubos Lunak
- r186765 - add type attribute warn_unused, for -Wunused-variable warnings (pr#14253)
Lubos Lunak
- [PATCH] PR14253: 'warn_unused' attribute for unused warning for non-POD types
Lubos Lunak
- r186793 - report unused-value warning also for warn_unused types
Lubos Lunak
- [PATCH] Fix PR16537 - Ensure the TR1 definition of POD is used for layout, regardless of LangOpts
Josh Magee
- [PATCH] Fix PR16537 - Ensure the TR1 definition of POD is used for layout, regardless of LangOpts
Josh Magee
- [PATCH] Fix PR16537 - Ensure the TR1 definition of POD is used for layout, regardless of LangOpts
Joshua Magee
- [PATCH] Disallow clang from assigning a diagnostic to ID zero
David Majnemer
- r186760 - DiagnosticIDs: Forbid Diag ID from being valid
David Majnemer
- [PATCH] Disallow clang from assigning a diagnostic to ID zero
David Majnemer
- [PATCH] Use ARM-style representation for C++ method pointers under PNaCl
John McCall
- [PATCH] Add MicrosoftVFTableContext to AST
John McCall
- [PATCH] Create calling convention AttributedType sugar nodes
John McCall
- [PATCH] Fix declaring class template methods with an attributed typedef
John McCall
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
John McCall
- [PATCH] Combing some type attribute diagnostics
John McCall
- [PATCH] Create calling convention AttributedType sugar nodes
John McCall
- [PATCH] Adding a -fno-math-builtin option to the compiler frontend (-cc1)
John McCall
- [PATCH] Use ARM-style representation for C++ method pointers under PNaCl
John McCall
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
John McCall
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
John McCall
- [PATCH] [ms-cxxabi] Emit linkonce complete dtors in TUs that need them
John McCall
- [PATCH] Add MicrosoftVFTableContext to AST
John McCall
- [PATCH] Implement low-level ARM ldrex/strex intrinsics
Tim Northover
- [PATCH] Implement low-level ARM ldrex/strex intrinsics
Tim Northover
- r186394 - ARM: implement low-level intrinsics for the atomic exclusive operations.
Tim Northover
- [PATCH] Implement low-level ARM ldrex/strex intrinsics
Tim Northover
- r186398 - Fix test on release builds.
Tim Northover
- [PATCH] cp11-migrate: Integration with LibFormat.
Guillaume Papin
- [PATCH] cpp11-migrate: Write header replacements to disk
Guillaume Papin
- [PATCH] cpp11-migrate: Write header replacements to disk
Guillaume Papin
- [PATCH] cpp11-migrate: Add command line option to enables transforms automatically
Guillaume Papin
- [PATCH] cpp11-migrate: Use test fixture for FileOverridesTest.
Guillaume Papin
- [PATCH] Make tooling::Range more convenient.
Guillaume Papin
- [PATCH] Make tooling::Range more convenient.
Guillaume Papin
- [PATCH] Make tooling::Range more convenient.
Guillaume Papin
- [PATCH] cp11-migrate: Integration with LibFormat.
Guillaume Papin
- [PATCH] cp11-migrate: Integration with LibFormat.
Guillaume Papin
- [PATCH] Add missing const in tooling::applyAllReplacements().
Guillaume Papin
- [PATCH] Add missing const in tooling::applyAllReplacements().
Guillaume Papin
- [PATCH] cpp11-migrate: Write header replacements to disk
Guillaume Papin
- [PATCH] cpp11-migrate: Add command line option to enables transforms automatically
Guillaume Papin
- [PATCH] cpp11-migrate: Use test fixture for FileOverridesTest.
Guillaume Papin
- [PATCH] Make tooling::Range more convenient.
Guillaume Papin
- [PATCH] Make tooling::Range more convenient.
Guillaume Papin
- [PATCH] Add contains() and overlaps() predicates to tooling::Range.
Guillaume Papin
- [PATCH] Allow Clang tools to display an overview when using the CommonOptionsParser.
Guillaume Papin
- [PATCH] Allow Clang tools to display an overview when using the CommonOptionsParser.
Guillaume Papin
- [PATCH] Add contains() and overlaps() predicates to tooling::Range.
Guillaume Papin
- [PATCH] Allow Clang tools to display an overview when using the CommonOptionsParser.
Guillaume Papin
- [PATCH] Add contains() and overlaps() predicates to tooling::Range.
Guillaume Papin
- [PATCH] Add contains() and overlaps() predicates to tooling::Range.
Guillaume Papin
- [PATCH] Allow Clang tools to display an overview when using the CommonOptionsParser.
Guillaume Papin
- [PATCH] cpp11-migrate: Make a VirtualFilesHelper class for the unit tests.
Guillaume Papin
- [PATCH] cp11-migrate: Integration with LibFormat.
Guillaume Papin
- [PATCH] cp11-migrate: Integration with LibFormat.
Guillaume Papin
- [PATCH] Avoid spurious error messages if parent template class cannot be instantiated
Serge Pavlov
- r186385 - Limit number of bits in size representation so that bit size fit 64 bits.
Serge Pavlov
- [PATCH] Avoid spurious error messages if parent template class cannot be instantiated
Serge Pavlov
- r186550 - Simplify logic by using the appropriate function.
Adrian Prantl
- r186551 - Clarified documentation.
Adrian Prantl
- r186552 - Replace llvm::DIBuilder::DisableDebugLocations() with two RAII interfaces
Adrian Prantl
- r186553 - Don't generate bogus line table entries for __copy_helper_block_ and
Adrian Prantl
- r186552 - Replace llvm::DIBuilder::DisableDebugLocations() with two RAII interfaces
Adrian Prantl
- r186553 - Don't generate bogus line table entries for __copy_helper_block_ and
Adrian Prantl
- r186554 - Fix a compile error caught by bb-chapuni.
Adrian Prantl
- r186555 - Fix a compile error caught by bb-chapuni.
Adrian Prantl
- r186557 - s/BuiltinLocation/ArtificialLocation/
Adrian Prantl
- [PATCH] Inefficient code generation for 128-bit->256-bit typecast intrinsics (BZ #15712)
Katya Romanova
- [PATCH] [analyzer] Add very limited support for temporary destructors
Jordan Rose
- [PATCH] [analyzer] Fix FP warnings when binding a temporary to a local static variable
Jordan Rose
- [PATCH] [analyzer] Fix FP warnings when binding a temporary to a local static variable
Jordan Rose
- [PATCH] [analyzer] Add very limited support for temporary destructors
Jordan Rose
- r186421 - This patch removes unused parameter allProperties and converts remaining
Jordan Rose
- r186467 - Follow coding convention in argument decl.
Jordan Rose
- r186519 - [analyzer] Treat std::initializer_list as opaque rather than aborting.
Jordan Rose
- r186520 - [analyzer] Handle C string default values for const char * arguments.
Jordan Rose
- r186521 - [analyzer] Handle C++11 member initializer expressions.
Jordan Rose
- [PATCH] Improve idiomatic-parentheses test by checking selector family instead of just checking selector name.
Jordan Rose
- r186521 - [analyzer] Handle C++11 member initializer expressions.
Jordan Rose
- [PATCH] [PATCH][Review request][analyzer] scan-build for windows
Jordan Rose
- [Bug 16352] Unimplemented Function in Scan-Build
Jordan Rose
- r186639 - [analyzer] Include analysis stack in crash traces.
Jordan Rose
- r186672 - [ASan] Reflect the dropped Mac OS 10.6 support in docs
Alexey Samsonov
- [cfe-commits] r169144 - in /cfe/trunk: include/clang/Driver/Options.td include/clang/Frontend/CodeGenOptions.h lib/CodeGen/BackendUtil.cpp lib/Driver/SanitizerArgs.h lib/Driver/Tools.cpp lib/Frontend/CompilerInvocation.cpp test/Driver/fsanitize-blacklist.c
Alexey Samsonov
- r186672 - [ASan] Reflect the dropped Mac OS 10.6 support in docs
Alexey Samsonov
- r186673 - Revert r186672 - turns out ASan supports Mac OS 10.6 yet.
Alexey Samsonov
- r186672 - [ASan] Reflect the dropped Mac OS 10.6 support in docs
Alexey Samsonov
- r186674 - [SystemZ] Enable frame-pointer elimination for -O1 and above
Richard Sandiford
- r186694 - [SystemZ] Add -march= command-line option
Richard Sandiford
- r186383 - Add 'const' qualifiers to static const char* variables.
Jonathan Sauer
- OpenCL address space and mangling
Michele Scandale
- OpenCL address space and mangling
Michele Scandale
- ObjFW runtime: Add objc_msg_lookup(_super)_{fp,st}ret
Jonathan Schleifer
- ObjFW runtime: Add objc_msg_lookup(_super)_{fp,st}ret
Jonathan Schleifer
- ObjFW runtime: Add objc_msg_lookup(_super)_{fp,st}ret
Jonathan Schleifer
- [PATCH] Use ARM-style representation for C++ method pointers under PNaCl
Mark Seaborn
- [cfe-commits] r169144 - in /cfe/trunk: include/clang/Driver/Options.td include/clang/Frontend/CodeGenOptions.h lib/CodeGen/BackendUtil.cpp lib/Driver/SanitizerArgs.h lib/Driver/Tools.cpp lib/Frontend/CompilerInvocation.cpp test/Driver/fsanitize-blacklist.c
Sean Silva
- r186720 - Add a cl.exe compatible driver mode
Sean Silva
- [PATCH] Macro and conditional checking feature addition to the modularize tool
Sean Silva
- [PATCH] cpp11-migrate: Write header replacements to disk
Tareq A. Siraj
- [PATCH] cpp11-migrate: Write header replacements to disk
Tareq A. Siraj
- [PATCH] cpp11-migrate: Write header replacements to disk
Tareq A. Siraj
- [PATCH] cpp11-migrate: Write header replacements to disk
Tareq A. Siraj
- PR6878 (-cc1 should default to -fexceptions)
Nikola Smiljanic
- r186331 - Re-revert r86040, which was un-reverted in r186199.
Richard Smith
- r186275 - Add missing include guards into headers in lib/Headers. While it may appear
Richard Smith
- r186342 - Move the "->" to "." fixit from r186128 into a separate note since
Richard Smith
- r186370 - Fix alignment of class derived from empty class.
Richard Smith
- [PATCH] PR14253: 'warn_unused' attribute for unused warning for non-POD types
Richard Smith
- [PATCH] PR14253: 'warn_unused' attribute for unused warning for non-POD types
Richard Smith
- [cfe-commits] r166372 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExceptionSpec.cpp lib/Sema/SemaType.cpp test/CXX/except/except.spec/p15.cpp test/CXX/except/except.spec/p4.cpp test/CXX/special/class.dtor/p3.cpp
Richard Smith
- [PATCH] PR14253: 'warn_unused' attribute for unused warning for non-POD types
Richard Smith
- r186546 - Reinstate r186040, with additional fixes and more test coverage (reverted in
Richard Smith
- [PATCH] FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations
Richard Smith
- [PATCH] Fix incorrect substitution substituting into variadic alias template
Richard Smith
- r186490 - Propagate alignment for _Complex
Richard Smith
- [PATCH] Fix incorrect substitution substituting into variadic alias template
Richard Smith
- r186711 - Update users manual to indicate:
Richard Smith
- [PATCH] FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations
Richard Smith
- r186701 - Fix test to actually check things.
Richard Smith
- [PATCH] Better macro error messages involving initializer lists
Richard Smith
- [PATCH] Error on illegal OpenCL kernel argument types
Richard Smith
- r186720 - Add a cl.exe compatible driver mode
Richard Smith
- r186768 - Undisable a test for a c++98-compat warning for inheriting constructors now that we implement them.
Richard Smith
- r186769 - Add missing check for creating an instance of an abstract class through an
Richard Smith
- [PATCH] PR14253: 'warn_unused' attribute for unused warning for non-POD types
Richard Smith
- [PATCH] Fix source location info for C++03 access declarations.
Richard Smith
- [PATCH] Add a warning implementing C89 3.5.7p3
Richard Smith
- r186799 - Tighten up the set of operator new/operator delete calls we're permitted to
Richard Smith
- r186800 - Test updates missed from r186799.
Richard Smith
- r186803 - Implement DR257 / fix PR16659:
Richard Smith
- [PATCH] Fix for Bug 16659
Richard Smith
- r186804 - PR16288: A template is only missing a default template argument if it provides
Richard Smith
- r186199 - Unrevert r186040, reverted in r186185, with fix for PR16597.
Joerg Sonnenberger
- [PATCH] PR14831: -frewrite-includes incorrect warns about "unknown" pragmas
Joerg Sonnenberger
- [libclc] r186326 - Add integer-gentype.inc: Missing file from r185839
Tom Stellard
- [PATCH] Declare as Inheritable attributes that are already processed that way
Dean Sutherland
- r186492 - clang/test/CodeGen/volatile-complex.c: Loosen CHECKs for -Asserts.
NAKAMURA Takumi
- r186523 - SemaDeclCXX.cpp: Dissolve a ligature "fi" in comment.
NAKAMURA Takumi
- r186664 - StmtOpenMP.h: Fix bogus \param(s). [-Wdocumentation]
NAKAMURA Takumi
- r186665 - StmtOpenMP.h: Prune a stray \param in the comment of OMPExecutableDirective(). [-Wdocumentation]
NAKAMURA Takumi
- r186647 - OpenMP: basic support for #pragma omp parallel
NAKAMURA Takumi
- r186802 - SemaTemplate.cpp: Prune a stray "\param NumParamLists" in comment. [-Wdocumentation]
NAKAMURA Takumi
- [PATCH] Extend PPCallbacks #if and #elif callbacks
Thompson, John
- FW: [PATCH] Extend PPCallbacks #if and #elif callbacks
Thompson, John
- [PATCH] PPCallbacks enhancement
Thompson, John
- r186547 - Add condition expression result to if and elif callbacks.
John Thompson
- [PATCH] Enhance PPCallbacks::Defined callback to provide SourceRange
Thompson, John
- [PATCH] Enhance PPCallbacks::Defined callback to provide SourceRange
Thompson, John
- [clang-tools-extra] r186675 - Fixed some formatting issues with clang-format to get a baseline.
John Thompson
- [PATCH] Enhance PPCallbacks::Defined callback to provide SourceRange
Thompson, John
- r186707 - Add SourceRange to PPCallbacks::Defined callback.
John Thompson
- [PATCH] Macro and conditional checking feature addition to the modularize tool
Thompson, John
- [PATCH] Enhance PPCallbacks::Defined callback to provide SourceRange
Thompson, John
- [PATCH] Macro and conditional checking feature addition to the modularize tool
Thompson, John
- r186314 - Add 'static' and 'const' qualifiers to some arrays of strings.
Craig Topper
- r186383 - Add 'const' qualifiers to static const char* variables.
Craig Topper
- r186383 - Add 'const' qualifiers to static const char* variables.
Craig Topper
- r186437 - Fix formatting. No functional change.
Craig Topper
- [PATCH] Inefficient code generation for 128-bit->256-bit typecast intrinsics (BZ #15712)
Craig Topper
- r186649 - Remove unnecessary IsFirst variable from debug codde in GetDiagInfo.
Craig Topper
- r186652 - Remove trailing whitespace.
Craig Topper
- [PATCH] Inefficient code generation for 128-bit->256-bit typecast intrinsics (BZ #15712)
Craig Topper
- [PATCH] Disallow clang from assigning a diagnostic to ID zero
Craig Topper
- [PATCH] Disallow clang from assigning a diagnostic to ID zero
Craig Topper
- r186722 - Remove trailing whitespace
Craig Topper
- r186649 - Remove unnecessary IsFirst variable from debug codde in GetDiagInfo.
Craig Topper
- r186795 - Revert r186649 because it wasn't unnecessary and add a comment.
Craig Topper
- r186649 - Remove unnecessary IsFirst variable from debug codde in GetDiagInfo.
Craig Topper
- r186796 - Replace 'unsigned short' with 'uint16_t' in a packed data structure for consistency with other fields and to be explicit about bit count.
Craig Topper
- r186797 - Const-correct some iterators. No functional change.
Craig Topper
- [Patch] Merge diagnostic group tables to reduce data size and relocation entries
Craig Topper
- [PATCH] Better macro error messages involving initializer lists
Richard Trieu
- [PATCH] Better macro error messages involving initializer lists
Richard Trieu
- [PATCH] Better macro error messages involving initializer lists
Richard Trieu
- [PATCH] Better macro error messages involving initializer lists
Richard Trieu
- r186757 - If a default argument is a dependent type, get the real type from the desugared
Richard Trieu
- r186342 - Move the "->" to "." fixit from r186128 into a separate note since
Kaelyn Uhrain
- r186128 - Provide a fixit hint for changing '->' to '.' if there is no operator->
Kaelyn Uhrain
- r186348 - Fix a typo in the diagnostic note added in r186342.
Kaelyn Uhrain
- r186342 - Move the "->" to "." fixit from r186128 into a separate note since
Kaelyn Uhrain
- [PATCH] [PATCH] DR712 - odr use and constant expressions
Faisal Vali
- [PATCH] Generic Lambdas: A first step
Faisal Vali
- [PATCH] cp11-migrate: Integration with LibFormat.
Edwin Vane
- [PATCH] cpp11-migrate: Write header replacements to disk
Edwin Vane
- [PATCH] cp11-migrate: Integration with LibFormat.
Edwin Vane
- [PATCH] cpp11-migrate: Write header replacements to disk
Edwin Vane
- [PATCH] cp11-migrate: Integration with LibFormat.
Edwin Vane
- [PATCH] cpp11-migrate: Use test fixture for FileOverridesTest.
Edwin Vane
- [PATCH] cpp11-migrate: Add command line option to enables transforms automatically
Edwin Vane
- [PATCH] cpp11-migrate: Write header replacements to disk
Edwin Vane
- [PATCH] cpp11-migrate: Add command line option to enables transforms automatically
Edwin Vane
- [clang-tools-extra] r186575 - cpp11-migrate: Use test fixture in preparation for more tests
Edwin Vane
- [PATCH] cpp11-migrate: Use test fixture for FileOverridesTest.
Edwin Vane
- [PATCH] cpp11-migrate: Write header replacements to disk
Edwin Vane
- [PATCH] cpp11-migrate: Write header replacements to disk
Edwin Vane
- [PATCH] Implement low-level ARM ldrex/strex intrinsics
Manish Verma
- [PATCH] Implement low-level ARM ldrex/strex intrinsics
Manish Verma
- [PATCH] FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations
Larisse Voufo
- [PATCH] FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations
Larisse Voufo
- r186727 - Use function overloading instead of template specialization for diagnosis of bad template argument deductions.
Larisse Voufo
- r186729 - Revert "Use function overloading instead of template specialization for diagnosis of bad template argument deductions."
Larisse Voufo
- r186730 - FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations
Larisse Voufo
- [libclc] r186415 - libclc: vload/vstore disable assembly and fix offset calculation
Aaron Watry
- [libclc] r186416 - Fix and re-enable R600 vload/vstore assembly
Aaron Watry
- [libclc] r186610 - Fix build with LLVM 3.4
Aaron Watry
- [libclc] r186691 - Implement generic upsample()
Aaron Watry
- [cfe-commits] r166372 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExceptionSpec.cpp lib/Sema/SemaType.cpp test/CXX/except/except.spec/p15.cpp test/CXX/except/except.spec/p4.cpp test/CXX/special/class.dtor/p3.cpp
Nico Weber
- [Patch] Options: use TableGen to build PrefixesUnion (Was: Re: [cfe-commits] r166444 - in /cfe/trunk: include/clang/Driver/ lib/Driver/ lib/Frontend/ utils/TableGen/)
Hans Wennborg
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Hans Wennborg
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Hans Wennborg
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Hans Wennborg
- r186438 - FileCheckize test/Driver/immediate-options.c
Hans Wennborg
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Hans Wennborg
- [PATCH][libcxx] Windows null pointer format
Hans Wennborg
- r186518 - Option parsing tables: remove some unnecessary #defines
Hans Wennborg
- [PATCH] [Driver] Convert response files with UTF-16 BOMs to UTF-8
Hans Wennborg
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Hans Wennborg
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Hans Wennborg
- r186605 - Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum,
Hans Wennborg
- [Patch] Turn Driver::CCCIsCXX and CCCIsCPP into an enum, add -cxx-mode= option
Hans Wennborg
- r186617 - Address -Wreorder warning in Driver.cpp
Hans Wennborg
- [Patch] Add a cl.exe compatible driver mode
Hans Wennborg
- [Patch] Add a cl.exe compatible driver mode
Hans Wennborg
- r186720 - Add a cl.exe compatible driver mode
Hans Wennborg
- [Patch] Add a cl.exe compatible driver mode
Hans Wennborg
- [PATCH] ArrayRef'ize Sema::ActOnAtEnd
Robert Wilhelm
- r186537 - Even more code conformance.
Robert Wilhelm
- [PATCH] ArrayRef'ize Sema::MatchTemplateParametersToScopeSpecifier
Robert Wilhelm
- [PATCH] ArrayRef'ize Sema::MatchTemplateParametersToScopeSpecifier
Robert Wilhelm
- r186794 - Convert Sema::MatchTemplateParametersToScopeSpecifier to ArrayRef.
Robert Wilhelm
- [PATCH] ArrayRef'ize Sema::MatchTemplateParametersToScopeSpecifier
Robert Wilhelm
- r186807 - Remove superfluous cast.
Robert Wilhelm
- [Bug 16352] Unimplemented Function in Scan-Build
Anton Yartsev
- r186522 - Fixed source range of C++03 access declarations.
Enea Zaffanella
- [PATCH] Fix source location info for C++03 access declarations.
Enea Zaffanella
- [PATCH] Fix source range of implicitly instantiated friend declaration.
Enea Zaffanella
- r186702 - Fix source range of implicitly instantiated friend declaration.
Enea Zaffanella
- [PATCH] Adding preproc callback for pragma directives.
Enea Zaffanella
- r186770 - Added preproc callback for pragma directives.
Enea Zaffanella
- [PATCH] Adding preproc callback for pragma directives.
Enea Zaffanella
- [PATCH] Add a warning implementing C89 3.5.7p3
Enea Zaffanella
- [PATCH] Fix source location info for C++03 access declarations.
Enea Zaffanella
- [PATCH] Use ARM-style representation for C++ method pointers under PNaCl
Alon Zakai
- [PATCH] Properly taint gets()
Anna Zaks
- [PATCH] ArrayRef'ize Sema::ActOnAtEnd
jahanian
- r186467 - Follow coding convention in argument decl.
jahanian
- Windows buildbot failure.
jahanian
- Windows buildbot failure.
jahanian
- Windows buildbot failure.
jahanian
- [PATCH] fix struct alignment problem with empty base class
Andrea_DiBiagio at sn.scee.net
- [PATCH] X86 Builtins: rewrite SSE2/AVX2 shift builtin intrinsics using shift operators
Andrea_DiBiagio at sn.scee.net
- [PATCH] X86 Builtins: rewrite SSE2/AVX2 shift builtin intrinsics using shift operators
Andrea_DiBiagio at sn.scee.net
- [PATCH] [PATCH][Review request][analyzer] scan-build for windows
Антон Ярцев
Last message date:
Sun Jul 21 22:04:01 PDT 2013
Archived on: Tue Aug 4 15:31:08 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).