aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2013-04-10Improve the diagnostics of the number-reading preprocessor directives.Michael Ilseman
2013-04-10Suppress -Wunused-variable for variables declared in headers, which may inMatt Beaumont-Gay
2013-04-09Objective-C: This patch fixes a none-issuance of warningFariborz Jahanian
2013-04-09Fix comments before labels.Daniel Jasper
2013-04-09Again macros without trailing semicolons: don't care about declaration context.Alexander Kornienko
2013-04-09[ms-cxxabi] Add "$$C" when mangling template arg QualTypesReid Kleckner
2013-04-09One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms tha...Alexey Samsonov
2013-04-09Follow-up for r179082: more careful handling of -f(no-)sanitize-address-zero-...Alexey Samsonov
2013-04-09If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne
2013-04-09[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().Jordan Rose
2013-04-09When checking for illegal expressions in a default-argumentJohn McCall
2013-04-09Skip transparent contexts when looking for using directives in name lookup.Douglas Gregor
2013-04-09Mark as referenced the functions from instantiated UserDefinedLiterals.Argyrios Kyrtzidis
2013-04-09[analyzer] Keep tracking the pointer after the escape to more aggressively re...Anna Zaks
2013-04-08Don't copy just to capture a strong block pointer under ARC.John McCall
2013-04-08<rdar://problem/13584715> Converted constant expressions are expected to have...Douglas Gregor
2013-04-08<rdar://problem/13540899> Collect using directives from all of the semantic c...Douglas Gregor
2013-04-08Recognize function-like macro usages without semicolon in declaration context.Alexander Kornienko
2013-04-08Fix typo in assertion.Nick Lewycky
2013-04-08The PNaCl target no longer permits __attribute__((regparm)).Eli Bendersky
2013-04-08<rdar://problem/13559825> Further reduce template instantiation depth down to...Douglas Gregor
2013-04-08Fix PR15634, better error message for template deduction failure.Richard Trieu