The Week Of Monday 5 October 2015 Archives by author
Starting: Mon Oct 5 00:24:56 PDT 2015
Ending: Sun Oct 11 23:59:48 PDT 2015
Messages: 628
- [PATCH] D13546: [ATTR] Automatic line feed after pragma-like attribute, NFC.
Bataev, Alexey via cfe-commits
- [PATCH] D13582: [DEBUG INFO] Emit debug info for type used in explicit cast only.
Bataev, Alexey via cfe-commits
- [PATCH] D13398: [clang-tidy] add check cppcoreguidelines-pro-type-const-cast
Aaron Ballman via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Aaron Ballman via cfe-commits
- r249321 - Adding a narrowing AST matcher for FunctionDecl::isVariadic(), plus tests and documentation.
Aaron Ballman via cfe-commits
- r249321 - Adding a narrowing AST matcher for FunctionDecl::isVariadic(), plus tests and documentation.
Aaron Ballman via cfe-commits
- [PATCH] D13446: [PATCH] Add checker discouraging definition of variadic function definitions in C++
Aaron Ballman via cfe-commits
- r249341 - Adding an AST node matcher for NonTypeTemplateParmDecl objects.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r249343 - Adding a checker (cert-dcl50-cpp) that detects the definition of a C-style variadic function in C++ code. Corresponds to the CERT C++ secure coding rule: https://www.securecoding.cert.org/confluence/display/cplusplus/DCL50-CPP.+Do+not+define+a+C-style+variadic+function
Aaron Ballman via cfe-commits
- [PATCH] D13446: [PATCH] Add checker discouraging definition of variadic function definitions in C++
Aaron Ballman via cfe-commits
- [clang-tools-extra] r249399 - Add a new module for the C++ Core Guidelines, and the first checker for those guidelines: cppcoreguidelines-pro-type-reinterpret-cast.
Aaron Ballman via cfe-commits
- [PATCH] D13313: [clang-tidy] new check cppcoreguidelines-pro-type-reinterpret-cast
Aaron Ballman via cfe-commits
- [PATCH] D13311: [clang-tidy] Add check cppcoreguidelines-pro-bounds-pointer-arithmetic
Aaron Ballman via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Aaron Ballman via cfe-commits
- [PATCH] D13383: [clang] Add flag to DeclContext to distinguish between qualified and unqualified name lookups
Aaron Ballman via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Aaron Ballman via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Aaron Ballman via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Aaron Ballman via cfe-commits
- [PATCH] D13444: [clang-tidy] Clocky module and multiple check from my repository
Aaron Ballman via cfe-commits
- [PATCH] D12839: Extend MoveConstructorInitCheck to also flag constructor arguments passed by value and can be moved assigned to fields.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r249429 - Improved the misc-move-constructor-init check to identify arguments that are passed by value but copy assigned to class data members when the non-deleted move constructor is a better fit.
Aaron Ballman via cfe-commits
- [PATCH] D12839: Extend MoveConstructorInitCheck to also flag constructor arguments passed by value and can be moved assigned to fields.
Aaron Ballman via cfe-commits
- [clang-tools-extra] r249430 - Attempting to appease the CMake build bots after r249429.
Aaron Ballman via cfe-commits
- [PATCH] D13383: [clang] Add flag to DeclContext to distinguish between qualified and unqualified name lookups
Aaron Ballman via cfe-commits
- [PATCH] D13383: [clang] Add flag to DeclContext to distinguish between qualified and unqualified name lookups
Aaron Ballman via cfe-commits
- [clang-tools-extra] r249444 - Change the write modes to "binary" so that line endings do not get munged on Windows. Otherwise, when this script is run, all files created on Windows have CRLF instead of LF line endings.
Aaron Ballman via cfe-commits
- [PATCH] D13446: [PATCH] Add checker discouraging definition of variadic function definitions in C++
Aaron Ballman via cfe-commits
- [PATCH] D13446: [PATCH] Add checker discouraging definition of variadic function definitions in C++
Aaron Ballman via cfe-commits
- [PATCH] D13398: [clang-tidy] add check cppcoreguidelines-pro-type-const-cast
Aaron Ballman via cfe-commits
- [clang-tools-extra] r249540 - Add checker for the C++ Core Guidelines: cppcoreguidelines-pro-type-const-cast.
Aaron Ballman via cfe-commits
- [PATCH] D13398: [clang-tidy] add check cppcoreguidelines-pro-type-const-cast
Aaron Ballman via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Aaron Ballman via cfe-commits
- [PATCH] D13311: [clang-tidy] Add check cppcoreguidelines-pro-bounds-pointer-arithmetic
Aaron Ballman via cfe-commits
- r249392 - clang-format: Make IncludeCategories configurable in .clang-format file.
Aaron Ballman via cfe-commits
- r249392 - clang-format: Make IncludeCategories configurable in .clang-format file.
Aaron Ballman via cfe-commits
- [PATCH] D13510: [PATCH] Support C++ Core Guidelines copy assignment restrictions
Aaron Ballman via cfe-commits
- [clang-tools-extra] r249555 - Loosening the restriction on variadic function definitions so that extern "C" function definitions are permissible.
Aaron Ballman via cfe-commits
- [PATCH] D13446: [PATCH] Add checker discouraging definition of variadic function definitions in C++
Aaron Ballman via cfe-commits
- [clang-tools-extra] r249399 - Add a new module for the C++ Core Guidelines, and the first checker for those guidelines: cppcoreguidelines-pro-type-reinterpret-cast.
Aaron Ballman via cfe-commits
- [PATCH] D13510: [PATCH] Support C++ Core Guidelines copy assignment restrictions
Aaron Ballman via cfe-commits
- [PATCH] D11328: [clang-tidy] new "throw-by-value-catch-by-reference" check for clang-tidy
Aaron Ballman via cfe-commits
- [PATCH] D13510: [PATCH] Support C++ Core Guidelines copy assignment restrictions
Aaron Ballman via cfe-commits
- [clang-tools-extra] r249612 - Fixing links and reformatting code; NFC.
Aaron Ballman via cfe-commits
- [PATCH] D11328: [clang-tidy] new "throw-by-value-catch-by-reference" check for clang-tidy
Aaron Ballman via cfe-commits
- [PATCH] D13546: [ATTR] Automatic line feed after pragma-like attribute, NFC.
Aaron Ballman via cfe-commits
- [PATCH] Fix ICE in Clang when dealing with attribute(__no_sanitize_*__)
Aaron Ballman via cfe-commits
- [PATCH] D13546: [ATTR] Automatic line feed after pragma-like attribute.
Aaron Ballman via cfe-commits
- [PATCH] D13567: [PATCH] Add checker discouraging use of setjmp/longjmp in C++
Aaron Ballman via cfe-commits
- [PATCH] Fix ICE in Clang when dealing with attribute(__no_sanitize_*__)
Aaron Ballman via cfe-commits
- [PATCH] Fix ICE in Clang when dealing with attribute(__no_sanitize_*__)
Aaron Ballman via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Aaron Ballman via cfe-commits
- [PATCH] Fix ICE in Clang when dealing with attribute(__no_sanitize_*__)
Aaron Ballman via cfe-commits
- [PATCH] D13567: [PATCH] Add checker discouraging use of setjmp/longjmp in C++
Aaron Ballman via cfe-commits
- [PATCH] D13567: [PATCH] Add checker discouraging use of setjmp/longjmp in C++
Aaron Ballman via cfe-commits
- [clang-tools-extra] r249727 - Adding a checker (cert-err52-cpp) that detects use of setjmp or longjmp in C++ code. Corresponds to the CERT C++ secure coding rule: https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=1834
Aaron Ballman via cfe-commits
- [PATCH] D13567: [PATCH] Add checker discouraging use of setjmp/longjmp in C++
Aaron Ballman via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Aaron Ballman via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Aaron Ballman via cfe-commits
- [PATCH] D13546: [ATTR] Automatic line feed after pragma-like attribute.
Aaron Ballman via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Aaron Ballman via cfe-commits
- r249833 - Amending r249721 to properly handle pathological attribute-related names like __ and ____.
Aaron Ballman via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Aaron Ballman via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Aaron Ballman via cfe-commits
- [PATCH] D13440: [clang-tidy] Python script for easy check rename
Aaron Ballman via cfe-commits
- [PATCH] D13444: [clang-tidy] Clocky module and multiple check from my repository
Aaron Ballman via cfe-commits
- [PATCH] D13446: [PATCH] Add checker discouraging definition of variadic function definitions in C++
Aaron Ballman via cfe-commits
- [PATCH] D11328: [clang-tidy] new "throw-by-value-catch-by-reference" check for clang-tidy
Aaron Ballman via cfe-commits
- [PATCH] D11328: [clang-tidy] new "throw-by-value-catch-by-reference" check for clang-tidy
Aaron Ballman via cfe-commits
- [clang-tools-extra] r249899 - Add a new checker that tests whether a throw expression throws by value, and whether a catch statement catches by reference.
Aaron Ballman via cfe-commits
- [PATCH] D11328: [clang-tidy] new "throw-by-value-catch-by-reference" check for clang-tidy
Aaron Ballman via cfe-commits
- [clang-tools-extra] r249905 - Explicitly enable -fcxx-exceptions for this test to appease Windows build bots.
Aaron Ballman via cfe-commits
- [libclc] r249445 - integer: remove explicit casts from _MIN definitions
Aaron Watry via cfe-commits
- Implict casts disappeared from syntactic init list expressions in C++
Abramo Bagnara via cfe-commits
- Implict casts disappeared from syntactic init list expressions in C++
Abramo Bagnara via cfe-commits
- r249338 - [sanitizer] Enable lsan for AArch64
Adhemerval Zanella via cfe-commits
- [PATCH] D13221: Make CompilerInvocation's use of the debug options more understandable.
Adrian Prantl via cfe-commits
- r249157 - Module debugging: Don't emit forward declarations in module scopes.
Adrian Prantl via cfe-commits
- r249328 - Undo the unique_ptr'fication of CodeGenABITypes::CGM introduced in r248762.
Adrian Prantl via cfe-commits
- r249336 - Re-introduce the unique_ptr removed in r249328 and just make
Adrian Prantl via cfe-commits
- [PATCH] D13445: [libcxx] Reexport std::bad_array_length symbols from libc++abi on OS X.
Adrian Prantl via cfe-commits
- [libcxx] r249226 - [libcxx] Use newest supported language dialect when running the test suite.
Adrian Prantl via cfe-commits
- [PATCH] Fix ICE in Clang when dealing with attribute(__no_sanitize_*__)
Adrian Zgorzalek via cfe-commits
- [PATCH] Fix ICE in Clang when dealing with attribute(__no_sanitize_*__)
Adrian Zgorzalek via cfe-commits
- [PATCH] Fix ICE in Clang when dealing with attribute(__no_sanitize_*__)
Adrian Zgorzalek via cfe-commits
- [PATCH] Fix ICE in Clang when dealing with attribute(__no_sanitize_*__)
Adrian Zgorzalek via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Adrian Zgorzalek via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Adrian Zgorzalek via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Adrian Zgorzalek via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Adrian Zgorzalek via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Adrian Zgorzalek via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Adrian Zgorzalek via cfe-commits
- [PATCH] D13525: [CodeGen] Attach function attributes to functions created in CGBlocks.cpp.
Akira Hatanaka via cfe-commits
- [PATCH] D13525: [CodeGen] Attach function attributes to functions created in CGBlocks.cpp.
Akira Hatanaka via cfe-commits
- [PATCH] D13525: [CodeGen] Attach function attributes to functions created in CGBlocks.cpp.
Akira Hatanaka via cfe-commits
- r249722 - [CodeGen] Check if the Decl pointer passed is null, and if so, return
Akira Hatanaka via cfe-commits
- r249735 - [CodeGen] [CodeGen] Attach function attributes to functions created in
Akira Hatanaka via cfe-commits
- [PATCH] D13525: [CodeGen] Attach function attributes to functions created in CGBlocks.cpp.
Akira Hatanaka via cfe-commits
- [PATCH] D13610: [CodeGen] Fix CodeGenModule::CreateGlobalInitOrDestructFunction
Akira Hatanaka via cfe-commits
- [clang-tools-extra] r249235 - Replace double negation of !FileID.isInvalid() with FileID.isValid().
Alexander Kornienko via cfe-commits
- [PATCH] D13398: [clang-tidy] add check cppcoreguidelines-pro-type-const-cast
Alexander Kornienko via cfe-commits
- [PATCH] D13504: Prevent modernize-use-auto from emitting a warning when 'auto' was already being used.
Alexander Kornienko via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Alexander Kornienko via cfe-commits
- [PATCH] D13440: [clang-tidy] Python script for easy check rename
Alexander Kornienko via cfe-commits
- [PATCH] D13440: [clang-tidy] Python script for easy check rename
Alexander Kornienko via cfe-commits
- [PATCH] D13440: [clang-tidy] Python script for easy check rename
Alexander Kornienko via cfe-commits
- [PATCH] D13398: [clang-tidy] add check cppcoreguidelines-pro-type-const-cast
Alexander Kornienko via cfe-commits
- [PATCH] D13444: [clang-tidy] Clocky module and multiple check from my repository
Alexander Kornienko via cfe-commits
- r249308 - The Driver does not set the +strict-align flag when targeting
Alexandros Lamprineas via cfe-commits
- [PATCH] D12244: Implement ACLE 2.0 macros of chapters 6.4 and 6.5 for [ARM] and [Aarch64] targets
Alexandros Lamprineas via cfe-commits
- r249534 - Fix crash in codegen on casting to `bool &`.
Alexey Bataev via cfe-commits
- [PATCH] D13325: Fix crash in codegen on casting to `bool &`.
Alexey Bataev via cfe-commits
- [PATCH] D13375: [MSVC] Fix for http://llvm.org/PR24132: __declspec(property): double invocations of foo() when compiling foo()->propertyName
Alexey Bataev via cfe-commits
- [PATCH] D12614: [OpenMP] Offloading descriptor registration and device codegen.
Alexey Bataev via cfe-commits
- [PATCH] D13546: [ATTR] Automatic line feed after pragma-like attribute, NFC.
Alexey Bataev via cfe-commits
- r249672 - [OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause.
Alexey Bataev via cfe-commits
- [PATCH] D13546: [ATTR] Automatic line feed after pragma-like attribute.
Alexey Bataev via cfe-commits
- [PATCH] D13546: [ATTR] Automatic line feed after pragma-like attribute.
Alexey Bataev via cfe-commits
- [PATCH] D13546: [ATTR] Automatic line feed after pragma-like attribute.
Alexey Bataev via cfe-commits
- [PATCH] D13582: [DEBUG INFO] Emit debug info for type used in explicit cast only.
Alexey Bataev via cfe-commits
- r250017 - [ATTR] Automatic line feed after pragma-like attribute.
Alexey Bataev via cfe-commits
- [PATCH] D13399: [CMake] Bug 14109 - CMake build for compiler-rt should use just-built clang
Alexey Samsonov via cfe-commits
- [PATCH] D13399: [CMake] Bug 14109 - CMake build for compiler-rt should use just-built clang
Alexey Samsonov via cfe-commits
- [PATCH] D13399: [CMake] Bug 14109 - CMake build for compiler-rt should use just-built clang
Alexey Samsonov via cfe-commits
- [PATCH] D13168: [OpenCL] OpenCL2.0 - Apply default address space rules
Anastasia Stulova via cfe-commits
- r249301 - [OpenCL] Fix casting a true boolean to an integer vector.
Anastasia Stulova via cfe-commits
- [Patch][OpenCL] Custom atomic Builtin check ignores address space of a non-atomic pointer
Anastasia Stulova via cfe-commits
- [PATCH] D13431: Document a bug in loop-convert and fix one of its subcases.
Angel Garcia via cfe-commits
- [PATCH] D13431: Document a bug in loop-convert and fix one of its subcases.
Angel Garcia via cfe-commits
- [PATCH] D13431: Document a bug in loop-convert and fix one of its subcases.
Angel Garcia via cfe-commits
- [PATCH] D13433: Use better mocks in modernize-make-unique, and fix matcher.
Angel Garcia via cfe-commits
- [PATCH] D13469: Create interfaces and tests for the overlapping replacements fix in clang-tidy.
Angel Garcia via cfe-commits
- [PATCH] D13469: Create interfaces and tests for the overlapping replacements fix in clang-tidy.
Angel Garcia via cfe-commits
- [PATCH] D13469: Create interfaces and tests for the overlapping replacements fix in clang-tidy.
Angel Garcia via cfe-commits
- [PATCH] D13504: Prevent modernize-use-auto from emitting a warning when 'auto' was already being used.
Angel Garcia via cfe-commits
- [PATCH] D13504: Prevent modernize-use-auto from emitting a warning when 'auto' was already being used.
Angel Garcia via cfe-commits
- [PATCH] D13516: Fix overlapping replacements in clang-tidy.
Angel Garcia via cfe-commits
- [PATCH] D13590: Support every kind of initialization.
Angel Garcia via cfe-commits
- [clang-tools-extra] r249291 - Fix bug in modernize-use-nullptr.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r249300 - Document a bug in loop-convert and fix one of its subcases.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r249305 - Use better mocks in modernize-make-unique, and fix matcher.
Angel Garcia Gomez via cfe-commits
- [clang-tools-extra] r249402 - Create interfaces and tests for the overlapping replacements fix in clang-tidy.
Angel Garcia Gomez via cfe-commits
- [PATCH] D10305: [Clang Static Analyzer] Bug identification
Anna Zaks via cfe-commits
- [PATCH] D13488: [analyzer] Assume escape is possible through system functions taking void*
Anna Zaks via cfe-commits
- Re: [PATCH] D13099: [Analyzer] Don’t invalidate CXXThis when conservatively evaluating const methods (PR 21606)
Anna Zaks via cfe-commits
- [PATCH] D12901: [Static Analyzer] Assertion "System is over constrained" after truncating 64 bits integers to 32 bits. (PR25078)
Anna Zaks via cfe-commits
- Re: [PATCH] D13099: [Analyzer] Don’t invalidate CXXThis when conservatively evaluating const methods (PR 21606)
Anna Zaks via cfe-commits
- [PATCH] D12726: [analyzer] A fix for symbolic element region index lifetime.
Anna Zaks via cfe-commits
- [PATCH] D12726: [analyzer] A fix for symbolic element region index lifetime.
Anna Zaks via cfe-commits
- Re: [PATCH] D13099: [Analyzer] Don’t invalidate CXXThis when conservatively evaluating const methods (PR 21606)
Anna Zaks via cfe-commits
- [PATCH] D9888: [OPENMP] Driver support for OpenMP offloading
Artem Belevich via cfe-commits
- [PATCH] D12726: [analyzer] A fix for symbolic element region index lifetime.
Artem Dergachev via cfe-commits
- [PATCH] D13430: [VFS] Add an in-memory file system implementation.
Benjamin Kramer via cfe-commits
- r249310 - [VFS] Remove setName from the file interface.
Benjamin Kramer via cfe-commits
- [PATCH] D13430: [VFS] Add an in-memory file system implementation.
Benjamin Kramer via cfe-commits
- [PATCH] D13430: [VFS] Add an in-memory file system implementation.
Benjamin Kramer via cfe-commits
- r249314 - [VFS] Move class out of method so it looks less like Java.
Benjamin Kramer via cfe-commits
- r249315 - [VFS] Add an in-memory file system implementation.
Benjamin Kramer via cfe-commits
- r249316 - [VFS] Add working directories to every virtual file system.
Benjamin Kramer via cfe-commits
- r249318 - [VFS] Fix compilation on systems where time_t is not int64_t.
Benjamin Kramer via cfe-commits
- r249319 - [VFS] Fix the windows build by including the right headers.
Benjamin Kramer via cfe-commits
- r249355 - Remove duplicated default arguments. NFC.
Benjamin Kramer via cfe-commits
- r249314 - [VFS] Move class out of method so it looks less like Java.
Benjamin Kramer via cfe-commits
- r249385 - [VFS] Transition clang-format to use an in-memory FS.
Benjamin Kramer via cfe-commits
- r249388 - [VFS] Port applyAllReplacements to InMemoryFileSystem.
Benjamin Kramer via cfe-commits
- r249389 - [VFS] Port SimpleFormatContext to InMemoryFileSystem.
Benjamin Kramer via cfe-commits
- r249408 - [Tooling] Remove dead code.
Benjamin Kramer via cfe-commits
- r249409 - [VFS] Put the incoming name in the file status to make InMemoryFS behave more like a real FS.
Benjamin Kramer via cfe-commits
- r249410 - [Tooling] Reuse FileManager in ASTUnit.
Benjamin Kramer via cfe-commits
- [PATCH] D13474: [VFS] Port tooling to use the in-memory file system.
Benjamin Kramer via cfe-commits
- r249413 - [Tooling] Don't run a tool invocation without a FileManager.
Benjamin Kramer via cfe-commits
- [PATCH] D13474: [VFS] Port tooling to use the in-memory file system.
Benjamin Kramer via cfe-commits
- r249525 - [VFS] Also drop '.' when adding files to an in-memory FS.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r249526 - [VFS] Switch clang-tidy tests to use an in-memory fs.
Benjamin Kramer via cfe-commits
- r249532 - [VFS] Refactor VFSFromYAML a bit.
Benjamin Kramer via cfe-commits
- r249556 - [VFS] Port driver tool chains to VFS.
Benjamin Kramer via cfe-commits
- r249608 - Fix a shared CMake build by linking with libclangBasic.
Benjamin Kramer via cfe-commits
- r249556 - [VFS] Port driver tool chains to VFS.
Benjamin Kramer via cfe-commits
- r249676 - [Driver] Use Twine instead of itostr. NFC.
Benjamin Kramer via cfe-commits
- r249693 - [VFS] Use VFS instead of virtual files in PPCallbacks test.
Benjamin Kramer via cfe-commits
- r249815 - [VFS] Port tooling to use the in-memory file system.
Benjamin Kramer via cfe-commits
- r249829 - [VFS] Wire up multilib toolchain code to the VFS.
Benjamin Kramer via cfe-commits
- r249830 - [VFS] Just normalize away .. and . in paths for in-memory file systems.
Benjamin Kramer via cfe-commits
- r249831 - [VFS] Wire up driver VFS through tooling.
Benjamin Kramer via cfe-commits
- r249832 - [VFS] Rename RedirectingFS internals to avoid collisions with public clang classes
Benjamin Kramer via cfe-commits
- [PATCH] D13513: [clang-format] Stop alignment sequences on open braces and parens when aligning assignments.
Beren Minor via cfe-commits
- [PATCH] D13513: [clang-format] Stop alignment sequences on open braces and parens when aligning assignments.
Beren Minor via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Chandler Carruth via cfe-commits
- [PATCH] D13399: [CMake] Bug 14109 - CMake build for compiler-rt should use just-built clang
Chris Bieneman via cfe-commits
- [PATCH] D13399: [CMake] Bug 14109 - CMake build for compiler-rt should use just-built clang
Chris Bieneman via cfe-commits
- [PATCH] D13399: [CMake] Bug 14109 - CMake build for compiler-rt should use just-built clang
Chris Bieneman via cfe-commits
- [PATCH] D13399: [CMake] Bug 14109 - CMake build for compiler-rt should use just-built clang
Chris Bieneman via cfe-commits
- [PATCH] D13453: Always generate cmake config files
Chris Bieneman via cfe-commits
- [PATCH] D13399: [CMake] Bug 14109 - CMake build for compiler-rt should use just-built clang
Chris Bieneman via cfe-commits
- [PATCH] D13399: [CMake] Bug 14109 - CMake build for compiler-rt should use just-built clang
Chris Bieneman via cfe-commits
- r249858 - [CMake] Fixing LTO library path passed into bootstrap builds.
Chris Bieneman via cfe-commits
- [libcxx] r250003 - [Darwin] Need to add -isysroot on OS X otherwise the tests will fail if you don't have the command line tools package installed.
Chris Bieneman via cfe-commits
- [libcxx] r250003 - [Darwin] Need to add -isysroot on OS X otherwise the tests will fail if you don't have the command line tools package installed.
Chris Bieneman via cfe-commits
- [libcxx] r250007 - [Darwin] Reworking r250003 to use lit.util.capture instead of subprocess.
Chris Bieneman via cfe-commits
- [libcxx] r250003 - [Darwin] Need to add -isysroot on OS X otherwise the tests will fail if you don't have the command line tools package installed.
Chris Bieneman via cfe-commits
- r249652 - Fix a -Wdeclaration-after-statement warning.
Craig Topper via cfe-commits
- r249639 - Make clang_Cursor_getMangling not mangle if the declaration isn't mangled
Craig Topper via cfe-commits
- [PATCH] D13446: [PATCH] Add checker discouraging definition of variadic function definitions in C++
Daniel Berlin via cfe-commits
- r249289 - clang-format: Document threshold for adding new options.
Daniel Jasper via cfe-commits
- r249290 - clang-format: Remove sentence in option cost threshold that weakens the
Daniel Jasper via cfe-commits
- r249312 - clang-format: Small doc fix.
Daniel Jasper via cfe-commits
- r249392 - clang-format: Make IncludeCategories configurable in .clang-format file.
Daniel Jasper via cfe-commits
- r249394 - clang-format: Add empty line before code-blocks in Docs.
Daniel Jasper via cfe-commits
- r249501 - clang-format: Fix false positive in pointer/reference detection.
Daniel Jasper via cfe-commits
- r249502 - clang-format: Understand array reference types.
Daniel Jasper via cfe-commits
- r249517 - clang-format: Fix false ObjC block detection.
Daniel Jasper via cfe-commits
- r249519 - Make clang-format actually respect custom brace wrapping flags.
Daniel Jasper via cfe-commits
- r249542 - clang-format: Hopefully fix code blocks in docs.
Daniel Jasper via cfe-commits
- r249392 - clang-format: Make IncludeCategories configurable in .clang-format file.
Daniel Jasper via cfe-commits
- [PATCH] D13513: [clang-format] Stop alignment sequences on open braces and parens when aligning assignments.
Daniel Jasper via cfe-commits
- r249552 - [clang-format] Stop alignment sequences on open braces and parens when
Daniel Jasper via cfe-commits
- [PATCH] D13513: [clang-format] Stop alignment sequences on open braces and parens when aligning assignments.
Daniel Jasper via cfe-commits
- r249553 - clang-format: Fixed missing space between Obj-C for/in and a typecast.
Daniel Jasper via cfe-commits
- [PATCH] D12489: [clang-format] Fixed missing space between Obj-C for/in and a typecast
Daniel Jasper via cfe-commits
- r249567 - clang-format: Add include sorting capabilities to sublime, emacs and
Daniel Jasper via cfe-commits
- [PATCH] D13523: ASTMatchers: Keep AllCallbacks in a set instead of a vector
Daniel Jasper via cfe-commits
- r249598 - ASTMatchers: Keep AllCallbacks in a set instead of a vector
Daniel Jasper via cfe-commits
- [PATCH] D13523: ASTMatchers: Keep AllCallbacks in a set instead of a vector
Daniel Jasper via cfe-commits
- [PATCH] D13549: Added new options to ClangFormat VSIX package.
Daniel Jasper via cfe-commits
- r250009 - clang-format: [JS] handle character classes in regexes.
Daniel Jasper via cfe-commits
- [PATCH] D13641: clang-format: [JS] handle character classes in regexes.
Daniel Jasper via cfe-commits
- [PATCH] D13641: clang-format: [JS] handle character classes in regexes.
Daniel Jasper via cfe-commits
- r250010 - clang-format: Fixed typecast getting put on a separate line from the
Daniel Jasper via cfe-commits
- [PATCH] D12501: [clang-format] Obj-C dictionary literals: Fixed typecast getting put on a separate line from the key
Daniel Jasper via cfe-commits
- r249306 - [mips][p5600] Add -mcpu=p5600 option.
Daniel Sanders via cfe-commits
- [PATCH] D13100: [mips] Separated mips specific -Wa options, so that they are not checked on other platforms.
Daniel Sanders via cfe-commits
- [PATCH] D13221: Make CompilerInvocation's use of the debug options more understandable.
David Blaikie via cfe-commits
- r249157 - Module debugging: Don't emit forward declarations in module scopes.
David Blaikie via cfe-commits
- r249157 - Module debugging: Don't emit forward declarations in module scopes.
David Blaikie via cfe-commits
- r249328 - Undo the unique_ptr'fication of CodeGenABITypes::CGM introduced in r248762.
David Blaikie via cfe-commits
- Fwd: r249328 - Undo the unique_ptr'fication of CodeGenABITypes::CGM introduced in r248762.
David Blaikie via cfe-commits
- r249336 - Re-introduce the unique_ptr removed in r249328 and just make
David Blaikie via cfe-commits
- r249413 - [Tooling] Don't run a tool invocation without a FileManager.
David Blaikie via cfe-commits
- [PATCH] D13221: Make CompilerInvocation's use of the debug options more understandable.
David Blaikie via cfe-commits
- r249692 - [Myriad]: default the Dwarf version to 2
David Blaikie via cfe-commits
- [PATCH] D13582: [DEBUG INFO] Emit debug info for type used in explicit cast only.
David Blaikie via cfe-commits
- [PATCH] D12793: Three new overflow builtins with generic argument types
David Grayson via cfe-commits
- r249656 - [MSVC Compat] Enable ABI impacting non-conforming behavior independently of -fms-compatibility
David Majnemer via cfe-commits
- r249660 - Update tests touched by r249656
David Majnemer via cfe-commits
- r249667 - [Sema] Tweak incomplete enum types on MSVC ABI targets
David Majnemer via cfe-commits
- r249670 - Update a few more tests in response to the MS ABI enum semantics
David Majnemer via cfe-commits
- r249674 - [MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enum
David Majnemer via cfe-commits
- [PATCH] D13134: [analyzer] Add keyboard shortcuts to report.html
Devin Coughlin via cfe-commits
- [PATCH] D13488: [analyzer] Assume escape is possible through system functions taking void*
Devin Coughlin via cfe-commits
- r249316 - [VFS] Add working directories to every virtual file system.
Diego Novillo via cfe-commits
- r249316 - [VFS] Add working directories to every virtual file system.
Diego Novillo via cfe-commits
- r249896 - Fix inference of _Nullable for weak Objective-C properties.
Douglas Gregor via cfe-commits
- r248949 - Don't inherit availability information when implementing a protocol requirement.
Douglas Gregor via cfe-commits
- r248949 - Don't inherit availability information when implementing a protocol requirement.
Douglas Gregor via cfe-commits
- [PATCH] D13221: Make CompilerInvocation's use of the debug options more understandable.
Douglas Katzman via cfe-commits
- [PATCH] D13221: Make CompilerInvocation's use of the debug options more understandable.
Douglas Katzman via cfe-commits
- [PATCH] D13221: Make CompilerInvocation's use of the debug options more understandable.
Douglas Katzman via cfe-commits
- r249655 - Stop messing with the 'g' group of options in CompilerInvocation.
Douglas Katzman via cfe-commits
- [PATCH] D13221: Make CompilerInvocation's use of the debug options more understandable.
Douglas Katzman via cfe-commits
- r249657 - Unbreak 'debug-options' test when builder is Darwin
Douglas Katzman via cfe-commits
- r249658 - Use itostr(), not std::to_string() because of Android.
Douglas Katzman via cfe-commits
- r249692 - [Myriad]: default the Dwarf version to 2
Douglas Katzman via cfe-commits
- r249893 - [Myriad]: put libstdc++ and libc in the right order
Douglas Katzman via cfe-commits
- [PATCH] D13525: [CodeGen] Attach function attributes to functions created in CGBlocks.cpp.
Duncan P. N. Exon Smith via cfe-commits
- r249849 - Analysis: Make CFG::graph_iterator dereference to non-const
Duncan P. N. Exon Smith via cfe-commits
- r249437 - Make clang_Cursor_getMangling don't mangle if the declaration isn't mangled
Ehsan Akhgari via cfe-commits
- [PATCH] D13317: clang_Cursor_getMangling shouldn't mangle if the declaration isn't mangled
Ehsan Akhgari via cfe-commits
- r249440 - Revert r249437
Ehsan Akhgari via cfe-commits
- r249639 - Make clang_Cursor_getMangling not mangle if the declaration isn't mangled
Ehsan Akhgari via cfe-commits
- [PATCH] D13014: [X86] Add XSAVE intrinsics (Clang part)
Elena Demikhovsky via cfe-commits
- r249732 - Migrate most feature map inclusion to initFeatureMap for the x86 target so
Eric Christopher via cfe-commits
- r249733 - Handle sse turning on mmx, but no -mmx not turning off SSE.
Eric Christopher via cfe-commits
- [PATCH] D13572: Use Triple.isAndroid() where possible.
Eric Christopher via cfe-commits
- [PATCH] D13572: Use Triple.isAndroid() where possible.
Eric Christopher via cfe-commits
- r249790 - Fix a few typos in the required feature set for some of the x86
Eric Christopher via cfe-commits
- r249871 - constify the feature vector going into initFeatureMap as it shouldn't
Eric Christopher via cfe-commits
- r249872 - Fix whitespace, 80-column violations, embedded tabs for the
Eric Christopher via cfe-commits
- r249894 - Add a fixme to handleTargetFeatures.
Eric Christopher via cfe-commits
- [PATCH] D13445: [libcxx] Reexport std::bad_array_length symbols from libc++abi on OS X.
Eric Fiselier via cfe-commits
- [libcxx] r249339 - [libcxx] Reexport std::bad_array_length symbols from libc++abi on OS X.
Eric Fiselier via cfe-commits
- [PATCH] D13445: [libcxx] Reexport std::bad_array_length symbols from libc++abi on OS X.
Eric Fiselier via cfe-commits
- [PATCH] D13445: [libcxx] Reexport std::bad_array_length symbols from libc++abi on OS X.
Eric Fiselier via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Eric Fiselier via cfe-commits
- [PATCH] D13408: Skip NonNull sema checks in unevaluated contexts.
Eric Fiselier via cfe-commits
- [libcxx] r249372 - Add comments for LWG issues 2219 and 2367
Eric Fiselier via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Eric Fiselier via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Eric Fiselier via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Eric Fiselier via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Eric Fiselier via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Eric Fiselier via cfe-commits
- [PATCH] D12644: Using -isysroot on Apple platform
Eric Fiselier via cfe-commits
- r249787 - Skip NonNull sema checks in unevaluated contexts.
Eric Fiselier via cfe-commits
- [PATCH] D13408: Skip NonNull sema checks in unevaluated contexts.
Eric Fiselier via cfe-commits
- [libc++] PR25118: move include_next after #pragma system_header
Eric Fiselier via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Eric Fiselier via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Eric Fiselier via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Eric Fiselier via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Eric Fiselier via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Eric Fiselier via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Eric Fiselier via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Eric Fiselier via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Eric Fiselier via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Eric Fiselier via cfe-commits
- [PATCH] D12502: [libcxx] Better constain tuples constructors -- Fix PR23256 and PR22806
Eric Fiselier via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Eric Fiselier via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Eric Fiselier via cfe-commits
- [libcxx] r249936 - Get some of wchar_h.pass.cpp working on apple.
Eric Fiselier via cfe-commits
- [libcxx] r249938 - Revert r249931 - Remove same_decls.pass.cpp because it fails on OS X and in C++03 mode.
Eric Fiselier via cfe-commits
- [libcxx] r249939 - Turn off -pedantic by default when building due to #include_next. :-(
Eric Fiselier via cfe-commits
- [PATCH] D11740: ABI versioning macros for libc++
Eric Fiselier via cfe-commits
- [PATCH] D12512: [libcxxabi] Manually align pointers in __cxa_allocate_exception - Fixes PR24604
Eric Fiselier via cfe-commits
- [libcxx] r250003 - [Darwin] Need to add -isysroot on OS X otherwise the tests will fail if you don't have the command line tools package installed.
Eric Fiselier via cfe-commits
- [PATCH] D13383: [clang] Add flag to DeclContext to distinguish between qualified and unqualified name lookups
Eugene Leviant via cfe-commits
- [PATCH] D13383: [clang] Add flag to DeclContext to distinguish between qualified and unqualified name lookups
Eugene Leviant via cfe-commits
- [PATCH] D13383: [clang] Add flag to DeclContext to distinguish between qualified and unqualified name lookups
Eugene Leviant via cfe-commits
- [PATCH] D13383: [clang] Add flag to DeclContext to distinguish between qualified and unqualified name lookups
Eugene Leviant via cfe-commits
- [PATCH] D13444: [clang-tidy] Clocky module and multiple check from my repository
Eugene Zelenko via cfe-commits
- [PATCH] D13510: [PATCH] Support C++ Core Guidelines copy assignment restrictions
Eugene Zelenko via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Evgeniy Stepanov via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Evgeniy Stepanov via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Evgeniy Stepanov via cfe-commits
- [PATCH] D13572: Use Triple.isAndroid() where possible.
Evgeniy Stepanov via cfe-commits
- r249751 - Use Triple.isAndroid() where possible.
Evgeniy Stepanov via cfe-commits
- [PATCH] D13572: Use Triple.isAndroid() where possible.
Evgeniy Stepanov via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Evgeniy Stepanov via cfe-commits
- [PATCH] D11740: ABI versioning macros for libc++
Evgeniy Stepanov via cfe-commits
- [PATCH] D12839: Extend MoveConstructorInitCheck to also flag constructor arguments passed by value and can be moved assigned to fields.
Felix Berger via cfe-commits
- [PATCH] D13482: Revised Initial patch for PS4 toolchain
Filipe Cabecinhas via cfe-commits
- [PATCH] D12821: Allow for C's "writing off the end" idiom in __builtin_object_size
George Burgess IV via cfe-commits
- [PATCH] D12821: Allow for C's "writing off the end" idiom in __builtin_object_size
George Burgess IV via cfe-commits
- [PATCH] D12821: Allow for C's "writing off the end" idiom in __builtin_object_size
George Burgess IV via cfe-commits
- [PATCH] D13604: Fix to allow C conversions on arguments passed to functions with __attribute__((overloadable)) in C
George Burgess IV via cfe-commits
- [PATCH] D13607: [Fix] Make it an error to take the address of (most) enable_if functions.
George Burgess IV via cfe-commits
- r249995 - [Sema] Allow C conversions in C overload logic
George Burgess IV via cfe-commits
- [PATCH] D13604: Fix to allow C conversions on arguments passed to functions with __attribute__((overloadable)) in C
George Burgess IV via cfe-commits
- r249997 - Fix warning caused by r249995
George Burgess IV via cfe-commits
- [PATCH] D13607: [Fix] Make it an error to take the address of (most) enable_if functions.
George Burgess IV via cfe-commits
- [PATCH] D13607: [Fix] Make it an error to take the address of (most) enable_if functions.
George Burgess IV via cfe-commits
- [PATCH] D10305: [Clang Static Analyzer] Bug identification
Gábor Horváth via cfe-commits
- [PATCH] D10305: [Clang Static Analyzer] Bug identification
Gábor Horváth via cfe-commits
- Re: [PATCH] D13099: [Analyzer] Don’t invalidate CXXThis when conservatively evaluating const methods (PR 21606)
Gábor Horváth via cfe-commits
- [PATCH] D10305: [Clang Static Analyzer] Bug identification
Gábor Horváth via cfe-commits
- Re: [PATCH] D13099: [Analyzer] Don’t invalidate CXXThis when conservatively evaluating const methods (PR 21606)
Gábor Horváth via cfe-commits
- r249484 - Fix Clang-tidy modernize-use-nullptr warnings in source directories; other minor cleanups
Hans Wennborg via cfe-commits
- [PATCH] D13406: [Clang] Fix Clang-tidy modernize-use-nullptr warnings in source directories; other minor cleanups.
Hans Wennborg via cfe-commits
- [PATCH] D13406: [Clang] Fix Clang-tidy modernize-use-nullptr warnings in source directories; other minor cleanups.
Hans Wennborg via cfe-commits
- r248949 - Don't inherit availability information when implementing a protocol requirement.
Hans Wennborg via cfe-commits
- r249775 - Expose -f[no]ms-{compatibility, extensions} in clang-cl (PR25114)
Hans Wennborg via cfe-commits
- r248949 - Don't inherit availability information when implementing a protocol requirement.
Hans Wennborg via cfe-commits
- r249556 - [VFS] Port driver tool chains to VFS.
Jan Vesely via cfe-commits
- [PATCH] D13446: [PATCH] Add checker discouraging definition of variadic function definitions in C++
Joerg Sonnenberger via cfe-commits
- [libclc] r249445 - integer: remove explicit casts from _MIN definitions
Joerg Sonnenberger via cfe-commits
- [PATCH] D13446: [PATCH] Add checker discouraging definition of variadic function definitions in C++
Joerg Sonnenberger via cfe-commits
- [clang-tools-extra] r249399 - Add a new module for the C++ Core Guidelines, and the first checker for those guidelines: cppcoreguidelines-pro-type-reinterpret-cast.
Joerg Sonnenberger via cfe-commits
- [PATCH] D13325: Fix crash in codegen on casting to `bool &`.
John McCall via cfe-commits
- [PATCH] D9888: [OPENMP] Driver support for OpenMP offloading
Jonas Hahnfeld via cfe-commits
- [PATCH] D9888: [OPENMP] Driver support for OpenMP offloading
Jonas Hahnfeld via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Jonathan Roelofs via cfe-commits
- [PATCH] D13465: Add SafeStack support for test-suite.
Jonathan Roelofs via cfe-commits
- [PATCH] D13465: Add SafeStack support for test-suite.
Jonathan Roelofs via cfe-commits
- [libcxx] r249475 - Remove unnecessary inline functions capturing the contents of C library macros.
Jonathan Roelofs via cfe-commits
- [PATCH] D13557: Make locale code compile on Linux without GLIBC.
Jonathan Roelofs via cfe-commits
- [PATCH] D13453: Always generate cmake config files
Jordan Rose via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
Jun Bum Lim via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
Jun Bum Lim via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
Jun Bum Lim via cfe-commits
- [PATCH] D13326: [PGO]: Eliminate __llvm_profile_register calls for Linux (clang changes)
Justin Bogner via cfe-commits
- [PATCH] D13134: [analyzer] Add keyboard shortcuts to report.html
Karl Skomski via cfe-commits
- [PATCH] D13482: Revised Initial patch for PS4 toolchain
Katya Romanova via cfe-commits
- [PATCH] D13482: Revised Initial patch for PS4 toolchain
Katya Romanova via cfe-commits
- [PATCH] D13482: Revised Initial patch for PS4 toolchain
Katya Romanova via cfe-commits
- [PATCH] D13419: Fix several problems at the intersection of template instantiations and visibility
Keno Fischer via cfe-commits
- [PATCH] D12501: [clang-format] Obj-C dictionary literals: Fixed typecast getting put on a separate line from the key
Kent Sutherland via cfe-commits
- [PATCH] D12501: [clang-format] Obj-C dictionary literals: Fixed typecast getting put on a separate line from the key
Kent Sutherland via cfe-commits
- [PATCH] D13603: [Introduction] C++ Const object optimization.
Larisse Voufo via cfe-commits
- [PATCH] D13603: [Introduction] C++ Const object optimization in LLVM
Larisse Voufo via cfe-commits
- [PATCH] D13603: [Introduction] C++ Const object optimization in LLVM
Larisse Voufo via cfe-commits
- [PATCH] D13603: [Introduction] C++ Const object optimization in LLVM
Larisse Voufo via cfe-commits
- [PATCH] D13603: [Introduction] C++ Const object optimization in LLVM
Larisse Voufo via cfe-commits
- [PATCH] D13614: [Extension] Optimizing passed by-value const objects.
Larisse Voufo via cfe-commits
- [PATCH] D13614: [Extension] Optimizing passed by-value const objects.
Larisse Voufo via cfe-commits
- [PATCH] D13618: [Extension] Optimizing const member objects.
Larisse Voufo via cfe-commits
- [PATCH] D13618: [Extension] Optimizing const member objects.
Larisse Voufo via cfe-commits
- [PATCH] D13618: [Extension] Optimizing const member objects.
Larisse Voufo via cfe-commits
- [PATCH] D13318: Add a utility function to add target information to a command line
Luke Zarko via cfe-commits
- [PATCH] D13318: Add a utility function to add target information to a command line
Luke Zarko via cfe-commits
- [libcxx] r249926 - Revert r249889 due to bot failure.
Manman Ren via cfe-commits
- [PATCH] D13318: Add a utility function to add target information to a command line
Manuel Klimek via cfe-commits
- [PATCH] D13431: Document a bug in loop-convert and fix one of its subcases.
Manuel Klimek via cfe-commits
- [PATCH] D13430: [VFS] Add an in-memory file system implementation.
Manuel Klimek via cfe-commits
- [PATCH] D13203: [Clang] - Massaging code to fix MSVS 2015 win32-release configuration
Manuel Klimek via cfe-commits
- [PATCH] D13433: Use better mocks in modernize-make-unique, and fix matcher.
Manuel Klimek via cfe-commits
- [PATCH] D13430: [VFS] Add an in-memory file system implementation.
Manuel Klimek via cfe-commits
- r249391 - Adds a way for tools to deduce the target config from a compiler name.
Manuel Klimek via cfe-commits
- [PATCH] D13318: Add a utility function to add target information to a command line
Manuel Klimek via cfe-commits
- [PATCH] D13469: Create interfaces and tests for the overlapping replacements fix in clang-tidy.
Manuel Klimek via cfe-commits
- [PATCH] D13469: Create interfaces and tests for the overlapping replacements fix in clang-tidy.
Manuel Klimek via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Manuel Klimek via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Manuel Klimek via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Manuel Klimek via cfe-commits
- [PATCH] D13523: ASTMatchers: Keep AllCallbacks in a set instead of a vector
Manuel Klimek via cfe-commits
- [clang-tools-extra] r249399 - Add a new module for the C++ Core Guidelines, and the first checker for those guidelines: cppcoreguidelines-pro-type-reinterpret-cast.
Manuel Klimek via cfe-commits
- [PATCH] D13474: [VFS] Port tooling to use the in-memory file system.
Manuel Klimek via cfe-commits
- r249831 - [VFS] Wire up driver VFS through tooling.
Manuel Klimek via cfe-commits
- [PATCH] D13639: Add decayedType and hasDecayedType AST matchers
Manuel Klimek via cfe-commits
- [PATCH] D13639: Add decayedType and hasDecayedType AST matchers
Manuel Klimek via cfe-commits
- [PATCH] D13549: Added new options to ClangFormat VSIX package.
Marek Kurdej via cfe-commits
- [libcxx] r249325 - Implement LWG#2063, and update the issues links to point to the github generated pages
Marshall Clow via cfe-commits
- [libcxx] r249333 - Private page for status of Kona issues and papers. Will be deleted after the Kona meeting. Not to be linked to from other pages.
Marshall Clow via cfe-commits
- [libcxx] r249334 - Add comments about the issues
Marshall Clow via cfe-commits
- [libcxx] r249345 - Patch ready for 2127
Marshall Clow via cfe-commits
- [libcxx] r249347 - Mark 2072 as complete; we already do this
Marshall Clow via cfe-commits
- [libcxx] r249348 - Mark a couple more issues 'ready'
Marshall Clow via cfe-commits
- [libcxx] r249349 - Fixed a possible overflow in a test of allocator::max_size().
Marshall Clow via cfe-commits
- [libcxx] r249352 - Patch for 2466 is ready
Marshall Clow via cfe-commits
- [libcxx] r249354 - Mark 2380 and 2384 as complete; no changes needed
Marshall Clow via cfe-commits
- [libcxx] r249363 - Mark 2259 and 2473 as complete. Add some more notes
Marshall Clow via cfe-commits
- [libcxx] r249458 - Our test allocators support move/copy construction; they should support move/copy assignment as well
Marshall Clow via cfe-commits
- [libcxx] r249461 - Updated issue 2476
Marshall Clow via cfe-commits
- [libcxx] r249593 - While researching LWG#2244, I noticed we weren't testing that eofbit was being cleared. Now we are
Marshall Clow via cfe-commits
- [libcxx] r249595 - Mark 2244 as 'Patch Ready', 2477 and 2487 as 'Complete'
Marshall Clow via cfe-commits
- [PATCH] D13192: Fix incorrect parsing of arguments for nested functions
Marshall Clow via cfe-commits
- [libcxxabi] r249649 - Fix incorrect parsing of arguments for nested functions. Reviewed as http://reviews.llvm.org/D13192. Thanks to Anseny Kapoulkine for the patch.
Marshall Clow via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Marshall Clow via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Marshall Clow via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Marshall Clow via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Marshall Clow via cfe-commits
- [PATCH] D13641: clang-format: [JS] handle character classes in regexes.
Martin Probst via cfe-commits
- [PATCH] D13313: [clang-tidy] new check cppcoreguidelines-pro-type-reinterpret-cast
Matthias Gehre via cfe-commits
- [PATCH] D13313: [clang-tidy] new check cppcoreguidelines-pro-type-reinterpret-cast
Matthias Gehre via cfe-commits
- [PATCH] D13311: [clang-tidy] Add check cppcoreguidelines-pro-bounds-pointer-arithmetic
Matthias Gehre via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Matthias Gehre via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Matthias Gehre via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Matthias Gehre via cfe-commits
- [PATCH] D13311: [clang-tidy] Add check cppcoreguidelines-pro-bounds-pointer-arithmetic
Matthias Gehre via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Matthias Gehre via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Matthias Gehre via cfe-commits
- [PATCH] D13398: [clang-tidy] add check cppcoreguidelines-pro-type-const-cast
Matthias Gehre via cfe-commits
- [PATCH] D13440: [clang-tidy] Python script for easy check rename
Matthias Gehre via cfe-commits
- [PATCH] D13510: [PATCH] Support C++ Core Guidelines copy assignment restrictions
Matthias Gehre via cfe-commits
- [PATCH] D13639: Add decayedType and hasDecayedType AST matchers
Matthias Gehre via cfe-commits
- [PATCH] D13639: Add decayedType and hasDecayedType AST matchers
Matthias Gehre via cfe-commits
- [clang-tools-extra] r250002 - Test commit
Matthias Gehre via cfe-commits
- [PATCH] D13640: [clang-tidy] Add new check cppcoreguidelines-pro-bounds-array-to-pointer-decay
Matthias Gehre via cfe-commits
- [PATCH] D13643: [Sema] Warn on ternary comparison
Matěj Grabovský via cfe-commits
- [PATCH] D13554: [X86] Enable soft float ABI for x86
Michael Kuperstein via cfe-commits
- [PATCH] D13317: clang_Cursor_getMangling shouldn't mangle if the declaration isn't mangled
Michael Wu via cfe-commits
- [PATCH] D13317: clang_Cursor_getMangling shouldn't mangle if the declaration isn't mangled
Michael Wu via cfe-commits
- [PATCH] D13317: clang_Cursor_getMangling shouldn't mangle if the declaration isn't mangled
Michael Wu via cfe-commits
- r249395 - BasicTests: Suppress InMemoryFileSystemTest.WindowsPath on win32 while investigating.
NAKAMURA Takumi via cfe-commits
- r249403 - ToolingTests: Tweak getAnyTarget() to match "x86_64".
NAKAMURA Takumi via cfe-commits
- r249395 - BasicTests: Suppress InMemoryFileSystemTest.WindowsPath on win32 while investigating.
NAKAMURA Takumi via cfe-commits
- r249499 - clang/test/CodeGen/exceptions-seh-leave-new.c: Use "opt -instnamer" for branch-sensitive checks.
NAKAMURA Takumi via cfe-commits
- [PATCH] D13453: Always generate cmake config files
NAKAMURA Takumi via cfe-commits
- [PATCH] D13453: Always generate cmake config files
NAKAMURA Takumi via cfe-commits
- [PATCH] D13453: Always generate cmake config files
NAKAMURA Takumi via cfe-commits
- r249698 - CGStmtOpenMP.cpp: Prune redundant \param. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
- [PATCH] D13453: Always generate cmake config files
NAKAMURA Takumi via cfe-commits
- r249935 - [CMake] Always generate and install cmake config files on CMake>=3.0.
NAKAMURA Takumi via cfe-commits
- [PATCH] D13453: Always generate cmake config files
NAKAMURA Takumi via cfe-commits
- r249934 - [Concepts] Fixing Concepts TS directory structure; NFC
Nathan Wilson via cfe-commits
- [PATCH] D13344: Keep the IfStmt node even if the condition is invalid
Olivier Goffart via cfe-commits
- [PATCH] D13344: Keep the IfStmt node even if the condition is invalid
Olivier Goffart via cfe-commits
- r249982 - Keep the IfStmt node even if the condition is invalid
Olivier Goffart via cfe-commits
- [PATCH] D13344: Keep the IfStmt node even if the condition is invalid
Olivier Goffart via cfe-commits
- [PATCH] D13399: [CMake] Bug 14109 - CMake build for compiler-rt should use just-built clang
Paul Robinson via cfe-commits
- [PATCH] D13217: [ARM] The Driver does not set the +strict-align flag when targeting armv6m + netbsd
Phabricator via cfe-commits
- [PATCH] D13430: [VFS] Add an in-memory file system implementation.
Phabricator via cfe-commits
- [PATCH] D13474: [VFS] Port tooling to use the in-memory file system.
Phabricator via cfe-commits
- [PATCH] D13444: [clang-tidy] Clocky module and multiple check from my repository
Piotr Zegar via cfe-commits
- [PATCH] D13444: [clang-tidy] Clocky module and multiple check from my repository
Piotr Zegar via cfe-commits
- [PATCH] D13444: [clang-tidy] Clocky module and multiple check from my repository
Piotr Zegar via cfe-commits
- [PATCH] D13440: [clang-tidy] Python script for easy check rename
Piotr Zegar via cfe-commits
- [PATCH] D13440: [clang-tidy] Python script for easy check rename
Piotr Zegar via cfe-commits
- [PATCH] D13440: [clang-tidy] Python script for easy check rename
Piotr Zegar via cfe-commits
- [PATCH] D13440: [clang-tidy] Python script for easy check rename
Piotr Zegar via cfe-commits
- [clang-tools-extra] r249970 - [clang-tidy] Python script for easy check rename
Piotr Zegar via cfe-commits
- r249302 - Use llvm::errc instead of std::errc.
Rafael Espindola via cfe-commits
- r249346 - Fix the MSVC build.
Rafael Espindola via cfe-commits
- r249395 - BasicTests: Suppress InMemoryFileSystemTest.WindowsPath on win32 while investigating.
Rafael Espíndola via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Reid Kleckner via cfe-commits
- r249497 - [SEH] Fix x64 __exception_code in __except blocks
Reid Kleckner via cfe-commits
- r249616 - [WinEH] Don't use lifetime markers for MS catch parameters
Reid Kleckner via cfe-commits
- r249640 - Don't emit exceptional stackrestore cleanups around inalloca functions
Reid Kleckner via cfe-commits
- r249647 - [WinEH] Remove NewMSEH and enable its behavior by default
Reid Kleckner via cfe-commits
- [PATCH] D12832: [Driver] Add support for Windows 10 SDK
Reid Kleckner via cfe-commits
- r249704 - [clang-cl] Make /EHs turn on C++ EH once again
Reid Kleckner via cfe-commits
- [PATCH] D13453: Always generate cmake config files
Reid Kleckner via cfe-commits
- r249748 - [WinEH] Push cleanupendpad scopes around exceptional cleanups
Reid Kleckner via cfe-commits
- r249846 - Fix VFS GCC unittest on Windows
Reid Kleckner via cfe-commits
- [PATCH] D13498: Silence spurious warning from lit about missing clang-interpreter
Renato Golin via cfe-commits
- r249699 - Simplify DefaultCPU in ARMTargetInfo
Renato Golin via cfe-commits
- [PATCH] D13497: Silence warning from lit about missing clang-interpreter
Richard Barton via cfe-commits
- [PATCH] D13498: Silence spurious warning from lit about missing clang-interpreter
Richard Barton via cfe-commits
- [PATCH] D13499: Convert test to take input from stdin rather than reading a file
Richard Barton via cfe-commits
- [PATCH] D13496: Convert test to take input from stdin rather than reading a file
Richard Barton via cfe-commits
- [PATCH] D13500: Improve helpfulness of assert message when number of diagnostics overflows number of available enum values.
Richard Barton via cfe-commits
- [PATCH] D13495: Improve the helpfulness of an assert message
Richard Barton via cfe-commits
- r249535 - Make the test take input from stdin to prevent matching characters in a file path
Richard Barton via cfe-commits
- r249538 - Silence warning about not being able to find clang-interpreter
Richard Barton via cfe-commits
- r249342 - Revert r107690 (for PR7417) and add a testcase that it breaks. The approach of
Richard Smith via cfe-commits
- [PATCH] D13419: Fix several problems at the intersection of template instantiations and visibility
Richard Smith via cfe-commits
- r249314 - [VFS] Move class out of method so it looks less like Java.
Richard Smith via cfe-commits
- [PATCH] D13386: PR24115: Don't instantiate constexpr function templates in decltype
Richard Smith via cfe-commits
- [PATCH] D11182: [OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Richard Smith via cfe-commits
- [PATCH] D13408: Skip NonNull sema checks in unevaluated contexts.
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [libcxx] r249475 - Remove unnecessary inline functions capturing the contents of C library macros.
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [PATCH] D9898: MismatchingNewDeleteDetector uses incorrect field, and finds no initializer
Richard Smith via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [libcxx] r249475 - Remove unnecessary inline functions capturing the contents of C library macros.
Richard Smith via cfe-commits
- [PATCH] D13357: [Concepts] Add diagnostic; specializations of variable and function concepts
Richard Smith via cfe-commits
- [PATCH] D13357: [Concepts] Add diagnostic; specializations of variable and function concepts
Richard Smith via cfe-commits
- [PATCH] D13344: Keep the IfStmt node even if the condition is invalid
Richard Smith via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
Richard Smith via cfe-commits
- r249641 - When pretty-printing a C++11 literal operator, don't insert whitespace between
Richard Smith via cfe-commits
- [PATCH] D10599: [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Richard Smith via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [libcxx] r249737 - Factor definition of std::nullptr_t out of <cstddef> into a header that can also be used by <stddef.h>.
Richard Smith via cfe-commits
- [libcxx] r249738 - Split <ctype.h> out of <cctype>.
Richard Smith via cfe-commits
- [libcxx] r249739 - Split <errno.h> out of <cerrno>.
Richard Smith via cfe-commits
- [libcxx] r249740 - Split <float.h> out of <cfloat>.
Richard Smith via cfe-commits
- [libcxx] r249741 - Split <inttypes.h> out of <cinttypes>.
Richard Smith via cfe-commits
- [libcxx] r249742 - Split <math.h> out of <cmath>.
Richard Smith via cfe-commits
- [libcxx] r249743 - Split <setjmp.h> out of <csetjmp>.
Richard Smith via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Richard Smith via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
Richard Smith via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Richard Smith via cfe-commits
- [libcxx] r249749 - Fix incorrect file header. This is <cfenv> not <cctype>.
Richard Smith via cfe-commits
- Implict casts disappeared from syntactic init list expressions in C++
Richard Smith via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Richard Smith via cfe-commits
- [PATCH] D12821: Allow for C's "writing off the end" idiom in __builtin_object_size
Richard Smith via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Richard Smith via cfe-commits
- [libcxx] r249761 - Split <stddef.h> out of <cstddef>.
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- r249721 - When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality.
Richard Smith via cfe-commits
- [PATCH] D10834: Added functions to retrieve information about variable storage in libclang and its python bindings.
Richard Smith via cfe-commits
- [libc++] PR25118: move include_next after #pragma system_header
Richard Smith via cfe-commits
- [libcxx] r249780 - Fix test failure in C++98 mode due to imperfect static_assert emulation.
Richard Smith via cfe-commits
- [libcxx] r249788 - PR25118: move system_header pragma before uses of include_next to avoid extension warnings for people finding libc++ headers via -I paths.
Richard Smith via cfe-commits
- [libcxx] r249798 - Split <stdio.h> out of <cstdio>.
Richard Smith via cfe-commits
- [libcxx] r249800 - Split <stdlib.h> out of <cstdlib>.
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [PATCH] D13500: Improve helpfulness of assert message when number of diagnostics overflows number of available enum values.
Richard Smith via cfe-commits
- [libcxx] r249889 - Split <wchar.h> out of <cwchar>.
Richard Smith via cfe-commits
- [libcxx] r249890 - Split <wctype.h> out of <cwctype>.
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [PATCH] D13607: [Fix] Make it an error to take the address of (most) enable_if functions.
Richard Smith via cfe-commits
- [PATCH] D13604: Fix to allow C conversions on arguments passed to functions with __attribute__((overloadable)) in C
Richard Smith via cfe-commits
- r174630 - Enable overloading of OpenCL events - this is needed for the overloaded OpenCL builtin functions.
Richard Smith via cfe-commits
- [libcxx] r249929 - Split <string.h> out of <cstring>.
Richard Smith via cfe-commits
- [libcxx] r249926 - Revert r249889 due to bot failure.
Richard Smith via cfe-commits
- [libcxx] r249931 - Add a test that we declare the right set of C library function signatures in ::
Richard Smith via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Richard Smith via cfe-commits
- [libcxx] r249932 - Unrevert r249889, and XFAIL the test for Darwin, where the libc apparently doesn't provide a correct overload set for some functions.
Richard Smith via cfe-commits
- [libcxx] r249926 - Revert r249889 due to bot failure.
Richard Smith via cfe-commits
- [libcxx] r249936 - Get some of wchar_h.pass.cpp working on apple.
Richard Smith via cfe-commits
- [PATCH] D13344: Keep the IfStmt node even if the condition is invalid
Richard Smith via cfe-commits
- r250008 - bindings: add new C++ function attribute accessors
Saleem Abdulrasool via cfe-commits
- [PATCH] D12614: [OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao via cfe-commits
- [PATCH] D9888: [OPENMP] Driver support for OpenMP offloading
Samuel Antao via cfe-commits
- [PATCH] D9888: [OPENMP] Driver support for OpenMP offloading
Samuel Antao via cfe-commits
- [PATCH] D9888: [OPENMP] Driver support for OpenMP offloading
Samuel Antao via cfe-commits
- [PATCH] D12614: [OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao via cfe-commits
- [PATCH] D12614: [OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao via cfe-commits
- [PATCH] D13311: [clang-tidy] Add check cppcoreguidelines-pro-bounds-pointer-arithmetic
Samuel Benzaquen via cfe-commits
- [PATCH] D13446: [PATCH] Add checker discouraging definition of variadic function definitions in C++
Samuel Benzaquen via cfe-commits
- [PATCH] D13368: [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcast
Samuel Benzaquen via cfe-commits
- [PATCH] D13510: [PATCH] Support C++ Core Guidelines copy assignment restrictions
Samuel Benzaquen via cfe-commits
- [PATCH] D13567: [PATCH] Add checker discouraging use of setjmp/longjmp in C++
Samuel Benzaquen via cfe-commits
- Re: [PATCH] D13099: [Analyzer] Don’t invalidate CXXThis when conservatively evaluating const methods (PR 21606)
Sean Eveson via cfe-commits
- Re: [PATCH] D13099: [Analyzer] Don’t invalidate CXXThis when conservatively evaluating const methods (PR 21606)
Sean Eveson via cfe-commits
- Re: [PATCH] D13099: [Analyzer] Don’t invalidate CXXThis when conservatively evaluating const methods (PR 21606)
Sean Eveson via cfe-commits
- Re: [PATCH] D13099: [Analyzer] Don’t invalidate CXXThis when conservatively evaluating const methods (PR 21606)
Sean Eveson via cfe-commits
- [PATCH] D12358: [Analyzer] Handling constant bound loops
Sean Eveson via cfe-commits
- [PATCH] D12358: [Analyzer] Handling constant bound loops
Sean Eveson via cfe-commits
- Re: [PATCH] D13099: [Analyzer] Don’t invalidate CXXThis when conservatively evaluating const methods (PR 21606)
Sean Eveson via cfe-commits
- Re: [PATCH] D13099: [Analyzer] Don’t invalidate CXXThis when conservatively evaluating const methods (PR 21606)
Sean Eveson via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Sean Silva via cfe-commits
- [PATCH] D12747: Implement [depr.c.headers]
Sean Silva via cfe-commits
- [PATCH] D13386: PR24115: Don't instantiate constexpr function templates in decltype
Stephan Bergmann via cfe-commits
- [PATCH] D13572: Use Triple.isAndroid() where possible.
Stephen Hines via cfe-commits
- [PATCH] D13351: [Power PC] add soft float support for ppc32
Strahinja Petrovic via cfe-commits
- [PATCH] D11328: [clang-tidy] new "throw-by-value-catch-by-reference" check for clang-tidy
Tobias Langner via cfe-commits
- [PATCH] D11328: [clang-tidy] new "throw-by-value-catch-by-reference" check for clang-tidy
Tobias Langner via cfe-commits
- Fwd: [PATCH] D11328: [clang-tidy] new "throw-by-value-catch-by-reference" check for clang-tidy
Tobias Langner via cfe-commits
- [PATCH] D11328: [clang-tidy] new "throw-by-value-catch-by-reference" check for clang-tidy
Tobias Langner via cfe-commits
- [PATCH] D11328: [clang-tidy] new "throw-by-value-catch-by-reference" check for clang-tidy
Tobias Langner via cfe-commits
- [PATCH] D11328: [clang-tidy] new "throw-by-value-catch-by-reference" check for clang-tidy
Tobias Langner via cfe-commits
- [PATCH] D13620: Documentation for "Throw by value, catch by reference" check in clang-tidy
Tobias Langner via cfe-commits
- r249294 - Re-commit "Add support for the new mips-mti-linux toolchain."
Vasileios Kalintiris via cfe-commits
- r249296 - Fix test failure on Windows buildbots for the mips-mti-linux toolchain.
Vasileios Kalintiris via cfe-commits
- r249298 - Remove support for the mips-mti-linux toolchain.
Vasileios Kalintiris via cfe-commits
- [PATCH] D13557: Make locale code compile on Linux without GLIBC.
Vasileios Kalintiris via cfe-commits
- [PATCH] D13407: [libcxx] Capture configuration information when installing the libc++ headers
Vasileios Kalintiris via cfe-commits
- [PATCH] D13557: Make locale code compile on Linux without GLIBC.
Vasileios Kalintiris via cfe-commits
- Fwd: [modules] PR24954
Vassil Vassilev via cfe-commits
- r249801 - [Sema] Add "Ty" suffix to QualType variables for clarity (NFC)
Vedant Kumar via cfe-commits
- [PATCH] D13326: [PGO]: Eliminate __llvm_profile_register calls for Linux (clang changes)
Xinliang David Li via cfe-commits
- [PATCH] D13453: Always generate cmake config files
don hinton via cfe-commits
- [PATCH] D13453: Always generate cmake config files
don hinton via cfe-commits
- [PATCH] D13453: Always generate cmake config files
don hinton via cfe-commits
- [PATCH] D13453: Always generate cmake config files
don hinton via cfe-commits
- [PATCH] D13453: Always generate cmake config files
don hinton via cfe-commits
- [PATCH] D13622: Add call to find_package to load LLVM dependencies
don hinton via cfe-commits
- [PATCH] D10834: Added functions to retrieve information about variable storage in libclang and its python bindings.
guibufolo+llvm at gmail.com via cfe-commits
- [PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
guibufolo+llvm at gmail.com via cfe-commits
- [PATCH] D10834: Added functions to retrieve information about variable storage in libclang and its python bindings.
guibufolo+llvm at gmail.com via cfe-commits
- r249321 - Adding a narrowing AST matcher for FunctionDecl::isVariadic(), plus tests and documentation.
mats petersson via cfe-commits
- r249321 - Adding a narrowing AST matcher for FunctionDecl::isVariadic(), plus tests and documentation.
mats petersson via cfe-commits
- [PATCH] D13482: Revised Initial patch for PS4 toolchain
pierre gousseau via cfe-commits
- [PATCH] D12901: [Static Analyzer] Assertion "System is over constrained" after truncating 64 bits integers to 32 bits. (PR25078)
pierre gousseau via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
via cfe-commits
- [PATCH] D13304: Avoid inlining in throw statement
via cfe-commits
Last message date:
Sun Oct 11 23:59:48 PDT 2015
Archived on: Mon Oct 12 00:00:16 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).