]> granicus.if.org Git - clang/shortlog
clang
2014-10-29 Hans WennborgSink a #include while we're here. NFC.
2014-10-29 Daniel Jasperclang-format: Cut more clangAST dependencies.
2014-10-29 Hans WennborgTrim some includes. NFC.
2014-10-29 Hans WennborgFollow-up to r216619: use isCXXCLassMember() instead...
2014-10-29 Daniel JasperRefactor libTooling to reduce required dependencies.
2014-10-29 Alexander KornienkoEnable display of compiler diagnostics in clang-tidy.
2014-10-29 Saleem Abdulrasooltest: generalise the test matching
2014-10-29 Daniel Jasperclang-format: [JS] Support more regex literals.
2014-10-29 Saleem AbdulrasoolCodeGen: add __readfsdword builtin
2014-10-29 Jay FoadFix warning in Altivec code when building with GCC...
2014-10-29 Eli BenderskyPass aggregates on the stack without splitting in NVPTX.
2014-10-29 NAKAMURA Takumiclang/lib/AST/Decl.cpp: Tweak isVLATypeCapturingAllowed...
2014-10-29 Ulrich Weigand[PowerPC ABI] Bug 21398 - Consider C++ base classes...
2014-10-29 NAKAMURA Takumiclang/test/CodeGen/captured-statements-nested.c: Tweak...
2014-10-29 Alexey BataevImproved capturing variable-length array types in Captu...
2014-10-29 Serge PavlovUse enumerators instead of hardcoded integers when...
2014-10-29 NAKAMURA TakumiDon't capture DeclRefExpr::getNameInfo().getInfo()...
2014-10-28 Fariborz JahanianObjective-C modern rewriter. Patch to fix a rewriting bug
2014-10-28 Hans WennborgThe dllimport.cpp test was gating some checks on #ifnde...
2014-10-28 Fariborz JahanianObjective-C remove an unused enumerator which causes
2014-10-28 Daniel Jasperclang-format: Improve && detection as binary operator.
2014-10-28 Fariborz JahanianObjective-C. revert patch for rdar://17554063.
2014-10-28 Daniel Jasperclang-format: Fix test.
2014-10-28 Daniel Jasperclang-format: Improve && detection as binary operators.
2014-10-28 Fariborz JahanianActually remove this test entirely.
2014-10-28 Fariborz Jahanian[Objective-C]. revert r220740,r220727
2014-10-28 Daniel Jasperclang-format: Improve function declaration detection.
2014-10-28 Richard SmithPR17730: Add test that we don't crash on this testcase...
2014-10-28 Daniel Jasperclang-format: Update generated documentation with new...
2014-10-28 Richard SmithPR21367: Don't accept rvalue references as an extension...
2014-10-28 Daniel Jasperclang-format: [ObjC] Add separate flag to control inden...
2014-10-28 Richard SmithExtend test to check that -D flags do not leak across...
2014-10-28 Daniel Jasperclang-format: Fix test after recent flag change.
2014-10-28 Richard Smith[modules] Allow -I, -D, -W flags to change between...
2014-10-28 Daniel Jasperclang-format: Don't put functions on a single line...
2014-10-28 Samuel BenzaquenAdd valueDecl() matcher.
2014-10-28 NAKAMURA Takumiclang/test/Modules/explicit-build.cpp: Tweak to meet...
2014-10-28 Richard TrieuFix warning text: lower -> higher
2014-10-28 Saleem AbdulrasoolDriver: remove a stray s that propagated in cross-windows
2014-10-28 Rafael EspindolaUpdate for LLVM API change.
2014-10-27 Fariborz JahanianImprove on the diagnostic in my last patch and change...
2014-10-27 Richard SmithRemove unused variable.
2014-10-27 Rafael EspindolaUse the newer/simple API for passing a diagnostic handl...
2014-10-27 Richard Smith[modules] Load .pcm files specified by -fmodule-file...
2014-10-27 Fariborz JahanianObjective-C ARC [qoi]. Issue diagnostic if __bridge...
2014-10-27 David MajnemerFrontend: Don't include stdin in the dependency list...
2014-10-27 Hans WennborgTry to appease the C++ gods
2014-10-27 Hans WennborgGive TypoExprState a move constructor and assignment...
2014-10-27 Samuel BenzaquenFix segfault in hasDeclContext for nodes that have...
2014-10-27 David MajnemerFrontend: Define __EXCEPTIONS if -fexceptions is passed
2014-10-27 Kostya SerebryanyDo not insert asan paddings after fields that have...
2014-10-27 Fariborz Jahanianc++11 patch to issue warning on missing 'override' on
2014-10-27 Kaelyn TakataWire up LookupMemberExpr to use the new TypoExpr.
2014-10-27 Kaelyn TakataAdd a callback for recovering using a typo correction.
2014-10-27 Kaelyn TakataAdd simple way for a CorrectionCandidateCallback to...
2014-10-27 Kaelyn TakataStart adding the infrastructure for handling TypoExprs.
2014-10-27 Kaelyn TakataHave TypoCorrectionConsumer remember the TypoCorrection...
2014-10-27 Kaelyn TakataPass around CorrectionCandidateCallbacks as unique_ptrs so
2014-10-27 Kaelyn TakataAdd the initial TypoExpr AST node for delayed typo...
2014-10-27 Kaelyn TakataMove TypoCorrectionConsumer into a header.
2014-10-27 Daniel Jasperclang-format: Don't break after very short return types.
2014-10-27 Saleem Abdulrasoolclang-format: improve vim integration docs
2014-10-27 Daniel Jasperclang-format: Fix bad merging of lines in nested blocks.
2014-10-27 Samuel BenzaquenSpeed up clang-tidy when profiling in on.
2014-10-27 Viktor KutuzovAllow thread sanitizer in clang driver on FreeBSD
2014-10-27 Daniel Jasperclang-format: [Proto] Change formatting text-formatted...
2014-10-27 NAKAMURA TakumiPrune CRLF.
2014-10-27 Viktor KutuzovRevert rL220675 due to failures on check-clang
2014-10-27 Viktor KutuzovAllow thread sanitizer in clang driver on FreeBSD
2014-10-27 NAKAMURA TakumiFix unicode chars into ascii in comment lines.
2014-10-26 Eric ChristopherFix 80-column and other odd formatting.
2014-10-26 Benjamin KramerMake VFS and FileManager match the current MemoryBuffer...
2014-10-26 Hans WennborgModuleMap.cpp: fix Windows build, take 2
2014-10-26 Hans WennborgModuleMap.cpp: fix VS2012 build
2014-10-26 Daniel JasperDelete unused method and clangAST dependency it required.
2014-10-26 NAKAMURA TakumiModuleMap::addHeader(): Appease msc17.
2014-10-25 Saleem AbdulrasoolDriver: reduce search logic duplication
2014-10-25 Saleem Abdulrasooltest: attempt to make test more hermetic
2014-10-25 Saleem AbdulrasoolDriver: assume that all architectures are supported...
2014-10-25 David MajnemerLex: Fix an invalid access into a SmallString
2014-10-25 Rafael EspindolaUpdate for LLVM api change.
2014-10-25 Rafael EspindolaMake this test a bit stricter by checking clang's outpu...
2014-10-24 David MajnemerCodeGen: Don't form weak dllexport aliases
2014-10-24 Saleem Abdulrasooltest: correct an overzealous search-and-replace
2014-10-24 Saleem AbdulrasoolCodeGen: correct materialize temporary aggregates in...
2014-10-24 Richard Smith[modules] Support combining 'textual' with 'private'.
2014-10-24 David MajnemerItanium ABI: Template template parameters are usable...
2014-10-24 Saleem AbdulrasoolCodeGen: trivial conversion to range based loop
2014-10-24 Saleem Abdulrasooltest: add -std=c++11
2014-10-24 David MajnemerCodeGen: GLValue exprs in template parameters should...
2014-10-24 Reid KlecknerFix windows-cross.c test on my machine
2014-10-24 Reid KlecknerAdd frontend support for __vectorcall
2014-10-24 Serge PavlovUse enumerators instead of hardcoded integers when...
2014-10-24 Benjamin Kramer[Modules] Free modules that failed signature verification.
2014-10-24 Daniel Sanders[mips] Mark aggregate arguments passed in registers...
2014-10-24 Daniel Sanders[mips] Promote all integral/enumeration types to the...
2014-10-24 Olivier GoffartFix initializing TypeOfTypeLoc
2014-10-24 Benjamin KramerASTMatchers: Peel off a layer of indirection from true...
2014-10-24 Benjamin KramerASTMatchers: for-rangify loops. No functionality change.
2014-10-24 Benjamin KramerAdd arguments() to CXXConstructExpr so the same interfa...
next