The Week Of Monday 5 May 2014 Archives by thread
Starting: Mon May 5 01:08:07 PDT 2014
Ending: Sun May 11 22:36:59 PDT 2014
Messages: 656
- r207955 - clang-format: Fix import statements with ColumnLimit: 0
Daniel Jasper
- r207956 - Simplify getARMCPUForMArch() and make it more consistent
Christian Pirker
- [PATCH] Simplify getARMCPUForMArch() and make it more consistent
Christian Pirker
- [PATCH] Fix bug in clang-format while merging short function (PR19461)
Daniel Jasper
- r207957 - Fix crash when resolving branch conditions for temporary destructor condition blocks.
Manuel Klimek
- [PATCH] Some heuristics to identify c style casting (PR18937)
Daniel Jasper
- [PATCH] Attempt to fix up condition variables with temp dtors.
Manuel Klimek
- r207958 - Fix bug in clang-format while merging short function
Dinesh Dwivedi
- r207961 - clang-format: Improve understanding of decltype.
Daniel Jasper
- r207962 - StringRefize and take out an old FIXME
Alp Toker
- r207963 - Driver: Recognize CentOS 6 as RHEL 6.
Benjamin Kramer
- [PATCH] Properly recognize CentOS 6.x
Benjamin Kramer
- [PATCH] Fix crash when resolving branch conditions for temporary destructor condition blocks.
Manuel Klimek
- r207964 - Added some heuristics to identify c style casting
Dinesh Dwivedi
- r207965 - clang-format: Understand functions with decltype return type.
Daniel Jasper
- [PATCH] Add clang-tidy -header-filter option
Alexander Kornienko
- [clang-tools-extra] r207970 - Add clang-tidy -header-filter option
Alexander Kornienko
- [PATCH] Fix assertion in google-explicit-constructor check when the constructor isdefined in a macro.
Alexander Kornienko
- [PATCH] [OPENMP] Initial codegen for '#pragma omp parallel'
"C. Bergström"
- [PATCH] [OPENMP] 'proc_bind' clause support
"C. Bergström"
- r207975 - Add -Wmodule-build to make it easy to see when modules are (re)built
Ben Langmuir
- r207978 - CodeGen: Cleanup visibility in RTTIBuilder
Duncan P. N. Exon Smith
- [PATCH] Guard the noexcept with __cplusplus version.
Logan Chien
- [PATCH] Implement ARM EHABI exception handling.
Logan Chien
- [PATCH][cxxabi] ARM EHABI zero-cost exception handling for libc++abi
Logan Chien
- r207985 - Fix handling of condition variables in the face of temp dtors.
Manuel Klimek
- [PATCH] [analyzer][Review request] Improved checker lists.
Антон Ярцев
- [PATCH] #pragma vectorize
Tyler Nowicki
- [clang-tools-extra] r207987 - Fix assertion in google-explicit-constructor check when the constructor is
Alexander Kornienko
- r207988 - CodeGen: Assign linkage to thread-wrappers correctly
David Majnemer
- r207991 - Small refactoring, no functionality change.
Rafael Espindola
- r207994 - Fix some typos
Alp Toker
- r207995 - www: remove proprietary dbtree.js script from r96013
Alp Toker
- [PATCH] Add -Wnon-modular-include options
Richard Smith
- [patch][pr19653] Warn if an alias requests a section other than the aliasee class
Rafael Espíndola
- r207997 - Fix pr19653.
Rafael Espindola
- r207999 - MS ABI: Emit an error during IRgen on C++ exception handling
Reid Kleckner
- r208000 - Simplify replacement map by avoiding duplicate values and ensuring the values it does contain are necessary.
David Blaikie
- [PATCH] [libcxxabi] On single threaded systems, turn mutexes into nops
Jon Roelofs
- [patch] Let ms inline asm understand using statements and record names in addition to typedefs
Reid Kleckner
- r208004 - Add -Wnon-modular-include* options
Ben Langmuir
- [PATCH] Clean up some existing keyword tests in the test/Lexer directory
Yunzhong Gao
- [PATCH] Jump scope checker recovery
Richard Smith
- r208008 - [Basic/FileManager] Propagate whether a file 'IsVolatile' to the file opening functions.
Argyrios Kyrtzidis
- r208011 - During parsing, update the range of the Declarator to include the identifier.
Richard Trieu
- [(questionable but useful) patch] Let codegen write the filename for translation unit initializer functions
Reid Kleckner
- [PATCH] Suggest fix-it ':' when '=' used in for-range-declaration while initializing an auto
Ismail Pazarbasi
- r208014 - ObjC IVars aren't added when the type isn't emitted after the interface extension
David Blaikie
- r208015 - Build debug info for ObjC interface types at the end of the translation unit to ensure all ivars are included.
David Blaikie
- r176584 - Ensure that DIType is regenerated after we visit an implementation
David Blaikie
- r208018 - www: add a missing HTML open tag
Alp Toker
- [PATCH] MS ABI: Pass 'sret' as the second parameter of instance methods
Reid Kleckner
- [PATCH] [clang-tools-extra] module-map-checker - new tool for checking module.map coverage
John Thompson
- [PATCH] [extra] pptrace - preprocessor tracing and testing tool
John Thompson
- [PATCH] Modularize assistant mode
John Thompson
- [PATCH] modularize - Add checks for #include in 'extern "C/C++" {}' or 'namespace (name) {}' blocks
John Thompson
- r208027 - I fixed this fixme in r208017.
Nick Lewycky
- [PATCH] modularize - header dependencies - version 2
John Thompson
- [PATCH] Fix failure to find header in module build
John Thompson
- [PATCH] PPCallbacksTest expansion - part 1
John Thompson
- [PATCH] [PATCH] Repost using Phabricator of ArgumentsAdjuster change (part 1)
John Thompson
- [PATCH] [PATCH] Repost of ArgumentsAdjuster change (part 2)
John Thompson
- [PATCH] stdint.h should use the target's types, cleanup the targets
John Thompson
- r208053 - Support field references to struct names and c++11 aliases from inline asm.
Nico Weber
- [PATCH] Improve diagnostic message for misplaced square brackets
Richard Trieu
- r208055 - PR19598: Ensure temporary metadata nodes used in debug info are destroyed.
David Blaikie
- [cfe-commits] r154191 - in /cfe/trunk: lib/CodeGen/CGDeclCXX.cpp test/CodeGenCXX/arm.cpp test/CodeGenCXX/global-dtor-no-atexit.cpp test/CodeGenCXX/global-init.cpp test/CodeGenCXX/static-init.cpp
Nico Weber
- r208060 - [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP clause 'proc_bind'
Alexey Bataev
- [PATCH] Pulled out cast detection in TokenAnnotator into its own function
Dinesh Dwivedi
- r208062 - Fix crash when one overload candidate is a template instead of a function. Patch by Kaelyn Takata.
Nick Lewycky
- r208063 - [C++11] Use 'nullptr'
Craig Topper
- [PATCH] Fix PR19169:Crash on invalid attempting to specialize a template method as a template variable
Karthik Bhat
- r207832 - XCore target: Add TypeString meta data to IR output.
Evgeniy Stepanov
- r208065 - DebugInfo: Emit the definition of enums when the definition preceeds the declaration and initial use.
David Blaikie
- [patch] tblgen: Modularize the diagnostic emitter
Tobias Grosser
- [PATCH] Fix a crash when diagnostic points to a macro definition on command line.
Alexander Kornienko
- [clang-tools-extra] r208068 - Fix a crash when diagnostic points to a macro definition on command line.
Alexander Kornienko
- [PATCH] [ms-cxxabi] Fix the base/complete dtor logic.
Timur Iskhodzhanov
- r208071 - Pulled out cast detection in TokenAnnotator into its own function
Dinesh Dwivedi
- [PATCH] [ARM64] Enable alignment control option in front-end for ARM64 - Clang.
Tim Northover
- r208072 - XCore target: fix initialization bug found by MSan Bot.
Robert Lytton
- r208075 - [PATCH] [ARM64] Enable alignment control option in front-end for ARM64.
Kevin Qin
- r208077 - [OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
- r208078 - [OPENMP] Temporary disable test for parallel codegen
Alexey Bataev
- r208080 - Fixed one issue with casting
Dinesh Dwivedi
- r208086 - [OPENMP] Fixed test for '#pragma omp parallel' codegen
Alexey Bataev
- r208087 - [OPENMP] Another one fix for codegen test '#pragma omp parallel'
Alexey Bataev
- [PATCH] Pragma optimize on/off
Dario Domizioli
- r208088 - clang-format: [JS] Don't indent in goog.scope blocks.
Daniel Jasper
- r208090 - clang-format: [JS] Keep space between 'return' and '['.
Daniel Jasper
- [PATCH] Print stats on displayed and ignored warnings.
Alexander Kornienko
- r208093 - clang-format: [JS] Keep space after closure style comments.
Daniel Jasper
- [libcxx] r208096 - Fix PR 19663. Some calls to find(vector<bool>) were returning iterators that were subtly invalid (didn't compare equal). Thanks to Erik Verbruggen for the report (and diagnosis)
Marshall Clow
- r208099 - Update comment for ObjCImplementationDecl's handling of instance variables.
Jordan Rose
- -Rpass causing internal error with #line directives
Diego Novillo
- r207899 - [leaks] Don't leak the fake arguments we synthesize for LLVM option
Jordan Rose
- Support for Amazon Linux
Rafael Espíndola
- [PATCH] Add driver support for AArch64 Fedora
Tilmann Scheller
- r208105 - Add driver support for AArch64 Fedora.
Tilmann Scheller
- r208106 - Revert "DebugInfo: Emit the definition of enums when the definition preceeds the declaration and initial use."
David Blaikie
- r208108 - Fix a leak found by LSan: ConsumedBlockInfo owns its StateMapsArray entries.
Nico Weber
- r208110 - Fix leak in ObjCSelfInitChecker, found by LSan.
Nico Weber
- r208114 - Reapply: DebugInfo: Emit the definition of enums when the definition preceeds the declaration and initial use.
David Blaikie
- [PATCH] Fix segmentation fault when mixing -Rpass with #line.
Diego Novillo
- [PATCH] Use enums instead of unsigned where possible
Ed Maste
- [PATCH] Proposal on how to fix temporary dtors.
Manuel Klimek
- r208128 - Include translation unit filename in global ctor symbol names.
Nico Weber
- [PATCH] Patched clang to emit x86 blends as shufflevectors.
Rafael Ávila de Espíndola
- [PATCH] Adding ASAN support for libc++'s vector
Marshall Clow
- [PATCH] AST: Update reference temporary mangling
David Majnemer
- [PATCH] [build] Verbose clang builds should also build compiler_rt verbosely.
Jon Roelofs
- [libcxxabi] r208135 - On single threaded systems, turn mutexes into nops
Jonathan Roelofs
- r208136 - tblgen: Modularize the diagnostic emitter
Tobias Grosser
- r208138 - Add testcase for r208062.
Nick Lewycky
- r208140 - AST: Update reference temporary mangling
David Majnemer
- r208142 - Rename "secondary initializer" -> "convenience initializer" in the warnings, which is a more correct and consistent term.
Argyrios Kyrtzidis
- r208146 - Try harder to ensure a strict weak ordering of overload candidates that
Kaelyn Takata
- [patch] Implementing -Wunused-local-typedefs
Richard Smith
- r208147 - Clean up some existing keyword tests in the test/Lexer directory by using the
Yunzhong Gao
- [PATCH] Add a test to distinguish between reserved tokens and normal identifiers
Yunzhong Gao
- r208150 - If an instantiation of a template is required to be a complete type, check
Richard Smith
- [PATCH] Support for Amazon Linux
Dave Johansen
- r208154 - [analyzer] Functions marked __attribute__((const)) don't modify any memory.
Jordan Rose
- r208155 - [analyzer] Use a lazily-initialized BugType in ObjCSelfInitChecker.
Jordan Rose
- [PATCH] clang-format recognizes alternative binary operator keywords
Bobby Moretti
- r208156 - [OPENMP] Temporarily disable test parallel_codegen.cpp
Alexey Bataev
- [PATCH] DebugInfo: Emit any enum with a referenced enum constant.
David Blaikie
- r208160 - Fixing tests to account for LLVM r208159.
David Blaikie
- r208161 - PR19562: Fix memory leak when ObjC interface types cause the creation of further interfaces.
David Blaikie
- r208162 - [OPENMP] Fixed problem with temp removal on some platforms in codegen for '#pragma omp parallel'
Alexey Bataev
- r208163 - [C++11] Use 'nullptr'.
Craig Topper
- r208164 - Fix up indentation and fix an 80 column violation.
Craig Topper
- r208165 - [OPENMP] Fixed checking for mangled names in parallel_codegen.cpp test
Alexey Bataev
- r208168 - clang-format: Fix bad space before braced initializer.
Daniel Jasper
- r208169 - Also recognize Big Endian ARM variants.
Joerg Sonnenberger
- r208170 - Drop libgcc and default to libc++ for NetBSD/ARM on 6.99.40+.
Joerg Sonnenberger
- [clang-tools-extra] r208174 - Print stats on displayed and ignored warnings.
Alexander Kornienko
- r208175 - clang-format: Fix corner cases for comments in if conditions.
Daniel Jasper
- [PATCH] ARM: Fix assertion caused by passing bitfield struct using ABIArgInfo::getExpandWithPadding
Oliver Stannard
- r208176 - clang-format: Be slightly more aggressive on single-line functions.
Daniel Jasper
- r208178 - Use nullptr instead of 0 for const char * value.
Yaron Keren
- [PATCH] Make dead return statement detection more robust against changes in the CFG.
Manuel Klimek
- r208185 - ARM: Fix assertion caused by passing bitfield struct using ABIArgInfo::getExpandWithPadding
Oliver Stannard
- [PATCH] Explicitly keep track of temporaries during the consumed analysis.
Manuel Klimek
- r208203 - DebugInfo: Use enum instead of unsigned
Ed Maste
- r208206 - Update for llvm api change.
Rafael Espindola
- [PATCH] [OPENMP] A helper for marking intstructions with llvm.mem.parallel_loop_access
Alexander Musman
- [PATCH] Fix logic for big endian int<->ptr coercion
James Molloy
- r208216 - [ARM64-BE] Correctly deal with single element HFAs in varargs.
James Molloy
- r208217 - Re-satisfy the bots. Due to a de-sync between my clang and LLVM trees, I didn't notice that the generated BE alignment register is now unnamed and is not called '%align_be'.
James Molloy
- r208220 - [mips] Pass nan2008 info to the back-end.
Matheus Almeida
- r208222 - Remove "CH_ECK" line (which is ignored) from test after r154191.
Nico Weber
- r208226 - PR19562: Fix another temporary node leak in Clang debug info emission
David Blaikie
- [PATCH] Permit duplicate explicit class instantiations if MSVCCompat is enabled
Will Wilson
- [PATCH] clang-format: Add SpacesInParenthesesStyle
Daniel Jasper
- [PATCH] Enable standalone-debug by default on FreeBSD
Ed Maste
- r208231 - When doing int<->ptr coercion for big-endian, calculate the shift amount correctly.
James Molloy
- r207011 - Quick fix for layering that broke shared library build.
Kaelyn Takata
- [PATCH] Logical expressions in capability attributes
Aaron Ballman
- [cfe-commits] r116503 - in /cfe/trunk: include/clang/Driver/CC1Options.td include/clang/Frontend/PreprocessorOptions.h lib/Frontend/CompilerInvocation.cpp lib/Frontend/FrontendAction.cpp
Nico Weber
- PATCH for libcxxabi - harmonize nmstr implementations
Joerg Sonnenberger
- [libcxxabi] r208246 - Make libc++abi use the implementation of __numstr from libc++. No functionality change, just removal of duplicated code.
Marshall Clow
- r208247 - Make 2 functions static, remove unneeded cast, rewrap. No behavior change.
Nico Weber
- r208249 - c-index-test: Don't leak the strings returned by makeClientContainer().
Nico Weber
- r208251 - NSOrCFErrorDerefChecker: Don't leak bug type. Similar to r208110/r208155. Found by LSan.
Nico Weber
- r208254 - Add an Extension warning for applying unary * to an operand of type 'void*' in
Richard Smith
- r208258 - CodeGen: Don't set hidden visibility on symbols with local linkage
Duncan P. N. Exon Smith
- r208259 - fmodules-search-all: Removed dead code and added some comments.
John Thompson
- r208269 - Enable alternative tokens by default for clang-format.
Nikola Smiljanic
- r208270 - Fix latent bug. This can't actually manifest at the moment, but is a time-bomb
Richard Smith
- [PATCH] Don't copy objects with trivial, deleted copy ctors
Reid Kleckner
- [PATCH] [libcxxabi] Fixes more incorrect #ifs for SJ/LJ exceptions
Jon Roelofs
- r208275 - Driver: parse -mcmodel earlier
Saleem Abdulrasool
- r208277 - Let ASTReader optionally delete its ASTDeserializationListener.
Nico Weber
- r208278 - [OPENMP] Fix codegen test for msvc build
Alexey Bataev
- r208279 - [OPENMP] Another one fix in test for msvc
Alexey Bataev
- r208280 - [C++11] Use 'nullptr'.
Craig Topper
- r208281 - clang-format: [JS] Initial support for regex literals.
Daniel Jasper
- r208285 - clang-format: [JS] Support regex literals after 'return'.
Daniel Jasper
- r208288 - clang-format: Fix binary operator detection before lambdas.
Daniel Jasper
- r208292 - clang-format: [JS] support closures in container literals.
Daniel Jasper
- r208299 - Suggest fix-it ':' when '=' used in for-range-declaration
Ismail Pazarbasi
- r208300 - Explicitly keep track of temporaries during the consumed analysis.
Manuel Klimek
- r208302 - clang-format: Initial support for try-catch.
Daniel Jasper
- [PATCH] clang-format properly handles try/catch blocks
Daniel Jasper
- [PATCH] clang-format: Add basic support for try and catch statements
Daniel Jasper
- r208304 - clang-format: Cleanup redundant calculation of ParenLevel.
Daniel Jasper
- r208310 - Enable standalone-debug by default on FreeBSD
Ed Maste
- r208312 - Use predicate function to simplify a bit.
Rafael Espindola
- r208313 - Fix PR19169 [Crash on invalid attempting to specialize a template method as a template variable].
Karthik Bhat
- r208315 - Fix segmentation fault when mixing -Rpass with #line.
Diego Novillo
- [libcxx] r208319 - Add Address Sanitizer support to std::vector
Marshall Clow
- [PATCH] Add a level parameter to ClangTidyCheck::diag.
Alexander Kornienko
- r208320 - Small simplification: Reduce the use of cast<>.
Rafael Espindola
- r208321 - Use more specific type.
Rafael Espindola
- [PATCH] fix for PR19431 - x86 BMI intrinsics are broken
Sanjay Patel
- r208324 - Replace virtual with override.
Rafael Espindola
- r208328 - Cleanup setFunctionDefinitionAttributes.
Rafael Espindola
- r208331 - Simplify a few cast<>s.
Rafael Espindola
- r208335 - CodeGen: fix code model mapping
Saleem Abdulrasool
- r208345 - Remove -Wnon-modular-include
Ben Langmuir
- [libcxxabi] r208350 - Fix broken build from r208135
Jonathan Roelofs
- [cfe-commits] r144269 - in /cfe/trunk: include/clang-c/ include/clang/Frontend/ lib/Frontend/ tools/c-index-test/ tools/libclang/
Nico Weber
- [Patch] BUG 19551 explicit instantiation confusion for a function with a deduced return type already been instantiated
suyog sarda
- [libcxxabi] r208352 - Fixes more incorrect #ifs for SJ/LJ exceptions
Jonathan Roelofs
- r208354 - [Driver] Range-based loop simplification.
Simon Atanasyan
- [PATCH] Add flags -Rpass-missed and -Rpass-analysis.
Diego Novillo
- r208366 - Fix an outdated comment.
Richard Smith
- [PATCH] [Driver] Do not lose already detected set of toolchain's multilibs while iterating over different library path suffixes and different library versions.
Simon Atanasyan
- r208367 - Switch Wmodule-build to a remark
Ben Langmuir
- PR19352 getLocation() points to the wrong position for FriendDecls
Nikola Smiljanic
- r208374 - Use auto to avoid duplicating the type.
Rafael Espindola
- r208376 - Fix link target.
Richard Smith
- [PATCH] Store Errors inside ClangTidyContext instead of just pointer to an externalarray. This simplifies usage of ClangTidyContext a bit and seems to be moreconsistent.
Alexander Kornienko
- r208377 - Don't indent inside namespaces.
Rafael Espindola
- r208380 - Fix filename in file header comment.
Nico Weber
- r208381 - Fix filename in file header comment more.
Nico Weber
- r208382 - Simplify the code a bit by using linkage predicates.
Rafael Espindola
- r208384 - Don't indent in namespaces.
Rafael Espindola
- r208386 - Wrap to 80 columns, no code change.
Nico Weber
- r208387 - Don't repeat function name in comment.
Rafael Espindola
- [PATCH] Fix core-DR1755 & llvm-PR17294 & PR16906 - partial specializations of class member templates
Faisal Vali
- r208392 - [C++11] Use 'nullptr'.
Craig Topper
- r208394 - Add support for partial jump scope checking
Alp Toker
- [PATCH] Fix path concatenation in HeaderSearch
Yaron Keren
- [PATCH] Initial version of clang-tidy check to use override instead of virual.
Daniel Jasper
- r208401 - Revised wording for diagnostics in r208299
Ismail Pazarbasi
- r208402 - Permit duplicate explicit class instantiations if MSVCCompat is enabled
Will Wilson
- r208403 - clang-format: [JS] Fix spacing in dict literals.
Daniel Jasper
- r208404 - clang-format: [JS] Allow up to 3 empty lines in Google's JS style.
Daniel Jasper
- [PATCH] add option AlwaysBreakAfterDefinitionReturnType
Jarkko Hietaniemi
- Fwd: [PATCH] Improve error recovery around colon.
Serge Pavlov
- [PATCH] clang-format: "break before else" behavior
Jarkko Hietaniemi
- [clang-tools-extra] r208407 - Store Errors inside ClangTidyContext instead of just pointer to an external
Alexander Kornienko
- [PATCH] XCore target: add -march flag handling
robert lytton
- r208409 - clang-format: Fix bug introduced by r208392.
Daniel Jasper
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers (clang part)
Oliver Stannard
- r208417 - ARM: HFAs must be passed in consecutive registers
Oliver Stannard
- [clang-tools-extra] r208420 - Allow ClangTidyDiagnosticConsumer to be reused.
Alexander Kornienko
- [PATCH] ARM: PCS non-compliance when struct is padded to avoid register/stack split, and requires internal padding
Oliver Stannard
- r208422 - Revert r208417 (olista01 'ARM: HFAs must be passed in consecutive registers'). This is a followon commit from r208413 which broke the LLVM bots.
James Molloy
- r208425 - Reapply r208417 (olista01 'ARM: HFAs must be passed in consecutive registers'). Bots are now pacified.
James Molloy
- r208426 - Pacify bots again - turns out my checkout was slightly polluted when I was reverting a olista01s change, and this pollution made it upstream during the revert checkin :/ Sorryemacs -nw lib/CodeGen/CodeGenModule.cpp
James Molloy
- r208436 - ThreadSafetyAnalysis: Don't crash when trying to analyze objc methods.
Benjamin Kramer
- r208438 - Don't leak MacroArgs when using code completion, PR19688.
Nico Weber
- r208439 - Add the ability to use logical expressions for capability attributes. This is to allow requirements to be expressed not just in terms of lists, but in terms of logical expressions. Eg)
Aaron Ballman
- r208440 - Amending r208439 to remove buildLExpr; this code isn't strictly required yet, and fixes a dead code warning.
Aaron Ballman
- r208443 - Objective-C. Reduce false positive warnings with -Wselector by issuing warning
Fariborz Jahanian
- LLVM buildmaster will be restarted today after 6 PM Pacific Time
Galina Kistanova
- r208445 - PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas and
Richard Smith
- r208449 - Don't emit -Wnon-virtual-dtor on final classes, since it's not a problem there.
David Blaikie
- r208454 - Don't leak the CXStoredDiagnostics returned by clang_codeCompleteGetDiagnostic()
Nico Weber
- r208458 - MS ABI: Pass 'sret' as the second parameter of instance methods
Reid Kleckner
- [libcxxabi] r208465 - Check exception specification with __cplusplus.
Logan Chien
- [libcxxabi] r208466 - Implement ARM EHABI exception handling.
Logan Chien
- r208467 - Stop all the Decl classes poking at Redeclarable's data member directly, and make getNextRedeclaration follow the pattern of its friends getPreviousDecl and getMostRecentDecl.
Richard Smith
- r208468 - Add FIXME describing the limitation of using column info to disambiguate inlining.
David Blaikie
- r208470 - Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
- [clang-tools-extra] r208471 - Update for Clang API change and move ClangTidyDiagnosticRenderer into an anonymous namespace while there.
Benjamin Kramer
- r208473 - Analyzer: Make helper function static.
Benjamin Kramer
- r208474 - Objective-C ARC. Add support for toll-free bridge
Fariborz Jahanian
- r208475 - Wrap to 80 columns. No behavior change.
Nico Weber
- r208477 - Add test coverage for invalid conversion functions with default args.
Nico Weber
- r208481 - Don't leak default arg tokens on invalid destructors or conversion functions.
Nico Weber
- r208482 - Try to bring the 32 bit buildbots back to life.
Benjamin Kramer
- r208483 - Don't leak CXStrings for replacement fix-its in c-index-test.
Nico Weber
- r208484 - Follow-up to r208481: Free all default arguments, not just the first one.
Nico Weber
- r208485 - Wrap at 80 columns. No code change.
Nico Weber
- r208486 - CodeGen: support dll{ex,im}port on WoA
Saleem Abdulrasool
- [patch] gcc compat: Support -masm= flag for x86 targets
Nico Weber
- r208491 - Silence warning in Release builds. This function is only used in an assert.
Benjamin Kramer
- r208493 - Put back raw_ostream.h include.
Benjamin Kramer
- r208497 - Another try at making MSVC happy again.
Benjamin Kramer
- r208498 - Consolidate single void paramter checking
Alp Toker
- r208499 - Parameter/argument terminology fixes
Alp Toker
- r179879 - Emit the underlying type in the debug info for all kinds of fixed enums
David Blaikie
- r208503 - c-index-test: Don't leak diagnostic category text.
Nico Weber
- r208505 - Driver: Don't leak the -Xarch argument when its use is incorrect.
Nico Weber
- [patch] BuryPointer the CXTranslationUnit when a crash has been detected
Nico Weber
- r208511 - PR19713: Don't warn on unused static inline functions, even if the 'inline' was
Richard Smith
- r208512 - Make DiagnosticsEngine non-copyable
Alp Toker
- r208513 - Revert "Another try at making MSVC happy again."
Alp Toker
- r208514 - Revert "Revert "Another try at making MSVC happy again.""
Alp Toker
- r208516 - [OPENMP] Removed unnecessary enums from OpenMP constructs
Alexey Bataev
- r208517 - [C++11] Use 'nullptr'. AST edition.
Craig Topper
Last message date:
Sun May 11 22:36:59 PDT 2014
Archived on: Tue Aug 4 15:31:37 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).