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