The Week Of Monday 9 December 2013 Archives by subject
Starting: Mon Dec 9 00:52:23 PST 2013
Ending: Sun Dec 15 23:23:08 PST 2013
Messages: 547
- [cfe-commits] r127594 - in /cfe/trunk: lib/CodeGen/CodeGenModule.cpp test/CodeGen/darwin-string-literals.c
Rafael Espíndola
- [cfe-commits] r127594 - in /cfe/trunk: lib/CodeGen/CodeGenModule.cpp test/CodeGen/darwin-string-literals.c
Nick Kledzik
- [cfe-commits] r127594 - in /cfe/trunk: lib/CodeGen/CodeGenModule.cpp test/CodeGen/darwin-string-literals.c
Rafael Espíndola
- [clang-tools-extra] r194707 - Make clang's static analyzer checks available through clang-tidy.
Manuel Klimek
- [clang-tools-extra] r196804 - check-clang-tools: Prune 'clang' stuff. Clang is not used here.
NAKAMURA Takumi
- [clang-tools-extra] r196805 - [CMake] clang-tools-extra may not depend on LLVM CodeGen.
NAKAMURA Takumi
- [clang-tools-extra] r196860 - [CMake] clang-tools-extra: Update dependencies.
NAKAMURA Takumi
- [clang-tools-extra] r196863 - Fix assertion error.
John Thompson
- [clang-tools-extra] r197141 - Fix the usage of the CommonOptionsParser ctor changed in r197139.
Alexander Kornienko
- [libcxx] r196058 - Fix for PRPR17934; based on a fix suggested by Peter Sommerlad
Alp Toker
- [libcxx] r196058 - Fix for PRPR17934; based on a fix suggested by Peter Sommerlad
Bill Wendling
- [libcxx] r196058 - Fix for PRPR17934; based on a fix suggested by Peter Sommerlad
Marshall Clow
- [libcxx] r196058 - Fix for PRPR17934; based on a fix suggested by Peter Sommerlad
Marshall Clow
- [libcxx] r196058 - Fix for PRPR17934; based on a fix suggested by Peter Sommerlad
Alp Toker
- [libcxx] r196058 - Fix for PRPR17934; based on a fix suggested by Peter Sommerlad
Bill Wendling
- [libcxx] r196788 - Refactor some of the operations in <string> so that they can be reused; no functionality change
Marshall Clow
- [libcxx] r196951 - Refactored a bunch of duplicated code in <ostream>. Made a new routine called __put_character_sequence, and made nine places call it.
Marshall Clow
- [libcxx] r197013 - Merging r-196058:
Bill Wendling
- [libcxx] r197061 - Move std::begin(array) and std::end(array) out from under an #ifdef that was preventing people from building libc++ using gcc. This corrects a mistake that I introduced in r196058
Marshall Clow
- [libcxx] r197133 - Merging r196058:
Bill Wendling
- [libcxx] r197134 - Merging r197061:
Bill Wendling
- [libcxx] r197313 - GCC does not support strong enum in pre-C++0x mode.
Logan Chien
- [libcxx] r197314 - Fix GCC unknown pragma warning in libc++.
Logan Chien
- [LIBCXX] Refactoring common code in <ostream>
Marshall Clow
- [libcxxabi] r197063 - Fix demangling crasher. The crasher involved nested <encoding> involving parameter packs, which exposed a logic bug causing an empty vector<string> to be accessed with back(). In addition to fixing the bug, I've inserted numerous preemptive checks for similar bugs in the hopes that if another bug is uncovered, the bug results in an invalid mangled string instead of a demangler crash. Test suite updated with string that was causing the crash.
Howard Hinnant
- [libcxxabi patch] Add Registers_arm class and unw_getcontext implementation
Nico Weber
- [libcxxabi patch] Add Registers_arm class and unw_getcontext implementation
Nico Weber
- [libcxxabi patch] Add Registers_arm class and unw_getcontext implementation
Nico Weber
- [PATCH] [-cxx-abi microsoft] Implement local manglings accurately
David Majnemer
- [PATCH] [-cxx-abi microsoft] Implement local manglings accurately
Reid Kleckner
- [PATCH] [AArch64 NEON] Get instruction BSL be matched to VSELECT. -Clang
Kevin Qin
- [PATCH] [AArch64 NEON] Get instruction BSL be matched to VSELECT. -Clang
Tim Northover
- [PATCH] [AArch64 NEON] Support poly128_t and implement relevant intrinsic. -LLVM
Tim Northover
- [PATCH] [analyzer] Add -analyzer-config option to scan-build.
Daniel Connelly
- [PATCH] [analyzer] Add -analyzer-config option to scan-build.
Jordan Rose
- [PATCH] [analyzer] Add -analyzer-config option to scan-build.
Daniel Connelly
- [PATCH] [analyzer] Add -analyzer-config option to scan-build.
Jordan Rose
- [PATCH] [analyzer] Add -analyzer-config option to scan-build.
Daniel Connelly
- [PATCH] [analyzer] Add -analyzer-config option to scan-build.
Jordan Rose
- [patch][Driver] -Bprefix option
David Fang
- [patch][Driver] -Bprefix option
Joerg Sonnenberger
- [patch][Driver] -Bprefix option
Iain Sandoe
- [PATCH] [libc++] Check the support of default function template args.
Logan Chien
- [PATCH] [libc++] Check the support of default function template args.
Marshall Clow
- [PATCH] [libc++] Check the support of default function template args.
Logan Chien
- [PATCH] [libc++] Fix GCC unknown pragma warning.
Logan Chien
- [PATCH] [libc++] Fix GCC unknown pragma warning.
Marshall Clow
- [PATCH] [libc++] Fix GCC unknown pragma warning.
Logan Chien
- [PATCH] [libc++] Fix std::begin() and std::end() for array type.
Logan Chien
- [PATCH] [libc++] Fix std::begin() and std::end() for array type.
Logan Chien
- [PATCH][libclang] python bindings - add support for CompilationDatabase.getAllCompileCommands
Laszlo Nagy
- [PATCH] [libcxx] Fix result_of (and INVOKE) for member function pointers with ref qualifiers
Michel Morin
- [PATCH] [ms-cxxabi] Elide dtor access checks for pass-by-val objects in callees
Hans Wennborg
- [PATCH] [ms-cxxabi] The "most derived" ctor parameter comes last
Reid Kleckner
- [PATCH] [ms-cxxabi] The "most derived" ctor parameter comes last
Timur Iskhodzhanov
- [PATCH] [ms-cxxabi] The "most derived" ctor parameter comes last
Reid Kleckner
- [PATCH] [ms-cxxabi] The "most derived" ctor parameter comes last
Timur Iskhodzhanov
- [PATCH] [ms-cxxabi] The "most derived" ctor parameter comes last
Reid Kleckner
- [PATCH] [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
Alexey Bataev
- [PATCH] [PATCH][AArch64]Pattern match failures for truncate store and extend load
David Blaikie
- [PATCH] [PATCH][AArch64]Some ACLE pair builtin functions are not handled
David Blaikie
- [PATCH] [PATCH][AArch64]Some ACLE pair builtin functions are not handled
Hao Liu
- [PATCH] [Patch] Assertion failure when a multidimensional array allocated with new operator is explicitly list initialized.
Richard Smith
- [PATCH] [Patch] Assertion failure when a multidimensional array allocated with new operator is explicitly list initialized.
jyoti allur
- [PATCH] [PATCH] DR712 - odr use and constant expressions
Faisal Vali
- [PATCH] [StaticAnalyzer] New checker Sizeof on expression
Anders Rönnholm
- [patch] Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat
Nico Weber
- [PATCH] Added SpaceAfterFunctionName option
Alexander Kornienko
- [PATCH] Allow predefined styles to define different options for different languages.
Alexander Kornienko
- [PATCH] Allow predefined styles to define different options for different languages.
Daniel Jasper
- [PATCH] Allow predefined styles to define different options for different languages.
Alexander Kornienko
- [PATCH] Allow regexes in all verifier directives: drop the expected-(error|warning|note)-re, variants
Hans Wennborg
- [PATCH] Allow regexes in all verifier directives: drop the expected-(error|warning|note)-re, variants
Alp Toker
- [PATCH] Allow regexes in all verifier directives: drop the expected-(error|warning|note)-re, variants
Hans Wennborg
- [PATCH] Allow regexes in all verifier directives: drop the expected-(error|warning|note)-re, variants
Alp Toker
- [PATCH] Allow regexes in all verifier directives: drop the expected-(error|warning|note)-re, variants
Hans Wennborg
- [PATCH] Allow regexes in all verifier directives: drop the expected-(error|warning|note)-re, variants
Alp Toker
- [PATCH] Allow regexes in all verifier directives: drop the expected-(error|warning|note)-re, variants
Hans Wennborg
- [PATCH] Allow regexes in all verifier directives: drop the expected-(error|warning|note)-re, variants
Richard Smith
- [PATCH] Allow regexes in all verifier directives: drop the expected-(error|warning|note)-re, variants
Alp Toker
- [PATCH] Allow regexes in all verifier directives: drop the expected-(error|warning|note)-re, variants
Hans Wennborg
- [PATCH] Allow regexes in all verifier directives: drop the expected-(error|warning|note)-re, variants
Hans Wennborg
- [PATCH] Allow regexes in all verifier directives: drop the expected-(error|warning|note)-re, variants
Alp Toker
- [PATCH] Allow regexes in all verifier directives: drop the expected-(error|warning|note)-re, variants
Hans Wennborg
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Enrico Pertoso
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Enrico Pertoso
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Jordan Rose
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Enrico Pertoso
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Enrico Pertoso
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Jordan Rose
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Enrico Pertoso
- [PATCH] Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer
Enrico Pertoso
- [PATCH] array new of a multidimensional array with an initializer still broken
Faisal Vali
- [PATCH] array new of a multidimensional array with an initializer still broken
Richard Smith
- [PATCH] array new of a multidimensional array with an initializer still broken
Faisal Vali
- [PATCH] Avoid lexer crash with -frewrite-includes
Alp Toker
- [PATCH] Avoid lexer crash with -frewrite-includes
Alp Toker
- [PATCH] Better diagnostic for static function overriding thiscall virtual method
Hans Wennborg
- [PATCH] Better diagnostic for static function overriding thiscall virtual method
Richard Smith
- [PATCH] Better diagnostic for static function overriding thiscall virtual method
Hans Wennborg
- [PATCH] Better diagnostic for static function overriding thiscall virtual method
Hans Wennborg
- [PATCH] Better diagnostic for static function overriding thiscall virtual method
Richard Smith
- [PATCH] Better diagnostic for static function overriding thiscall virtual method
Hans Wennborg
- [PATCH] Change semantics of regex expectations in the diagnostic verifier
Hans Wennborg
- [PATCH] Change semantics of regex expectations in the diagnostic verifier
Dmitri Gribenko
- [PATCH] Change semantics of regex expectations in the diagnostic verifier
Richard Smith
- [PATCH] Change semantics of regex expectations in the diagnostic verifier
Hans Wennborg
- [PATCH] Change semantics of regex expectations in the diagnostic verifier
Hans Wennborg
- [PATCH] Change semantics of regex expectations in the diagnostic verifier
Richard Smith
- [PATCH] Change semantics of regex expectations in the diagnostic verifier
Richard Smith
- [PATCH] Change semantics of regex expectations in the diagnostic verifier
Alp Toker
- [PATCH] Change semantics of regex expectations in the diagnostic verifier
Hans Wennborg
- [PATCH] Change semantics of regex expectations in the diagnostic verifier
Alp Toker
- [PATCH] Change semantics of regex expectations in the diagnostic verifier
Hans Wennborg
- [PATCH] check for Incorrect logic in operator
Anders Rönnholm
- [PATCH] check for Incorrect logic in operator
Richard Trieu
- [PATCH] check for Incorrect logic in operator
Richard Smith
- [PATCH] clang-check should ignore -no-integrated-as because certain drivers can't handle it
scott douglass
- [PATCH] clang-check should ignore -no-integrated-as because certain drivers can't handle it
Artyom Skrobov
- [PATCH] clang-check should ignore -no-integrated-as because certain drivers can't handle it
Simon Atanasyan
- [PATCH] clang-check should ignore -no-integrated-as because certain drivers can't handle it
Artyom Skrobov
- [PATCH] clang-check should ignore -no-integrated-as because certain drivers can't handle it
Simon Atanasyan
- [PATCH] clang-check should ignore -no-integrated-as because certain drivers can't handle it
Artyom Skrobov
- [PATCH] clang-check should ignore -no-integrated-as because certain drivers can't handle it
Renato Golin
- [PATCH] clang-check should ignore -no-integrated-as because certain drivers can't handle it
Simon Atanasyan
- [PATCH] clang-format-diff.py: Support more filename extensions
Alp Toker
- [PATCH] clang-format-diff.py: Support more filename extensions
Daniel Jasper
- [PATCH] clang-format-diff.py: Support more filename extensions
Alp Toker
- [PATCH] CMake: enable building the clang-format vs plugin
Manuel Klimek
- [PATCH] CMake: enable building the clang-format vs plugin
Manuel Klimek
- [PATCH] CMake: enable building the clang-format vs plugin
Manuel Klimek
- [PATCH] CMake: enable building the clang-format vs plugin
Manuel Klimek
- [PATCH] Early attempts to format in GNU style.
Alexander Kornienko
- [PATCH] Early attempts to format in GNU style.
Alexander Kornienko
- [PATCH] Eliminate BinaryTypeTraitExpr
Alp Toker
- [PATCH] Eliminate BinaryTypeTraitExpr
Alp Toker
- [PATCH] Eliminate BinaryTypeTraitExpr
Richard Smith
- [PATCH] Eliminate BinaryTypeTraitExpr
Alp Toker
- [PATCH] Eliminate BinaryTypeTraitExpr
Richard Smith
- [PATCH] Eliminate BinaryTypeTraitExpr
Alp Toker
- [PATCH] Filter-out irrelevant command-line options in CommonOptionsParser.
Alexander Kornienko
- [PATCH] Filter-out irrelevant command-line options in CommonOptionsParser.
Alexander Kornienko
- [PATCH] Filter-out irrelevant command-line options in CommonOptionsParser.
Daniel Jasper
- [PATCH] Fix "modular" import when we find the header in the current directory
Dmitri Gribenko
- [PATCH] Fix "modular" import when we find the header in the current directory
Dmitri Gribenko
- [PATCH] Fix "modular" import when we find the header in the current directory
Richard Smith
- [PATCH] Fix "modular" import when we find the header in the current directory
Dmitri Gribenko
- [PATCH] Fix "modular" import when we find the header in the current directory
Daniel Jasper
- [PATCH] Fix "modular" import when we find the header in the current directory
Daniel Jasper
- [PATCH] Fix -mthumb resetting of target cpu
Renato Golin
- [PATCH] Fix -mthumb resetting of target cpu
Bernard Ogden
- [Patch] Fix for PR9812
Erik Verbruggen
- [patch] Fix pr18141
Hans Wennborg
- [patch] Fix pr18141
Reid Kleckner
- [PATCH] Fix PR18177 -- initializer-lists with multi-D new arrays causes crash
Faisal Vali
- [PATCH] Fix PR18177 -- initializer-lists with multi-D new arrays causes crash
Faisal Vali
- [PATCH] Fix std::uncaught_exception() to return true during exception initialization
Mark Seaborn
- [PATCH] Fix std::uncaught_exception() to return true during exception initialization
Mark Seaborn
- [PATCH] Fix std::uncaught_exception() to return true during exception initialization
Howard Hinnant
- [PATCH] Fix std::uncaught_exception() to return true during exception initialization
Mark Seaborn
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Richard Smith
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Richard Smith
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Richard Smith
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Richard Smith
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Justin Bogner
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] Fix to PR8880 (clang dies processing a for loop).
Serge Pavlov
- [PATCH] GCC does not support strong enum in pre-C++0x mode.
Logan Chien
- [PATCH] GCC does not support strong enum in pre-C++0x mode.
Marshall Clow
- [PATCH] GCC does not support strong enum in pre-C++0x mode.
Logan Chien
- [PATCH] Implemented GNU-style formatting for compound statements.
Alexander Kornienko
- [PATCH] Implemented GNU-style formatting for compound statements.
Alexander Kornienko
- [PATCH] Implemented GNU-style formatting for compound statements.
Daniel Jasper
- [PATCH] Implemented GNU-style formatting for compound statements.
Alexander Kornienko
- [PATCH] Implemented GNU-style formatting for compound statements.
Alexander Kornienko
- [PATCH] Implemented GNU-style formatting for compound statements.
Daniel Jasper
- [PATCH] Implemented GNU-style formatting for compound statements.
Alexander Kornienko
- [PATCH] Implemented GNU-style formatting for compound statements.
Alexander Kornienko
- [PATCH] Implement MSVC header search algorithm in MicrosoftMode
Will Wilson
- [PATCH] Implement MSVC header search algorithm in MicrosoftMode
Reid Kleckner
- [PATCH] Improve the detection of the path
Sylvestre Ledru
- [PATCH] Improve the detection of the path
Rafael Ávila de Espíndola
- [PATCH] Improve the detection of the path
Sylvestre Ledru
- [PATCH] Improve x86 android support, add x86_64 android target
Alexey Volkov
- [PATCH] Initial instrumentation based PGO implementation
Justin Bogner
- [PATCH] Initial instrumentation based PGO implementation
John McCall
- [PATCH] Initial instrumentation based PGO implementation
Justin Bogner
- [PATCH] Initial instrumentation based PGO implementation
Justin Bogner
- [PATCH] libclang: functions to deal with anonymous fields
Loïc Jaquemet
- [PATCH] Make -Wuninitialized warn on pointer-to-member and comma operators.
Enrico Pertoso
- [PATCH] Make -Wuninitialized warn on pointer-to-member and comma operators.
Jordan Rose
- [PATCH] Make -Wuninitialized warn on pointer-to-member and comma operators.
Enrico Pertoso
- [PATCH] Make -Wuninitialized warn on pointer-to-member and comma operators.
Richard Smith
- [PATCH] Make -Wuninitialized warn on pointer-to-member and comma operators.
Enrico Pertoso
- [PATCH] Make -Wuninitialized warn on pointer-to-member and comma operators.
Enrico Pertoso
- [PATCH] Make -Wuninitialized warn on pointer-to-member and comma operators.
Richard Smith
- [PATCH] Make -Wuninitialized warn on pointer-to-member and comma operators.
Arthur O'Dwyer
- [PATCH] Make Clang::Driver/linker-opts.c safe on a bare-metal compiler
Richard Barton
- [PATCH] Make Clang::Driver/linker-opts.c safe on a bare-metal compiler
Tim Northover
- [PATCH] Make Clang::Driver/linker-opts.c safe on a bare-metal compiler
Meador Inge
- [PATCH] Make thumb the default instruction set for v7m and v7em
Renato Golin
- [PATCH] Modules: Error on missing header files only if a module is built/used.
Daniel Jasper
- [PATCH] Modules: Error on missing header files only if a module is built/used.
Daniel Jasper
- [PATCH] Modules: Error on missing header files only if a module is built/used.
Richard Smith
- [PATCH] Modules: Make missing headers in a module.map a warning not an error.
Daniel Jasper
- [PATCH] MSVC 2013 type trait support
Alp Toker
- [PATCH] Multiple target-specific attributes with the same spelling
Aaron Ballman
- [PATCH] new check checking use of identical expressions inside a conditional expression, i.e. '?'.
Anders Rönnholm
- [PATCH] new check checking use of identical expressions inside a conditional expression, i.e. '?'.
Jordan Rose
- [PATCH] new check checking use of identical expressions inside a conditional expression, i.e. '?'.
Anders Rönnholm
- [PATCH] Only strip underscores for GNU attributes
Aaron Ballman
- [PATCH] Only strip underscores for GNU attributes
Alp Toker
- [PATCH] Only strip underscores for GNU attributes
Richard Smith
- [PATCH] Only strip underscores for GNU attributes
Aaron Ballman
- [PATCH] Only strip underscores for GNU attributes
Alp Toker
- [PATCH] Only strip underscores for GNU attributes
Aaron Ballman
- [PATCH] Refactor duplicate functions
Bernie Ogden
- [PATCH] Refactor duplicate functions
Tim Northover
- [PATCH] Refactor duplicate functions
Renato Golin
- [PATCH] Refactor duplicate functions
Jim Grosbach
- [PATCH] Refactor duplicate functions
Bernie Ogden
- [PATCH] Refactor duplicate functions
Renato Golin
- [PATCH] Refactor GCCInsatllationDetector to better support multiarch
Jonathan Roelofs
- [PATCH] Remove PragmaIntroducerKind?
Renato Golin
- [PATCH] Remove PragmaIntroducerKind?
Enea Zaffanella
- [PATCH] Remove PragmaIntroducerKind?
Renato Golin
- [PATCH] Remove PragmaIntroducerKind?
Alp Toker
- [PATCH] Remove PragmaIntroducerKind?
Renato Golin
- [PATCH] Remove PragmaIntroducerKind?
Kim Gräsman
- [PATCH] Remove PragmaIntroducerKind?
Renato Golin
- [PATCH] Remove PragmaIntroducerKind?
Kim Gräsman
- [PATCH] Remove PragmaIntroducerKind?
Renato Golin
- [PATCH] Remove PragmaIntroducerKind?
Kim Gräsman
- [PATCH] section attribute subjects
Aaron Ballman
- [PATCH] section attribute subjects
Richard Smith
- [PATCH] section attribute subjects
Aaron Ballman
- [PATCH] section attribute subjects
Richard Smith
- [PATCH] section attribute subjects
Aaron Ballman
- [PATCH] Select correct embedded libclang_rt on Darwin
Tim Northover
- [PATCH] Select correct embedded libclang_rt on Darwin
Tim Northover
- [PATCH] Select correct embedded libclang_rt on Darwin
Tim Northover
- [PATCH] Select correct embedded libclang_rt on Darwin
Renato Golin
- [PATCH] Select correct embedded libclang_rt on Darwin
Tim Northover
- [PATCH] SemaLookup.cpp wrong boolean test
Yaron Keren
- [PATCH] Simple refactoring to eliminate single-use local variable
Renato Golin
- [PATCH] Start to unify contextual keywords
Alp Toker
- [PATCH] Start to unify contextual keywords
Richard Smith
- [PATCH] Start to unify contextual keywords
Alp Toker
- [PATCH] Stop crashing on empty asm input constraints
Duncan P. N. Exon Smith
- [PATCH] Stop crashing on empty asm input constraints
Justin Bogner
- [PATCH] Stop crashing on empty asm input constraints
Duncan P. N. Exon Smith
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
David Tweed
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
Michele Scandale
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
David Tweed
- [PATCH] Support for address space casting in order to map these on the new 'addrspacecast' IR instruction
David Tweed
- [PATCH] Support GNU style rule to put a space before opening parenthesis.
Daniel Jasper
- [PATCH] Support GNU style rule to put a space before opening parenthesis.
Alexander Kornienko
- [PATCH] Support GNU style rule to put a space before opening parenthesis.
Alexander Kornienko
- [PATCH] Support poly128_t and implement relevant intrinsic. -Clang
Tim Northover
- [PATCH] Target-specific attributes
Aaron Ballman
- [PATCH] Turn IAS on by default on ARM
Renato Golin
- [PATCH] Turn IAS on by default on ARM
Joerg Sonnenberger
- [PATCH] Turn IAS on by default on ARM
Tim Northover
- [PATCH] Turn IAS on by default on ARM
Renato Golin
- [PATCH] Turn IAS on by default on ARM
Tim Northover
- [PATCH] Turn IAS on by default on ARM
Renato Golin
- [PATCH] Unified type trait parsing
Alp Toker
- [PATCH] Unified type trait parsing
Richard Smith
- [PATCH] Unified type trait parsing
Alp Toker
- [patch] Use -std=gnu89 in tools/c-index-test/CMakeLists.txt
Rafael Espíndola
- [PATCH] Use the MS ABI for Win32 target by default
Hans Wennborg
- [PATCH] Use the MS ABI for Win32 target by default
Reid Kleckner
- [PATCH] Use the MS ABI for Win32 target by default
Richard Smith
- [PATCH] Use the MS ABI for Win32 target by default
Hans Wennborg
- [PATCH] Use the MS ABI for Win32 target by default
Hans Wennborg
- [PATCH] Use the MS ABI for Win32 target by default
Richard Smith
- Find ABI-compatible versions of MinGW only
Yaron Keren
- Find ABI-compatible versions of MinGW only
Rafael Espíndola
- Find ABI-compatible versions of MinGW only
Yaron Keren
- Find ABI-compatible versions of MinGW only
Rafael Espíndola
- Fix the path for system C header includes to match the libdir suffix
Jan Kundrát
- GVNPRE /PRE is not effective
Umesh Kalappa
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- nothrow and const Attribtues
Aaron Ballman
- r188739 - Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""""
David Blaikie
- r191064 - Switch the semantic DeclContext for a block-scope declaration of a function or
Argyrios Kyrtzidis
- r191064 - Switch the semantic DeclContext for a block-scope declaration of a function or
Richard Smith
- r191064 - Switch the semantic DeclContext for a block-scope declaration of a function or
Argyrios Kyrtzidis
- r194710 - [objcmt] Introduce "objcmt-white-list-dir-path=" option.
Alp Toker
- r194710 - [objcmt] Introduce "objcmt-white-list-dir-path=" option.
Argyrios Kyrtzidis
- r195533 - Add back experimental attribute objc_suppress_protocol_methods (slightly renamed).
Alp Toker
- r196212 - Emit an extension warning when changing system header tokens
Alp Toker
- r196378 - Leave constructor initializer lists on one line in styles with no column limit.
Nico Weber
- r196606 - Add option to use temporary file for assembling with clang
Timur Iskhodzhanov
- r196606 - Add option to use temporary file for assembling with clang
David Peixotto
- r196606 - Add option to use temporary file for assembling with clang
Timur Iskhodzhanov
- r196606 - Add option to use temporary file for assembling with clang
Reid Kleckner
- r196606 - Add option to use temporary file for assembling with clang
David Peixotto
- r196606 - Add option to use temporary file for assembling with clang
David Peixotto
- r196606 - Add option to use temporary file for assembling with clang
Alp Toker
- r196606 - Add option to use temporary file for assembling with clang
Rafael Espíndola
- r196606 - Add option to use temporary file for assembling with clang
Reid Kleckner
- r196606 - Add option to use temporary file for assembling with clang
Alp Toker
- r196606 - Add option to use temporary file for assembling with clang
David Peixotto
- r196629 - ObjectiveC. Continuing implementation of objc_bridge_related
Jordan Rose
- r196629 - ObjectiveC. Continuing implementation of objc_bridge_related
jahanian
- r196658 - CodeGen: Don't emit linkage on thunks that aren't emitted because they're vararg.
Reid Kleckner
- r196730 - There's no such thing as %clang_cc1_only
Jordan Rose
- r196730 - There's no such thing as %clang_cc1_only
Alp Toker
- r196763 - Minor cleanup and reorg of C++ status page.
Richard Smith
- r196765 - Versions of GCC newer than 4.8 exist these days =)
Richard Smith
- r196771 - [-cxx-abi microsoft] Mangle large integral constants correctly
David Majnemer
- r196771 - [-cxx-abi microsoft] Mangle large integral constants correctly
İsmail Dönmez
- r196771 - [-cxx-abi microsoft] Mangle large integral constants correctly
İsmail Dönmez
- r196776 - Make the -Wkeyword-compat diag message more accurate
Alp Toker
- r196782 - Remove old -fdiagnostics-show-name option
Alp Toker
- r196783 - clang-format: Be more conservative about braced list column layout.
Daniel Jasper
- r196784 - Output destructors and constructors in a more natural order.
Rafael Espindola
- r196785 - When we decide to output a deferred decl, remember the llvm GlobalValue.
Rafael Espindola
- r196789 - Save another call to GetAddrOfFunction.
Rafael Espindola
- r196797 - clang/test/lit.cfg: Remove get_llc_props. check-clang itself no longer invokes llc.
NAKAMURA Takumi
- r196798 - [CMake] clangDriver: Move LLVM stuff in target_link_library to LLVM_LINK_COMPONENTS.
NAKAMURA Takumi
- r196800 - [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on target_link_libraries() and LLVM_LINK_COMPONENTS.
NAKAMURA Takumi
- r196803 - [CMake] clangSema doesn't depend on LLVM CodeGen any more.
NAKAMURA Takumi
- r196828 - Objective-C: Improve on various diagnostics related to
Fariborz Jahanian
- r196828 - Objective-C: Improve on various diagnostics related to
Jordan Rose
- r196828 - Objective-C: Improve on various diagnostics related to
jahanian
- r196828 - Objective-C: Improve on various diagnostics related to
Jordan Rose
- r196828 - Objective-C: Improve on various diagnostics related to
jahanian
- r196828 - Objective-C: Improve on various diagnostics related to
Jordan Rose
- r196834 - [AArch64] Remove q and non-q intrinsic definitions from the NEON scalar reduce
Chad Rosier
- r196835 - [AArch64] Refactor the NEON scalar reduce pairwise front-end codegen to remove
Chad Rosier
- r196836 - [AArch64] Refactor the NEON scalar reduce pairwise intrinsics so that they use
Chad Rosier
- r196839 - Fix return of empty range in MSAsmStmt::children
Reid Kleckner
- r196839 - Fix return of empty range in MSAsmStmt::children
David Blaikie
- r196852 - Sema: Enforce C++11 pointer-to-member template arguments should rules
David Majnemer
- r196854 - Fix via-file-asm test failure on windows
David Peixotto
- r196854 - Fix via-file-asm test failure on windows
Reid Kleckner
- r196854 - Fix via-file-asm test failure on windows
David Peixotto
- r196854 - Fix via-file-asm test failure on windows
Reid Kleckner
- r196855 - Take into consideration calling convention when processing specializations.
Rafael Espindola
- r196859 - Use llvm::sys::path::append to concatenate paths
Dmitri Gribenko
- r196861 - [ms-abi] 64-bit fixes for r196549
Warren Hunt
- r196862 - Try to fix the test for Windows paths after r196859
Dmitri Gribenko
- r196864 - [CMake] clang/lib: Prune redundant dependencies.
NAKAMURA Takumi
- r196865 - Revert r196859, "Use llvm::sys::path::append to concatenate paths", to appease FileManager.
NAKAMURA Takumi
- r196888 - [AArch64 NEON] Support poly128_t and implement relevant intrinsic.
Kevin Qin
- r196892 - Implement DR1460: fix handling of default initializers in unions; don't allow
Richard Smith
- r196892 - Implement DR1460: fix handling of default initializers in unions; don't allow
Renato Golin
- r196892 - Implement DR1460: fix handling of default initializers in unions; don't allow
Richard Smith
- r196892 - Implement DR1460: fix handling of default initializers in unions; don't allow
Renato Golin
- r196892 - Implement DR1460: fix handling of default initializers in unions; don't allow
David Blaikie
- r196892 - Implement DR1460: fix handling of default initializers in unions; don't allow
Richard Smith
- r196893 - Regenerate DR status page.
Richard Smith
- r196901 - Support GNU style rule to put a space before opening parenthesis.
Alexander Kornienko
- r196903 - Trivial change: added 'using clang::format::FormatStyle;'
Alexander Kornienko
- r196909 - Allow predefined styles to define different options for different languages.
Alexander Kornienko
- r196910 - [mips][msa] Correct sld and sldi builtins.
Daniel Sanders
- r196913 - Darwin: update clang test to new iOS default version (5.0)
Tim Northover
- r196915 - Add ObjCARCOpts to LINK_COMPONENTS.
NAKAMURA Takumi
- r196916 - [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
- r196917 - clang-format-diff.py: Support -regex filter and more filename extensions
Alp Toker
- r196927 - [AArch64] Refactor the Neon vector/scalar floating-point convert implementation.
Chad Rosier
- r196928 - Early attempts to format in GNU style.
Alexander Kornienko
- r196929 - Remove IndentBlocks, which sneaked winto the previous commit
Alexander Kornienko
- r196931 - [AArch64] Refactor the Neon vector/scalar floating-point convert intrinsics so
Chad Rosier
- r196935 - Objective-C. Provide fixit's for objc_bride_related
Fariborz Jahanian
- r196936 - [AArch64] Refactor the redundant code in the EmitAArch64ScalarBuiltinExpr()
Chad Rosier
- r196937 - [analyzer] Extend IdenticalExprChecker to check ternary operator results.
Jordan Rose
- r196938 - [analyzer] Misc. tidying in IdenticalExprChecker.
Jordan Rose
- r196940 - Update clang MS inline asm tests for r196939
Reid Kleckner
- r196942 - [AST] In ObjCInterfaceDecl::isDesignatedInitializer(), use getMethod() instead of lookupMethod().
Argyrios Kyrtzidis
- r196943 - [objcmt] Add a modernization option to infer and suggest designated initializers.
Argyrios Kyrtzidis
- r196944 - [Driver] Rename '-objcmt-white-list-dir-path' option to '-objcmt-whitelist-dir-path' and add an alias for now.
Argyrios Kyrtzidis
- r196946 - Make the -via-file-asm an InternalDebugOpt
David Peixotto
- r196950 - Improve on an objc_bridge_related diagnostic.
Fariborz Jahanian
- r196953 - Add a triple to this IRgen test to unbreak the ARM bots.
Richard Smith
- r196954 - Enhance attribute machinery to include ObjCProtocols as "subjects" in attribute declarations.
Ted Kremenek
- r196955 - Rename attribute 'objc_suppress_protocol_methods' to 'objc_protocol_requires_explicit_implementation'.
Ted Kremenek
- r196955 - Rename attribute 'objc_suppress_protocol_methods' to 'objc_protocol_requires_explicit_implementation'.
Aaron Ballman
- r196957 - Rewrite docs/LeakSanitizer.rst. Add it to index.
Sergey Matveev
- r196959 - Tiny cleanup, as suggested by David Blaikie.
Richard Smith
- r196961 - Parse: Avoid crashing on unterminated top-level asm strings
Justin Bogner
- r196966 - [AArch64] Overload NEON signed/unsigned integer convert to floating-point
Chad Rosier
- r196967 - [AArch64] Overload NEON signed/unsigned floating-point convert to fixed-point
Chad Rosier
- r196968 - [AArch64] Refactor the NEON signed/unsigned floating-point convert to fixed-point
Chad Rosier
- r196969 - [AArch64] Refactor the NEON floating-point absolute difference LLVM AArch64
Chad Rosier
- r196977 - Objective-C. Minor change to a diagnostic.
Fariborz Jahanian
- r196981 - darwin asm driver: suppress -Q for -no-integrated-as on darwin<11
David Fang
- r196981 - darwin asm driver: suppress -Q for -no-integrated-as on darwin<11
Jordan Rose
- r196982 - style fix
David Fang
- r196984 - ObjectiveC. Provide a property-dot syntax for fixit
Fariborz Jahanian
- r196989 - ObjectiveC. Fixes a bug where an 'unused property ivar'
Fariborz Jahanian
- r196993 - [objcmt] Transfer '-objcmt-migrate-designated-init' from the driver to cc1 invocation.
Argyrios Kyrtzidis
- r196995 - When performing an array new of a multidimensional array with an initializer
Richard Smith
- r196997 - [ms-abi] Makes Virtual Base Alignment Look at All Virtual Bases
Warren Hunt
- r196997 - [ms-abi] Makes Virtual Base Alignment Look at All Virtual Bases
David Majnemer
- r196997 - [ms-abi] Makes Virtual Base Alignment Look at All Virtual Bases
Warren Hunt
- r197000 - When performing a delayed access check, use the surrounding lexical context for
Richard Smith
- r197021 - Change layering warning tests to not actually build modules.
Daniel Jasper
- r197022 - Mention LeakSanitizer in AddressSanitizer docs.
Sergey Matveev
- r197024 - Turning IAS on by default on ARM/Thumb
Renato Golin
- r197024 - Turning IAS on by default on ARM/Thumb
Rafael Espíndola
- r197024 - Turning IAS on by default on ARM/Thumb
Rafael Espíndola
- r197024 - Turning IAS on by default on ARM/Thumb
Renato Golin
- r197033 - Only build ARM-specific runtimes if ARM is enabled
Tim Northover
- r197034 - Modules: Let -fmodules-decluse ignore headers that aren't in a module
Daniel Jasper
- r197035 - Add file missing from r197034.
Daniel Jasper
- r197036 - Add front-end infrastructure now address space casts are in LLVM IR.
David Tweed
- r197043 - Add comment about PragmaIntroducerKind
Renato Golin
- r197043 - Add comment about PragmaIntroducerKind
Dmitri Gribenko
- r197043 - Add comment about PragmaIntroducerKind
Renato Golin
- r197055 - Better diagnostic for static override when methods are thiscall by default
Hans Wennborg
- r197059 - [analyzer] Add checker callbacks for MemberExpr and UnaryExprOrTypeTraitExpr.
Jordan Rose
- r197060 - [ms-cxxabi] Fix linkage of dtor thunks for anonymous classes
Reid Kleckner
- r197069 - [AArch64] Refactor the NEON scalar floating-point reciprocal estimate, floating-
Chad Rosier
- r197070 - [AArch64] Refactor the NEON scalar floating-point reciprocal step and
Chad Rosier
- r197071 - [AArch64] Add NEON scalar floating-point compare LLVM AArch64 intrinsics that
Chad Rosier
- r197075 - [objcmt] When whitelisting the headers we want to modify, allow changing the
Argyrios Kyrtzidis
- r197076 - [objcmt] When emitting a remap file, use a json format with the edit entries, instead of applying the changes
Argyrios Kyrtzidis
- r197077 - Revert r197043, not a good comment
Renato Golin
- r197082 - No longer accepting attribute spellings with prefix and suffix underscores except for GNU attributes, or C++11-style attributes in the GNU namespace. This prevents attributes such as __declspec(__dllexport__) or [[__noreturn__]] from being treated as known attributes.
Aaron Ballman
- r197083 - [ms-abi][cleanup] Removing FinalizeCXXLayout : no functional change
Warren Hunt
- r197086 - Remove extra qualification to fix build with g++ after r197076
Alp Toker
- r197091 - [AArch64] Refactor NEON floating-point Max/Min/Maxnm/Minnm across vector AArch64
Chad Rosier
- r197092 - Change semantics of regex expectations in the diagnostic verifier
Hans Wennborg
- r197093 - Add new PrintingPolicy entry to trim number of newlines. Useful for the CFG printer.
Ted Kremenek
- r197094 - Add CFG tests for switch's involving "extended" enum.
Ted Kremenek
- r197101 - Use llvm::Regex::Escape in VerifyDiagnosticConsumer.cpp
Hans Wennborg
- r197102 - Objective-C migrator: when inferring 'readonly' property of an
Fariborz Jahanian
- r197103 - PR18217: Rewrite JumpDiagnostics' handling of temporaries, to correctly handle
Richard Smith
- r197104 - Added a Subjects clause to the section attribute and made its diagnostics more consistent with other attributes.
Aaron Ballman
- r197110 - Switching to using hasGlobalStorage instead of !hasLocalStorage for better clarity.
Aaron Ballman
- r197111 - Revert r197076: "[objcmt] When emitting a remap file, use a json format
Hans Wennborg
- r197112 - Fix Incorrect CHECK message [0-31]+ in test case.
Kevin Qin
- r197114 - Fix autoconf build in libclang since r197075, (has been reverted in r197111).
NAKAMURA Takumi
- r197116 - Re-apply r197076 and r197086; the build was fixed by chapuni in r197114.
Hans Wennborg
- r197120 - Update user manual to note that implementation for C++11 and C++1y is complete, and fix a bunch of other issues here.
Richard Smith
- r197120 - Update user manual to note that implementation for C++11 and C++1y is complete, and fix a bunch of other issues here.
Rafael Espíndola
- r197125 - PR17602: check accessibility when performing an implicit derived-to-base
Richard Smith
- r197128 - Add more test cases for 'objc_protocol_requires_explicit_implementation'.
Ted Kremenek
- r197129 - c-arcmt-test/Makefile: Fixup for LDFLAGS=-static on cygming, corresponding to r197116.
NAKAMURA Takumi
- r197129 - c-arcmt-test/Makefile: Fixup for LDFLAGS=-static on cygming, corresponding to r197116.
Jordan Rose
- r197129 - c-arcmt-test/Makefile: Fixup for LDFLAGS=-static on cygming, corresponding to r197116.
NAKAMURA Takumi
- r197129 - c-arcmt-test/Makefile: Fixup for LDFLAGS=-static on cygming, corresponding to r197116.
Jordan Rose
- r197138 - Implemented GNU-style formatting for compound statements.
Alexander Kornienko
- r197139 - Filter-out irrelevant command-line options in CommonOptionsParser.
Alexander Kornienko
- r197142 - Fixed a typo
Alexander Kornienko
- r197143 - Add a test case for the PR17748 crash
Timur Iskhodzhanov
- r197148 - Darwin-embedded: find correct libclang_rt for embedded targets.
Tim Northover
- r197150 - Suppress -Wshadow / -Wold-style-cast expanded from system header macros
Alp Toker
- r197150 - Suppress -Wshadow / -Wold-style-cast expanded from system header macros
Alp Toker
- r197150 - Suppress -Wshadow / -Wold-style-cast expanded from system header macros
Aaron Ballman
- r197151 - Fix -mthumb resetting of target cpu
Bernard Ogden
- r197152 - Make thumb the default instruction set for v7m and v7em
Bernard Ogden
- r197153 - Refactor duplicate functions
Bernard Ogden
- r197153 - Refactor duplicate functions
Rafael Espíndola
- r197153 - Refactor duplicate functions
Rafael Espíndola
- r197154 - Simple refactoring to eliminate single-use local variable
Bernard Ogden
- r197157 - Don't return a pointer to a temporary std::string's c_str.
Rafael Espindola
- r197160 - Avoid temporary std::string.
Rafael Espindola
- r197164 - Switch to the new MingW ABI.
Rafael Espindola
- r197164 - Switch to the new MingW ABI.
Alp Toker
- r197164 - Switch to the new MingW ABI.
Rafael Espíndola
- r197164 - Switch to the new MingW ABI.
Reid Kleckner
- r197164 - Switch to the new MingW ABI.
Richard Smith
- r197165 - [Modules] Don't parse any module map if modules are disabled.
Argyrios Kyrtzidis
- r197167 - Make this test pass on Release builds.
Rafael Espindola
- r197176 - With the new update to the ABI, we should not look for installations
Yaron Keren
- r197179 - Unify type trait parsing
Alp Toker
- r197179 - Unify type trait parsing
Dmitri Gribenko
- r197179 - Unify type trait parsing
Alp Toker
- r197181 - Replace use of Triple::getEnvironmentName with the simpler
Joerg Sonnenberger
- r197183 - [ms-abi] Refactoring Non-virtual base layout in record layout
Warren Hunt
- r197184 - [-cxx-abi microsoft] Mangle reference temporaries
David Majnemer
- r197184 - [-cxx-abi microsoft] Mangle reference temporaries
Richard Smith
- r197184 - [-cxx-abi microsoft] Mangle reference temporaries
David Majnemer
- r197185 - PR18229: Fix typo in assert condition.
Richard Smith
- r197186 - [ms-abi] Fixing bitfields sema arror for ms-mode
Warren Hunt
- r197187 - Enhance "auto synthesis will not synthesize property in protocol" to include property and protocol name.
Ted Kremenek
- r197189 - Remove getVTT* in favor of getStructorImplicitParameter*
Reid Kleckner
- r197192 - Revert "[-cxx-abi microsoft] Mangle reference temporaries"
David Majnemer
- r197193 - [-cxx-abi microsoft] Add commentary for mangleStaticGuardVariable
David Majnemer
- r197194 - Move C++ destructor emission into CGCXXABI
Reid Kleckner
- r197195 - AST: Update URL for Itanium ABI spec
David Majnemer
- r197196 - [-cxx-abi microsoft] Remove trailing spaces from the mangler
David Majnemer
- r197202 - [objc] If we don't know for sure what the designated initializers of the superclass are,
Argyrios Kyrtzidis
- r197206 - Make 'WarnUndefinedMethod' a static function.
Ted Kremenek
- r197207 - Change 'method X in protocol not implemented' warning to include the name of the protocol.
Ted Kremenek
- r197208 - Make 'CheckProtocolMethodDefs' a static function.
Ted Kremenek
- r197209 - Refine 'objc_protocol_requires_explicit_implementation' attribute to better handle indirect protocols.
Ted Kremenek
- r197219 - Move comment to its rightful place
Renato Golin
- r197222 - Move the input files for the unnecessary-module-map-parsing test to Inputs.
Manuel Klimek
- r197229 - clang-check to ignore -no-integrated-as because certain drivers can't handle it
Artyom Skrobov
- r197229 - clang-check to ignore -no-integrated-as because certain drivers can't handle it
NAKAMURA Takumi
- r197240 - ARM MachO embedded: fix test without FileCheck line
Tim Northover
- r197242 - Add a clang side test for pr18235 too.
Rafael Espindola
- r197243 - [OpenCL] Produce an error when the work group and vec type hint attributes
Joey Gouly
- r197245 - Fix raw lex crash and -frewrite-includes noeol-at-eof failure
Alp Toker
- r197246 - [analyzer] Add -analyzer-config to scan-build.
Jordan Rose
- r197248 - Convert test to FileCheck and make it more strict.
Rafael Espindola
- r197251 - Objective-C. Do not issue warning when 'readonly'
Fariborz Jahanian
- r197252 - Tighten test regexes checking for __attribute__((thiscall)) on function types.
Hans Wennborg
- r197252 - Tighten test regexes checking for __attribute__((thiscall)) on function types.
Alp Toker
- r197252 - Tighten test regexes checking for __attribute__((thiscall)) on function types.
Hans Wennborg
- r197256 - Use a: and s: instead of a0: and s0: in the DataLayout strings.
Rafael Espindola
- r197263 - Objective-C. Remove obsolete option from test.
Fariborz Jahanian
- r197267 - Convert test to FileCheck
Rafael Espindola
- r197268 - Every target sets DescriptionString. Assert that.
Rafael Espindola
- r197269 - Convert test to FileCheck.
Rafael Espindola
- r197270 - Delete dead code.
Rafael Espindola
- r197273 - Eliminate BinaryTypeTraitExpr
Alp Toker
- r197274 - Remove an unused parameter and include after r197273
Alp Toker
- r197276 - Consolidate DataLayout string testing in one file.
Rafael Espindola
- r197279 - Detabify and fix formatting.
Richard Smith
- r197280 - Add a testcase and a FIXME for an accepts-invalid.
Richard Smith
- r197281 - Prepare for using MS ABI by default for Win32: update CodeGenCXX tests
Hans Wennborg
- r197281 - Prepare for using MS ABI by default for Win32: update CodeGenCXX tests
Renato Golin
- r197281 - Prepare for using MS ABI by default for Win32: update CodeGenCXX tests
Hans Wennborg
- r197294 - Quick-Fix pointer arithmetic when performing multi-D new-array initialization.
Faisal Vali
- r197295 - Don't require -re suffix on -verify directives with regexes.
Hans Wennborg
- r197298 - PR18232: implement instantiation for class-scope explicit specializations of
Richard Smith
- r197299 - Revert "Don't require -re suffix on -verify directives with regexes."
Alp Toker
- r197301 - [objc] Add a test to make sure that a class can add a secondary initializer via a category
Argyrios Kyrtzidis
- r197305 - PR18246: When performing template argument deduction to decide which template
Richard Smith
- r197308 - Remove 'not' from some CodeGen tests
Alp Toker
- r197309 - CompilationDatabase.cpp:stripPositionalArgs(): Match not "no-integrated-as" but "-no-integrated-as", it really fixes r197229.
NAKAMURA Takumi
- r197326 - Add triple to CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp in MS ABI mode
Hans Wennborg
- r197330 - Fix test containing backslash and newline separated by space
Alp Toker
- r197331 - Lexer: Issue -Wbackslash-newline-escape for line comments
Alp Toker
- r197336 - ASTContext: Declare builtin types implicitly
Alp Toker
- r197343 - Allow target-specific attributes to share a spelling between different attributes via the ParseKind field. Attributes will be given a common parsed attribute identifier (the AttributeList::AT_* enum), but retain distinct Attr subclasses.
Aaron Ballman
- r197345 - Remove unused diagnostic.
Benjamin Kramer
- r197346 - Delete dead code.
Rafael Espindola
- r197347 - Add tests for all DescriptionString in Targets.cpp.
Rafael Espindola
- r197362 - Stop crashing on empty asm input constraints
Duncan P. N. Exon Smith
- r197368 - clang-format: Improve handling of raw string literals.
Daniel Jasper
- Recognize hard-float variant of ARM's EABI (as in RTABI)
Joerg Sonnenberger
- Recognize hard-float variant of ARM's EABI (as in RTABI)
Anton Korobeynikov
- Unavailable method checker
Richard
- Unavailable method checker
Richard
- XCore target: add section information.
Robert Lytton
Last message date:
Sun Dec 15 23:23:08 PST 2013
Archived on: Tue Aug 4 15:31:24 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).