]> granicus.if.org Git - clang/shortlog
clang
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...
2014-10-24 Aaron BallmanReport when a function-try-block does not return a...
2014-10-24 Oliver Stannard[Thumb] Clang thinks "char" is signed when using a...
2014-10-24 NAKAMURA Takumi[CMake] clangRewrite: Roll back clangAST in libdeps...
2014-10-24 Saleem AbdulrasoolDriver: add missed file from previous commit
2014-10-24 Saleem AbdulrasoolDriver: add CrossWindowsToolChain
2014-10-24 Nick LewyckyAdd a new -fmerge-functions -cc1 flag that enables...
2014-10-23 Hans WennborgDon't emit strong vtable definitions for imported class...
2014-10-23 Justin BognerDriver: Include driver diagnostics when we --serialize...
2014-10-23 Richard Smith[modules] Simplify reading of INPUT_FILE_OFFSETS record...
2014-10-23 Richard SmithFactor out common checks from module map deserializatio...
2014-10-23 Daniel Jasperclang-format: Fix incorrect space after "<".
2014-10-23 Daniel JasperRemove code duplication and cut dependency from clangRe...
2014-10-23 Fariborz Jahanianpatch to issue warning on comparing parameters with
2014-10-23 Ben LangmuirAdd a "signature" to AST files to verify that they...
2014-10-23 David BlaikieDebugInfo: Correctly describe the lexical decl context...
2014-10-23 Richard SmithRevert accidentally-committed files in r220460.
2014-10-23 Richard SmithRefactor implementation of 'exclude header'.
2014-10-23 Richard SmithFix covered-switch warning.
2014-10-23 Alexey SamsonovRevert r218541 - Don't link in sanitizer runtimes if...
2014-10-22 Nick LewyckyUpdate the documentation for API change to CreateASTCon...
2014-10-22 Richard SmithTest files I forgot to svn add in r220448.
2014-10-22 Richard Smith[modules] Add support for 'textual header' directives.
2014-10-22 David MajnemerBasic: Add ext_delete_void_ptr_operand to -Wdelete...
2014-10-22 Zachary TurnerFix C++ compliance issue. string literals must be...
2014-10-22 David MajnemerParse: Ignore "long" and "short" in #pragma section
2014-10-22 Aaron BallmanRemoving the setLBracLoc and setRBracLoc functions...
2014-10-22 Reid KlecknerFix up attribute documentation links to MSDN in a nicer way
2014-10-22 Zachary TurnerMake a good guess about where MSVC and Windows SDK...
2014-10-22 Zachary TurnerResubmit "Improve Windows toolchain support for non...
2014-10-22 Aaron BallmanCreate a documentation category for the new calling...
2014-10-22 Samuel BenzaquenAdd support for profiling the matchers used.
2014-10-22 Reid KlecknerTry to fix link errors in mingw cmake -DBUILD_SHARED_LI...
2014-10-22 Reid KlecknerAdd documentation for calling convention attributes
2014-10-22 Rafael EspindolaRemove unused DiagnosticsEngine::NumErrorsSuppressed...
2014-10-22 David BlaikieCorrect importing of the type of a TemplateArgument
2014-10-22 David BlaikieDebugInfo: Omit scopes in -gmlt to reduce metadata...
2014-10-22 Alexey SamsonovFixup for r220403: Use getFileLoc() instead of getSpell...
2014-10-22 Alexey SamsonovSanitizerBlacklist: Use spelling location for blacklist...
2014-10-22 Reid KlecknerReland r219810 "Fix late template parsing leak with...
2014-10-22 Reid KlecknerMS ABI: Emit more canonical vbptr stores and loads
2014-10-22 Rafael EspindolaRemove unused StmtVector& parameters from declaration...
2014-10-22 Diego NovilloSupport using sample profiles with partial debug info...
2014-10-22 Daniel Jasperclang-format: Fix tests after recent change to ObjC...
2014-10-22 Daniel Jasperclang-format: Use AllowShortBlocksOnASingleLine for...
2014-10-22 Daniel Jasperclang-format: Fix broken test.
2014-10-22 Daniel Jasperclang-format: Fix incorrect trailing return arrow detec...
2014-10-22 Richard TrieuFix style issue from r220363. No functional change.
next