]> granicus.if.org Git - clang/shortlog
clang
2012-02-06 Abramo BagnaraRemoved redundant location info from ElaboratedTypeLoc...
2012-02-06 Fariborz Jahanianobjc: fixes a problem in block type comparison involving
2012-02-06 Devang PatelLet an ivar directly refer property TAG.
2012-02-06 Benjamin Kramer- Turn the other distribution checks into range compares.
2012-02-06 Abramo BagnaraAdded location for template keyword in TemplateSpeciali...
2012-02-06 Benjamin KramerConsolidate the ubuntu detection logic a bit, add an...
2012-02-06 Abramo BagnaraFixed instantiation of DependentScopeDeclRefExpr.
2012-02-06 Benjamin KramerMove instantiateTemplateAttribute into the sema namespa...
2012-02-06 Craig TopperTest for r149855.
2012-02-06 Craig TopperFix vector splat casts to cast element to the appropria...
2012-02-06 Richard SmithImplement name mangling for scalar value initialization...
2012-02-06 Aaron BallmanInvalid O levels on the command line no longer have...
2012-02-05 Gregory Szorc[clang.py] Implement Type.is_pod
2012-02-05 Tobias Grosser[clang.py] Change type -> Type
2012-02-05 Tobias Grosser[clang.py] Implement Cursor.enum_type
2012-02-05 Tobias Grosser[clang.py] Implement Cursor.underlying_typedef_type
2012-02-05 Tobias Grosser[clang.py] add TypeKind.VECTOR
2012-02-05 Tobias Grosser[clang.py] Add CursorKind.{is_translation_unit, is_prep...
2012-02-05 Tobias Grosser[clang.py] Implement Cursor.hash
2012-02-05 Tobias Grosser[clang.py] Expose diagnostic category and option info...
2012-02-05 Tobias Grosser[clang.py] Implement __eq__ and __ne__ on SourceLocatio...
2012-02-05 Benjamin KramerFix a typo (builting -> builtin).
2012-02-05 Benjamin KramerMove operator overload out of line. Calling operator...
2012-02-05 Aaron BallmanFixing a warning in MSVC (this is also a test commit)
2012-02-05 Richard Smithconstexpr: Implement DR1358: An instantiation of a...
2012-02-05 Chris Lattnerreapply the patches reverted in r149477, which enable...
2012-02-05 Dylan NoblesmithBasic: import SmallString<> into clang namespace
2012-02-05 Dylan NoblesmithBasic: import OwningPtr<> into clang namespace
2012-02-05 NAKAMURA TakumiTry to fix Benjamin's r149781 on MSVC.
2012-02-05 Richard Smithconstexpr: Fix implementation of DR1311: check for...
2012-02-04 Bob WilsonPreserve alignment for Neon vld1_lane/dup and vst1_lane...
2012-02-04 Bob WilsonSkip freebsd driver test when ppc32/ppc64 targets are...
2012-02-04 Sebastian RedlA useful approximation of initializer list constructors.
2012-02-04 Sebastian RedlFactor out the actual overload resolution from TryConst...
2012-02-04 Sebastian RedlDon't unwrap initializer lists before calling TryConstr...
2012-02-04 Sebastian RedlRemove an unused and unimplemented function prototype.
2012-02-04 Fariborz JahanianAlso, these objc++ rewriter tests are meant to run...
2012-02-04 Fariborz JahanianThese tests are intended to run in NeXt's legacy object...
2012-02-04 Benjamin KramerSome compilers do require Diagnostic.h to be present...
2012-02-04 Benjamin KramerDon't include Diagnostics.h twice when it's required...
2012-02-04 Benjamin KramerMove a method from IdentifierTable.h out of line and...
2012-02-04 Benjamin KramerRemove Diagnostic.h include from Preprocessor.h.
2012-02-04 Benjamin KramerMove various diagnostic operator<< overloads out of...
2012-02-04 Benjamin KramerMove Storage and StorageAllocator out of the PartialDia...
2012-02-04 Benjamin KramerStaticAnalyzer: Remove FixIts from PathDiagnosticPieces.
2012-02-04 Richard SmithIn C++11 mode, when an integral constant expression...
2012-02-04 Richard SmithDon't allow a value of a scoped enumeration to be used...
2012-02-04 Anna Zaks[analyzer] Make sure Containers OutOfBounds checker...
2012-02-04 Richard SmithDisallow constexpr main.
2012-02-04 Richard SmithFix a rejects-valid in C++11: array new of a negative...
2012-02-04 Richard SmithUnbreak failing test added in r149738.
2012-02-04 Argyrios KyrtzidisArrayRef goodness in MultiplexConsumer, no functionalit...
2012-02-04 Argyrios KyrtzidisRemove unused field from FixItRecompile.
2012-02-04 Nick LewyckyDon't warn on use of default allocator with an over...
2012-02-04 Argyrios KyrtzidisFix ASTMerge tests that I broke in my previous commit.
2012-02-04 Dylan Noblesmithautoconf: update config header
2012-02-04 Anna Zaks[analyzer] Turn on by default two checkers:
2012-02-04 Anna Zaks[analyzer] fixup to the previous commit.
2012-02-04 Anna Zaks[analyzer] Minor cleanups to the ObjCSelfInitChecker.
2012-02-04 Sean CallananFixed some testsuite problems introduced by my
2012-02-04 Nick LewyckyComment mystery code.
2012-02-04 Nico WeberRevert r149721. chapuni tells me akyrtzi already fixed...
2012-02-04 Argyrios KyrtzidisUse variable in place of multiple CI.getFrontendOpts...
2012-02-04 Devang PatelNew test case.
2012-02-04 Sean CallananClang has existing support for debuggers that
2012-02-04 Devang PatelCreate new tag for the property. This is a work in...
2012-02-04 Argyrios Kyrtzidis[libclang] Stick to the silly notion that a forward...
2012-02-04 Eli FriedmanSuppress the used-but-not-defined warning for static...
2012-02-04 Richard Smithconstexpr:
2012-02-03 Devang PatelUpdate tests so that they don't rely upon LLVMDebugVers...
2012-02-03 Nick LewyckyMake _mm_cmpgt_epi8 immute to -funsigned-char.
2012-02-03 Nico WeberTry to get test passing on windows.
2012-02-03 Eli FriedmanMake explicit captures which cause implicit captures...
2012-02-03 Eli FriedmanImplement implicit capture for lambda expressions.
2012-02-03 Douglas GregorMake sure that the layout-override parser grabs the...
2012-02-03 Douglas GregorWhen a pack expansion occurs in the template argument...
2012-02-03 Argyrios KyrtzidisAdd a triple to test/SemaObjC/format-strings-objc.m...
2012-02-03 Hans WennborgDon't warn about anonymous struct/union in C11.
2012-02-03 Douglas GregorImplement support for a pack expansion into a fixed...
2012-02-03 Anna Zaks[analyzer] Testing: add automated reference results...
2012-02-03 Bob WilsonFix -ftrap-function fallout from llvm r145714. <rdar...
2012-02-03 Argyrios KyrtzidisChange Lexer::makeFileCharRange() to have it accept...
2012-02-03 Argyrios KyrtzidisChange the fixed array of FixitHints to a SmallVector...
2012-02-03 Argyrios KyrtzidisMove isSentinelNullExpr() from Sema to ASTContext to...
2012-02-03 Ted KremenekFurther downgrade -Warc-bridge-casts-disallowed-in...
2012-02-03 Richard SmithThread safety analysis:
2012-02-03 Richard SmithThread safety analysis: at a CFG join point between...
2012-02-03 Chad RosierC++ 5.2.10p2 has a note that mentions that, subject...
2012-02-03 Eli FriedmanRefactor capture in blocks to use new-style capture...
2012-02-03 Chad Rosier[frontend] Don't allow a mapping to a warning override...
2012-02-03 Eli FriedmanNote whether a lambda is mutable in the LambdaScopeInfo...
2012-02-03 Ted KremenekMake error about using bridge casts in non-ARC mode...
2012-02-03 Anna ZaksDo not show macro expansion in strncat warnings, which...
2012-02-03 Fariborz Jahanianobjc: Issue diagnostic when receiver type is a forward...
2012-02-03 Rafael EspindolaReplace the old --with-cxx-* configure options with...
2012-02-02 Douglas GregorRename -dependency-graphviz to -dependencncy-dot
2012-02-02 Eli FriedmanAdd some code to accurately perform odr-used marking...
2012-02-02 Fariborz JahanianFurther enhance comment for property in continuation...
2012-02-02 Andrew Trickunnecessary include of TargetMachine.h?
2012-02-02 Benjamin KramerInitialize the user defined conversion function to...
next