Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2015-07-09Rename ModuleContainerGenerator to PCHContainergenerator for consistencyAdrian Prantl
2015-07-09Add GCC-compatible flags -fprofile-generate and -fprofile-use.Diego Novillo
2015-07-09[Driver] semi-annual ubuntu version bump.Benjamin Kramer
2015-07-09[CodeCompletion] Don't crash on member inits of templated constructors.Benjamin Kramer
2015-07-09Add clang_free to libclang to free memory allocated in libclang.Yaron Keren
2015-07-09Driver: Include the driver arguments in crash reportsJustin Bogner
2015-07-09Revert r241770 and add Basic to the dependencies of clang-check instead.Adrian Prantl
2015-07-09Move the definition of ~PCHContainerOperations from Basic into Frontend.Adrian Prantl
2015-07-09Disable 32-bit SEH, againReid Kleckner
2015-07-09DeclObjC: Move computing the type of self into a separate function (NFC).Adrian Prantl
2015-07-09[modules] Fix merging support for forward-declared enums with fixed underlyin...Richard Smith
2015-07-09Cleanup the doxygen comments in CGDebugInfo.cpp according to the codingAdrian Prantl
2015-07-09[modules] Fix crash when writing an update record for a redeclaration of an e...Richard Smith
2015-07-09CodeGen: Fix off-by-one error in CFI class identification function for MS ABI.Peter Collingbourne
2015-07-09Driver: enable support for -fsanitize=cfi on Windows.Peter Collingbourne
2015-07-08Cleanup the doxygen comments in CGDebugInfo.h according to the codingAdrian Prantl
2015-07-08Fix the spelling of Objective-C.Adrian Prantl
2015-07-08Remove unused diagnostics. NFC.Benjamin Kramer
2015-07-08[Driver] print-multi-os-directory is unsupported. Davide Italiano
2015-07-08[Static Analyzer] Make the paths relative from the project root when generati...Gabor Horvath
2015-07-08AST: Avoid reading an unitialized valueJustin Bogner
2015-07-08[SEH] Re-enable SEH on x86 Windows after r241699Reid Kleckner
2015-07-08Update PCHInternals.rst to document PCH wrapped in object file containers.Adrian Prantl
2015-07-08Revert "Fix a linker issue with clang-check on Linux."Adrian Prantl
2015-07-08[CMake] clang-check: Prune redundant libdeps introduced in r241653.NAKAMURA Takumi
2015-07-08[MIPS] Add support for direct-to-nacl in ClangPetar Jovanovic
2015-07-08[EH] Fix for clang bug 24005 - no cleanup for array of memcpy-able objects in...Alexey Bataev
2015-07-08Revert "parser: wordsmith diagnostic message" and "parser: diagnose empty att...David Majnemer
2015-07-08[CodeGen] Correctly handle base classes which are passed in memoryDavid Majnemer
2015-07-08[CodeGen] Don't crash classifying a union of an AVX vector and an intDavid Majnemer
2015-07-08SemaDeclObjC.cpp: Escape \@ in comment lines. [-Wdocumentation]NAKAMURA Takumi
2015-07-08[modules] When determining the visible module set during templateRichard Smith
2015-07-08[CMake] Reorder libdeps. NFC.NAKAMURA Takumi
2015-07-08[CMake] Fill up required libs, corresponding to r241653.NAKAMURA Takumi
2015-07-08Change the expectation for test/Tooling/ms-asm-no-target.cpp sinceAdrian Prantl
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl
2015-07-08[SEH] Switch from frameaddress(0) to localaddressReid Kleckner
2015-07-08Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl
2015-07-08Fix a linker issue with clang-check on Linux.Adrian Prantl
2015-07-08Cleanup: Use the C++ API to initialize the backend.Adrian Prantl
2015-07-08Update clang for intrinsic rename of framerecover to localrecoverReid Kleckner
2015-07-08Add target requirements to testcases that emit PCH.Adrian Prantl
2015-07-08Add LLVM backend dependencies to clang-check also in cmake.Adrian Prantl
2015-07-08Underscores in constructor arguments are so passe.Eric Christopher
2015-07-07Update testcases that use precompiled headers to require a target afterAdrian Prantl
2015-07-07Wrap clang modules and pch files in an object file container.Adrian Prantl
2015-07-07Use AlignOf instead of alignOf so that this can go back to being a static_ass...Aaron Ballman
2015-07-07clang-format: Break after "for (" less eagerly.Daniel Jasper
2015-07-07Don't put anonymous structs within anonymous unions.Douglas Gregor
2015-07-07Fix first line comment format, NFC.Yaron Keren