]> granicus.if.org Git - clang/shortlog
clang
2013-02-23 NAKAMURA Takumiclang/AST/Decl.h: Add "raw_ostream.h" to appease msvc.
2013-02-23 Richard Smithubsan: Emit bounds checks for array indexing, vector...
2013-02-23 John McCallTest that attribute(availability) doesn't override...
2013-02-23 David BlaikieRemove the CFGElement "Invalid" state.
2013-02-23 Rafael EspindolaRemove the hack that avoided mangling static functions...
2013-02-23 Peter CollingbourneRevert r175912, "Add support for coldcc to clang" at...
2013-02-22 Eric ChristopherPropagate the split dwarf file information through...
2013-02-22 Argyrios Kyrtzidis[libclang] Fix assertion hit when code-completing insid...
2013-02-22 Fariborz Jahanianobjective-C arg: provide fixit support when
2013-02-22 Bill WendlingUpdate tests so that we don't test for function-only...
2013-02-22 Benjamin KramerDriver: Pass down the -march setting down to -cc1as...
2013-02-22 Bill WendlingMake sure we apply attributes to correct places.
2013-02-22 Eric ChristopherSplit out the command handling for split debug info...
2013-02-22 Jordan Rose[analyzer] Don't canonicalize the RecordDecl used in...
2013-02-22 Peter CollingbourneAdd support for coldcc to clang
2013-02-22 Argyrios Kyrtzidis[preprocessing record] Have the MacroDefinitions map...
2013-02-22 Benjamin KramerReplace some typically large vectors with SmallVector.
2013-02-22 Rafael EspindolaMake sure pragmas don't attach visibility attributes...
2013-02-22 David BlaikieSuppress -Wswitch to unbreak the build.
2013-02-22 Michael Han[Sema] Semantic analysis for empty-declaration and...
2013-02-22 Benjamin KramerUse raw_ostream::indent, update comment.
2013-02-22 Benjamin KramerPush the raw_ostream through the template diffing code.
2013-02-22 Benjamin KramerStreamify FormatASTNodeDiagnosticArgument.
2013-02-22 Benjamin KramerStreamify getNameForDiagnostic and remove the string...
2013-02-22 Dmitri GribenkoComment parsing: add CommentOptions to allow specifying...
2013-02-22 Benjamin KramerStmtPrinter: Directly print types to the stream instead...
2013-02-22 Timur IskhodzhanovFix MergeFunctionDecl implicit CC for static methods.
2013-02-22 Benjamin Kramerscan-build: Remove debug print.
2013-02-22 Richard SmithC++11 status page:
2013-02-22 Richard SmithDon't crash if we try to apply 'alignas' to a variable...
2013-02-22 Richard SmithDon't accidentally and silently accept C++11 attributes...
2013-02-22 Bill WendlingUpdate to use references to attribute groups instead...
2013-02-22 Richard SmithPer the grammar in [dcl.dcl]p1, a simple-declaration...
2013-02-22 Richard SmithHandle alignas(foo...) pack expansions.
2013-02-22 Argyrios KyrtzidisIn LookupResult::resolveKind(), when handling multiple...
2013-02-22 Argyrios KyrtzidisWhen a parameter list in a C function has an error...
2013-02-22 Argyrios KyrtzidisDon't crash when applying an alloc_size attribute on...
2013-02-22 Richard SmithDon't skip '_Alignas' when disambiguating 'final'....
2013-02-22 Richard SmithTeach -ast-print how to print trailing-return-types.
2013-02-22 Ted Kremenek[analyzer] Implement "Loop executed 0 times" diagnostic...
2013-02-22 Richard SmithImplement C++11 [dcl.align]p6-p8, and C11 6.7.5/7....
2013-02-22 Argyrios Kyrtzidis[libclang] Fix a crash with invalid code, while skip...
2013-02-22 NAKAMURA TakumiDecl.cpp/mergeTemplateLV(): Tweak a description. [...
2013-02-22 John McCallOnly suppress instance context if a member is actually
2013-02-22 Anna Zaks[analyzer] Place all inlining policy checks into one...
2013-02-22 Richard SmithAdd -fbracket-depth=N, analogous to -ftemplate-depth...
2013-02-22 Jordan Rose[analyzer] Make sure a materialized temporary matches...
2013-02-22 Ted KremenekFix regression in modeling assignments of an address...
2013-02-22 Eric ChristopherMake sure we only use the output file as a base for...
2013-02-22 Fariborz Jahanianobjective-C arc: Diagnostic can not say to use bridge
2013-02-22 Jordan Rose[analyzer] Fix buildbot by not reusing a variable name.
2013-02-22 Jordan RosePreproceessor: fix #if skipping under -traditional...
2013-02-22 Eric ChristopherMake logic smaller.
2013-02-22 Michael GottesmanAdded a footnote to the documentation for objc_storeStr...
2013-02-22 Aaron BallmanRemoving has_getDecl (added in r175532). It cause a...
2013-02-22 Bill WendlingApply the 'nobuiltin' attribute to call sites when...
2013-02-22 Bill WendlingMake for x86 to stop it failing on ARM buildbots.
2013-02-22 Eric ChristopherGrammar.
2013-02-21 Jordan Rose[analyzer] Make sure a temporary object region matches...
2013-02-21 John McCallIgnore visibility from enclosing template arguments
2013-02-21 David BlaikieSimplify code to use castAs rather than getAs + assert.
2013-02-21 David BlaikieFix copy/paste to refer to the relevant type (ProgramPo...
2013-02-21 NAKAMURA Takumiclang/test/Driver/qa_override.c: Appease gcc-driver.
2013-02-21 Richard SmithFix typo 'with with' in diagnostic.
2013-02-21 David BlaikieAdd back implicitly dropped const.
2013-02-21 Eric ChristopherFix formatting and tabs in file.
2013-02-21 Eric ChristopherDon't pass -split-dwarf= to the backend unless we're...
2013-02-21 Eric ChristopherRemove the SplitDebug action and replace with a set...
2013-02-21 David BlaikieReplace ProgramPoint llvm::cast support to be well...
2013-02-21 Ted KremenekRemove superfluous null pointer check. The pointer...
2013-02-21 Dmitri GribenkoAST dumping: dump template instantiations only once
2013-02-21 Daniel JasperRemove accidentally introduced no-op line.
2013-02-21 Ted KremenekTeach serialized diagnostics about notes without locations.
2013-02-21 Daniel JasperConsistently put {} onto the same line for empty functions.
2013-02-21 David BlaikieReplace CFGElement llvm::cast support to be well-defined.
2013-02-21 Fariborz JahanianPatch for debug info of qualified-id types is 'id'
2013-02-21 Benjamin KramerTry to fix the test for cmake builds, where clang is...
2013-02-21 Ted Kremenek[scan-build] Add quotes around clang executable name...
2013-02-21 Bill WendlingTry to get buildbots to pass these tests.
2013-02-21 Ted Kremenek[scan-build] fix xcode version parsing to handle dot...
2013-02-21 Chad Rosier[driver] Handle the processing of the QA_OVERRIDE_GCC3_...
2013-02-21 Jordan RosePreprocessor: preserve whitespace in -traditional-cpp...
2013-02-21 Chad Rosier[driver] Add a dump method for ArgList.
2013-02-21 Daniel JasperAllow breaking between type and name in for loops.
2013-02-21 Evgeniy StepanovAdd MSan to the list of targets in Makefile-based builds.
2013-02-21 Joey GoulyAdd a 64-bit triple to these tests, to fix 32-bit bots.
2013-02-21 Joey GoulyFix an OpenCL test case. Pointer arguments to kernels...
2013-02-21 Joey GoulyAdd support to Sema and CodeGen for floating point...
2013-02-21 David BlaikieCorrect spelling of 'enumerator'.
2013-02-21 David BlaikieAvoid implicit conversions of Optional<T> to bool.
2013-02-21 NAKAMURA TakumiStaticAnalyzer/Core: Suppress warnings. [-Wunused-varia...
2013-02-21 NAKAMURA TakumiWhitespace.
2013-02-21 Jordan Rose[analyzer] Record whether a base object region represen...
2013-02-21 Jordan Rose[analyzer] Add another reinterpret_cast behavior test.
2013-02-21 Jordan Rose[analyzer] Tidy up a few uses of Optional in RegionStore.
2013-02-21 NAKAMURA TakumiCIndex.cpp: Appease g++-4.4. "if (Optional<unsigned...
2013-02-21 Richard Smithlibstdc++'s <cstdalign> #includes <stdalign.h> and...
2013-02-21 Nick LewyckyRespect -fno-canonical-prefixes when deciding where...
2013-02-21 David BlaikieUse None rather than Optional<T>() where possible.
2013-02-21 David BlaikieRename TypeLoc's isType to isKind
next