]> granicus.if.org Git - clang/history - lib
Revert r260265, "clang-cl: Support loading plugins on Windows"
[clang] / lib /
2016-02-11 NAKAMURA TakumiRevert r260265, "clang-cl: Support loading plugins...
2016-02-11 Oliver Stannard[ARM] Add command-line options for ARMv8.2-A
2016-02-11 Rafael EspindolaRevert "Bail on compilation as soon as a job fails."
2016-02-11 Daniel Jasperclang-format: [JS] Support for (.. of ..) loops.
2016-02-11 Daniel Jasperclang-format: Make indentation after "<<" more consistent.
2016-02-11 Denis Zobnin[MCU] Fix assertion failure on function returning empty...
2016-02-11 Daniel Jasperclang-format: Make it more expensive to break template...
2016-02-11 Akira Hatanaka[Objective-c] Stop attaching section "datacoal_nt"...
2016-02-11 Alexey Bataev[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExpr...
2016-02-11 Justin Lebar[CUDA] Don't crash when trying to printf a non-scalar...
2016-02-11 Justin LebarRemove unused ToolChain arg from Driver::ConstructPhase...
2016-02-10 Hans WennborgRevert r260388 "[MS ABI] Never reference dllimport...
2016-02-10 Justin LebarBail on compilation as soon as a job fails.
2016-02-10 Reid Kleckner[clang-cl] /Z7 now generates normal debug info, not...
2016-02-10 Eugene ZelenkoFix some Clang-tidy readability-redundant-control-flow...
2016-02-10 Reid KlecknerSilence some MSVC false positive warnings about integer...
2016-02-10 David Majnemer[MS ABI] Never reference dllimport'd vtables
2016-02-10 Andrey TuretskiyReapply the patch of r260376.
2016-02-10 Andrey Turetskiy[X86] Fix stack alignment for MCU target (Clang part...
2016-02-10 Alexey Bataev[OPENMP 4.5] Initial support for data members in 'first...
2016-02-10 Denis ZobninFix assertion "Chunk.Kind == DeclaratorChunk::Function...
2016-02-10 Alexey BataevFix PR26543: add a check for definition in CXXRecordDecl.
2016-02-10 Akira Hatanaka[Sema] Issue a warning for integer overflow in nested...
2016-02-10 Ekaterina RomanovaThis patch adds doxygen comments for all the intrinsinc...
2016-02-09 Richard SmithPR26349: correctly check whether a digit sequence is...
2016-02-09 Richard SmithAdd Tooling functionality to get a name for a QualType...
2016-02-09 Richard SmithSimplify and rename ASTMatchFinder's getCXXRecordDecl...
2016-02-09 Xinliang David Li[PGO] Fix issue: explicitly defaulted assignop is not...
2016-02-09 Reid KlecknerPass /bigobj when building lib/ASTMatchers/Dynamic...
2016-02-09 Ehsan Akhgariclang-cl: Support loading plugins on Windows
2016-02-09 Argyrios Kyrtzidis[Frontend] Handle ASTConsumer::shouldSkipFunctionBody...
2016-02-09 Argyrios Kyrtzidis[ASTUnit] Change the parameter of ASTUnit::LoadFromComp...
2016-02-09 David BlaikieSimplify EnterTokenStream API to make it more robust...
2016-02-09 Reid KlecknerRevert "Avoid forcing emission of delayed dllexported...
2016-02-09 David Majnemer[MS ABI] Cleanup emitVTableDefinitions
2016-02-09 Aaron BallmanRegistering the gnuNullExpr AST matcher as a dynamic...
2016-02-09 Alexey BataevFix possible OOB access found by buildbot
2016-02-09 Alexey Bataev[OPENMP] Allow to use the variable in the same 'threadp...
2016-02-09 Alexey BataevDo not mark variable as threadprivate if it was marked...
2016-02-09 Alexey Bataev[OPENMP] Allow to reference threadprivate variable...
2016-02-09 Alexey BataevFixed preprocessed output of the first token for pragmas.
2016-02-09 Reid KlecknerAvoid forcing emission of delayed dllexported classes...
2016-02-09 Richard SmithFix undefined behavior when compiling in C++14 due...
2016-02-08 Ekaterina RomanovaThis patch adds doxygen comments for all the intrinsinc...
2016-02-08 Nico WeberMake ParentMap work with explicit specializations of...
2016-02-08 Nathan Wilson[Concepts] Remove the IsConcept bit and associated...
2016-02-08 Vedant Kumar[Coverage] Fix crash when handling certain macro expansions
2016-02-08 Richard SmithRemove dead code.
2016-02-08 Adrian PrantlUse llvm::TempDIScope instead of manually deleting...
2016-02-08 Samuel AntaoRe-apply for the 2nd-time r259977 - [OpenMP] Reorganize...
2016-02-08 Igor BregerAVX512: Change builtin function name for scalar intrins...
2016-02-08 Daniel Jasperclang-format: Fix weird alignment when not aligning...
2016-02-08 Alexey Bataev[OPENMP 4.5] Ccapture/codegen of private non-static...
2016-02-08 Nathan Wilson[Concepts] Implement a portion of Concepts TS[dcl.spec...
2016-02-08 Devin Coughlin[analyzer] Avoid crash when attempting to evaluate...
2016-02-07 David Majnemer[MS ABI] Don't emit RTTI descriptors for dllimport...
2016-02-07 Daniel Jasperclang-format: [JS] Don't count shortened object literal...
2016-02-07 Daniel Jasperclang-format: [JS] Support @see annotations in JSDoc...
2016-02-07 Argyrios Kyrtzidis[Frontend] Make the memory management of FrontendAction...
2016-02-07 Devin Coughlin[analyzer] Invalidate destination of std::copy() and...
2016-02-07 Renato GolinRevert "Re-apply r259977 - [OpenMP] Reorganize code...
2016-02-07 Yaron KerenUse CodeGenModule::addReplacement() instead of directly...
2016-02-07 Craig TopperFix typo in comment. NFC
2016-02-07 Saleem AbdulrasoolDriver: adjust linker invocation for GNUTools
2016-02-07 Saleem AbdulrasoolSema: handle typo correction on ARC'ed ivar
2016-02-07 Saleem AbdulrasoolSema: handle typo correction with ARC'ed objc properties
2016-02-06 Adrian PrantlAdd a missing call to MDNode::deleteTemporary().
2016-02-06 Devin Coughlin[analyzer] DeallocChecker: Don't warn on release of...
2016-02-06 Samuel AntaoRe-apply r259977 - [OpenMP] Reorganize code to allow...
2016-02-06 Samuel AntaoRevert r259977 - [OpenMP] Reorganize code to allow...
2016-02-06 Samuel Antao[OpenMP] Reorganize code to allow specialized code...
2016-02-06 Richard Smith[modules] Compress files embedded into a .pcm file...
2016-02-06 Adrian PrantlFix a crash when emitting dbeug info for forward-declar...
2016-02-05 Paul RobinsonEliminate an unnecessary enum, use the LLVM version...
2016-02-05 Richard TrieuExempt char array initializers from -Wconstant-converion.
2016-02-05 Artem Belevich[CUDA] Bug 26497 : Remove wrappers for variants provide...
2016-02-05 Paul RobinsonMove DebugInfoKind enum from Driver to Basic. NFC
2016-02-05 John McCallAdd an ARC autoreleased-return-value caller marker...
2016-02-05 Ulrich Weigand[SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macros
2016-02-05 Sunil SrivastavaDo not honor explicit alignment attribute on fields...
2016-02-05 Bruno Cardoso Lopes[Parser] Perform CachedTokens update dependent on token...
2016-02-05 Richard Smith[modules] Separately track whether an identifier's...
2016-02-05 Samuel Benzaquen[ASTMatchers] Allow hasName() to look through inline...
2016-02-05 Daniel Jasperclang-format: Fix corner case in template detection.
2016-02-05 Devin Coughlin[analyzer] Suppress localization diagnostics in debug...
2016-02-05 Saleem AbdulrasoolCodeGen: correct Windows ARM C++ assertion
2016-02-05 Richard Smith[modules] Factor out common code to mark identifier...
2016-02-05 Ben LangmuirDon't synthesize an ImportDecl for a module named in...
2016-02-04 Richard SmithPR25271: When attaching default template arguments...
2016-02-04 Manman RenFix a crash when there is a typo in the return statement.
2016-02-04 Xinliang David Li[PGO] code simplification: use existing VP annotation...
2016-02-04 Rong Xu[PGO] cc1 option name change for profile instrumentation
2016-02-04 Andrey Bokhanko[x86] Correct setting of WIntType for MCU target
2016-02-04 Alexey Bataev[OPENMP 4.0] Fixed support of array sections/array...
2016-02-04 Saleem AbdulrasoolBasic: mark TLS as supported on Windows on ARM
2016-02-04 Alexey BataevPR23057: fix use-after-free due to local token buffer...
2016-02-04 Ben LangmuirFix predefine for __NSConstantString struct type
2016-02-03 Quentin ColombetReapply r259624, it is likely not the commit causing...
2016-02-03 Evgeniy Stepanov[cfi] Safe handling of unaddressable vtable pointers...
2016-02-03 Quentin ColombetRevert r259624 - Make CF constant string decl visible...
next