aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-01Teach ASTContext and Preprocessor to hold on to references to the sameDouglas Gregor
2011-09-01default property synthesis is off by defaultFariborz Jahanian
2011-09-01Make test slightly trickierDouglas Gregor
2011-09-01objective-c: Make auto synthesis of properties the default.Fariborz Jahanian
2011-09-01Modules hide macro definitions by default, so that silly things likeDouglas Gregor
2011-09-01Enable -fdelayed-template-parsing by default on Win32.Francois Pichet
2011-09-01Fix PR10744 by adding the toolchain path to the regular program pathRafael Espindola
2011-09-01Add 4.4.6 to GccVersions[] in lib/Driver/ToolChains.cpp.Hans Wennborg
2011-09-01If size was equal to 0, either NULL or a pointer suitable to be passed to Zhongxing Xu
2011-09-01Fix "multi-line comment" compiler error.Argyrios Kyrtzidis
2011-09-01When defining the implicit move assignment operator, don't performDouglas Gregor
2011-09-01Support importing of ObjC categories from modules.Argyrios Kyrtzidis
2011-08-31Create a CaretDiagnostic class to hold the logic for emittingChandler Carruth
2011-08-31Sink all of the include stack printing logic into its member function.Chandler Carruth
2011-08-31[analyzer] Revert a regression introduced in r133104(The ARC Migration Tool.....Anna Zaks
2011-08-31Test for default property synthesis.Fariborz Jahanian
2011-08-31objective-c: this patch (re)introduces objective-c's default propertyFariborz Jahanian
2011-08-31Switch the "no module found" default-fatal warning to a default-fatal error.Douglas Gregor
2011-08-31Don't assert when diagnosing a missing cast of an unknown-anytypeJohn McCall
2011-08-31[driver] If no -miphoneos-version-min is specified on the command line *and*Chad Rosier
2011-08-31Make sure to initialize field. Hopefully this will fix some test failures on...Eli Friedman
2011-08-31Don't verify the name of the driver executable. It's not really releventChandler Carruth
2011-08-31[analyzer] Fix varargs helper to only use POD types even for named arguments....Jordy Rose
2011-08-31Switch __import__ over to __import_module__, so we don't conflict withDouglas Gregor
2011-08-31objective-c - This patch buffers method implementations Fariborz Jahanian
2011-08-31Update libclang to have APIs corresponding to the new 'expansion' namingChandler Carruth
2011-08-31Serialize the new bits in CXXRecordDecl::DefinitionData.Sebastian Redl
2011-08-31Improve the diagnostic text for -Wmissing-noreturn to include the nameChandler Carruth
2011-08-30Change err_pp_file_not_found back to an Error; when it's a Warning, we suppre...Eli Friedman
2011-08-30Allow C99 hexfloats in C++0x mode. This change resolves the standardsDouglas Gregor
2011-08-30Fix PR10694: Boolean conversions can be from pointers, and those conversionsJeffrey Yasskin
2011-08-30When writing out the entries in a lookup table for a DeclContext, makeDouglas Gregor
2011-08-30Declare and define implicit move constructor and assignment operator.Sebastian Redl
2011-08-30Remove a few mutating ObjCCategoryDecl methods.Argyrios Kyrtzidis
2011-08-30In ASTWriter::WriteDeclContextVisibleBlock, don't write empty lookups.Argyrios Kyrtzidis
2011-08-30Remove a couple of unnecessary objc method lookups.Argyrios Kyrtzidis
2011-08-30[libclang] Rename some functions and make sure we don't iterate past the toke...Argyrios Kyrtzidis
2011-08-30objc - fixes a regression in declaring c decls nested inFariborz Jahanian
2011-08-30Remove obsolete ObjCInferRelatedReturnType from LangOptions...the correct opt...Jordy Rose
2011-08-30The size of struct UnwindException varies by platform with noJohn McCall
2011-08-30Be sure to emit lvalue-to-rvalue casts for loads from x-values.John McCall
2011-08-30Update mingw-w64 part of the user manual, from Ruben Van Boxem!Douglas Gregor
2011-08-30Fix a typo when determining whether to strip cv-qualifiers during template ar...Douglas Gregor
2011-08-30Update python testcase for GNU old-style field designator warning,Douglas Gregor
2011-08-30Add support for Cursor.displayname in python bindings, from Anders Waldenborg!Douglas Gregor
2011-08-29Update the comment on the default-argument conversion fix; thanks toJohn McCall
2011-08-29Thread safety: Adding a name to the thread safety diagnostic group to prevent...Caitlin Sadowski
2011-08-29Do not warn about [super finalize] in arc mode.Nico Weber
2011-08-29Clang/PNaCl: Improve test coverage for PNaClTargetInfo (type aligns), fixes n...Ivan Krasin
2011-08-29Thread safety: added basic handling for pt_guarded_by/var and guarded_by/var ...Caitlin Sadowski