summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Re-enable 32-bit SEH after the alignment fixReid Kleckner2015-07-105-10/+9
* [Static Analyzer] Basic per checker command line option validation.Gabor Horvath2015-07-094-0/+45
* CFI: Emit correct bit set information if RTTI is disabled under MS ABI.Peter Collingbourne2015-07-095-15/+42
* Rename ModuleContainerGenerator to PCHContainergenerator for consistencyAdrian Prantl2015-07-091-28/+29
* Add GCC-compatible flags -fprofile-generate and -fprofile-use.Diego Novillo2015-07-098-26/+180
* [Driver] semi-annual ubuntu version bump.Benjamin Kramer2015-07-091-1/+3
* [CodeCompletion] Don't crash on member inits of templated constructors.Benjamin Kramer2015-07-092-3/+23
* Add clang_free to libclang to free memory allocated in libclang.Yaron Keren2015-07-094-4/+17
* Driver: Include the driver arguments in crash reportsJustin Bogner2015-07-095-8/+32
* Revert r241770 and add Basic to the dependencies of clang-check instead.Adrian Prantl2015-07-093-3/+4
* Move the definition of ~PCHContainerOperations from Basic into Frontend.Adrian Prantl2015-07-092-3/+3
* Disable 32-bit SEH, againReid Kleckner2015-07-085-9/+10
* DeclObjC: Move computing the type of self into a separate function (NFC).Adrian Prantl2015-07-082-5/+18
* [modules] Fix merging support for forward-declared enums with fixed underlyin...Richard Smith2015-07-084-8/+24
* Cleanup the doxygen comments in CGDebugInfo.cpp according to the codingAdrian Prantl2015-07-082-102/+55
* [modules] Fix crash when writing an update record for a redeclaration of an e...Richard Smith2015-07-084-4/+12
* CodeGen: Fix off-by-one error in CFI class identification function for MS ABI.Peter Collingbourne2015-07-082-2/+25
* Driver: enable support for -fsanitize=cfi on Windows.Peter Collingbourne2015-07-083-5/+10
* Cleanup the doxygen comments in CGDebugInfo.h according to the codingAdrian Prantl2015-07-081-126/+122
* Fix the spelling of Objective-C.Adrian Prantl2015-07-081-2/+1
* Remove unused diagnostics. NFC.Benjamin Kramer2015-07-082-5/+0
* [Driver] print-multi-os-directory is unsupported. Davide Italiano2015-07-082-9/+2
* [Static Analyzer] Make the paths relative from the project root when generati...Gabor Horvath2015-07-082-4/+17
* AST: Avoid reading an unitialized valueJustin Bogner2015-07-081-2/+2
* [SEH] Re-enable SEH on x86 Windows after r241699Reid Kleckner2015-07-083-6/+5
* Update PCHInternals.rst to document PCH wrapped in object file containers.Adrian Prantl2015-07-081-8/+18
* Revert "Fix a linker issue with clang-check on Linux."Adrian Prantl2015-07-081-2/+0
* [CMake] clang-check: Prune redundant libdeps introduced in r241653.NAKAMURA Takumi2015-07-081-14/+0
* [MIPS] Add support for direct-to-nacl in ClangPetar Jovanovic2015-07-086-2/+84
* [EH] Fix for clang bug 24005 - no cleanup for array of memcpy-able objects in...Alexey Bataev2015-07-082-0/+42
* Revert "parser: wordsmith diagnostic message" and "parser: diagnose empty att...David Majnemer2015-07-084-9/+8
* [CodeGen] Correctly handle base classes which are passed in memoryDavid Majnemer2015-07-082-2/+20
* [CodeGen] Don't crash classifying a union of an AVX vector and an intDavid Majnemer2015-07-082-0/+11
* SemaDeclObjC.cpp: Escape \@ in comment lines. [-Wdocumentation]NAKAMURA Takumi2015-07-081-2/+2
* [modules] When determining the visible module set during templateRichard Smith2015-07-085-3/+25
* [CMake] Reorder libdeps. NFC.NAKAMURA Takumi2015-07-082-5/+2
* [CMake] Fill up required libs, corresponding to r241653.NAKAMURA Takumi2015-07-082-0/+2
* Change the expectation for test/Tooling/ms-asm-no-target.cpp sinceAdrian Prantl2015-07-081-6/+6
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-0896-57/+397
* [SEH] Switch from frameaddress(0) to localaddressReid Kleckner2015-07-075-23/+22
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-0796-389/+57
* Fix a linker issue with clang-check on Linux.Adrian Prantl2015-07-071-0/+2
* Cleanup: Use the C++ API to initialize the backend.Adrian Prantl2015-07-071-4/+5
* Update clang for intrinsic rename of framerecover to localrecoverReid Kleckner2015-07-075-26/+26
* Add target requirements to testcases that emit PCH.Adrian Prantl2015-07-0711-6/+11
* Add LLVM backend dependencies to clang-check also in cmake.Adrian Prantl2015-07-071-1/+14
* Underscores in constructor arguments are so passe.Eric Christopher2015-07-071-10/+10
* Update testcases that use precompiled headers to require a target afterAdrian Prantl2015-07-0720-13/+20
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-0765-37/+341
* Use AlignOf instead of alignOf so that this can go back to being a static_ass...Aaron Ballman2015-07-071-3/+3
OpenPOWER on IntegriCloud