aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-13Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith
2013-04-13Use MapVector rather than simulating it.Richard Smith
2013-04-13Speed-up ObjCMethodDecl::getOverriddenMethods().Argyrios Kyrtzidis
2013-04-13Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included...Argyrios Kyrtzidis
2013-04-13Don't replace an existing decl in the scope chains with itsJohn McCall
2013-04-12[analyzer] Enable NewDelete checker if NewDeleteLeaks checker is enabled.Anton Yartsev
2013-04-12Headers: Add support for ISO9899:2011 rsize_t.Daniel Dunbar
2013-04-12Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith
2013-04-12tl;dr: Teach Clang to work around g++ changing its workaround to glibc'sRichard Smith
2013-04-12<rdar://problem/13643854> Only emit ambiguous-expansion warnings when at leas...Douglas Gregor
2013-04-12[analyzer] Makes NewDeleteLeaks checker work independently from NewDelete.Anton Yartsev
2013-04-12[analyzer] Print a diagnostic note even if the region cannot be printed.Anna Zaks
2013-04-12[analyzer]Print field region even when the base region is not printableAnna Zaks
2013-04-12Sema: Give a typically small DenseMap some inline capacity.Benjamin Kramer
2013-04-12Revamps structural error detection / handling.Manuel Klimek
2013-04-12[analyzer] Fix grammar in comment.Jordan Rose
2013-04-12[analyzer] Show "Returning from ..." note at caller's depth, not callee's.Jordan Rose
2013-04-12[analyzer] Don't emit extra context arrow after returning from an inlined call.Jordan Rose
2013-04-12<rdar://problem/13615607> Include SDK version information in the module hash.Douglas Gregor
2013-04-11Struct-path aware TBAA: uniformize scalar tag and path tag.Manman Ren
2013-04-11Fix the driver logic for recent versions of DragonFly.John McCall
2013-04-11Add a new -mimplicit-float option for symmetry with -mno-implicit-float.Bob Wilson
2013-04-11[ms-cxxabi] Implement member pointer emission and dereferencingReid Kleckner
2013-04-11Hexagon: Remove -g option from the assembler command line.Jyotsna Verma
2013-04-11Change clang-format's affinity for breaking after return types.Daniel Jasper
2013-04-11Fix formatting of overloaded assignment operators.Daniel Jasper
2013-04-11ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation]NAKAMURA Takumi
2013-04-11Drop ObjCIndirectCopyRestoreExprs during template instantiation.John McCall
2013-04-11Force a load when creating a reference to a temporary copied from a bitfield.Jordan Rose
2013-04-11[analyzer] Refactoring: better doxygen comment; renaming isTrackedFamily to i...Anton Yartsev
2013-04-10[analyzer] Address Jordan’s review of r179219Anna Zaks
2013-04-10[analyzer] Address Jordan’s code review of r 179221Anna Zaks
2013-04-10[analyzer] Switched to checkPreCall interface for detecting usage after free.Anton Yartsev
2013-04-10[analyzer] Fix a crash in SyntaxCString checker when given a custom strncat.Anna Zaks
2013-04-10[analyzer] When reporting a leak in RetainCount checker due to an early exit ...Anna Zaks
2013-04-10[analyzer] Cleanup leak warnings: do not print the names of variables from ot...Anna Zaks
2013-04-10For split dwarf we should also run the objcopy action if we'reEric Christopher
2013-04-10Remove unused arguments.Chad Rosier
2013-04-10[driver] Add a -Ofast option, which enables -O3, -ffast-math, andChad Rosier
2013-04-10Add an option to parse all comments as documentation commentsDmitri Gribenko
2013-04-10Fixes recovering from errors when parsing braced init lists.Manuel Klimek
2013-04-10Fix labels with trailing comments and cleanup.Daniel Jasper
2013-04-10Handle "typeof" in Objective-C format string checking. This previously crashed.Ted Kremenek
2013-04-10Add support for computing the exception specification for an inheritingRichard Smith
2013-04-10Don't crash when mangling types defined in ObjC class extensions.John McCall
2013-04-10C++11 inheriting constructors: support for inheriting constructor templates.Richard Smith
2013-04-10<rdar://problem/13605348> Don't consider invalid user-defined literal operato...Douglas Gregor
2013-04-10[frontend] -frewrite-includes: turn implicit module imports into @imports.Argyrios Kyrtzidis
2013-04-10[frontend] When preprocessing, turn implicit module imports into @imports.Argyrios Kyrtzidis
2013-04-10[frontend] -frewrite-includes: if there was no inclusion, don't add lineinfo ...Argyrios Kyrtzidis