2011-05-12 |
Devang Patel | Do not add AT_APPLE_objc_class_extension attribute... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Howard Hinnant | enable __has_feature(is_standard_layout) |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Devang Patel | Use DW_AT_APPLE_objc_class_extension attribute to ident... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Bill Wendling | LLVM doesn't always optimize away the four loads from... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Douglas Gregor | Add clang_CXXMethod_isVirtual() to libclang, from Erik... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Sean Hunt | Properly parse the 'default' and 'delete' keywords. |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Sean Hunt | Make it so that we actually generate definitions for... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Sean Hunt | Implement deletion of explicitly defaulted default... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Nick Lewycky | Fix crasher spotted in IWYU. |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Eli Friedman | PR9899: handle pseudo-destructors correctly in noexcept... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
John McCall | Make this code more resilient against catch variables... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Nick Lewycky | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Richard Smith | Fix PR9902: correctly substitute alias templates within... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Douglas Gregor | Implement CWG1170, which makes access-control errors... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Douglas Gregor | When checking for the necessary 'template<>' headers... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Ted Kremenek | Place "conflicting distributed object modifiers...... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Sean Hunt | Commit some missing changes to the previous patch. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Sean Hunt | Implement implicit deletion of default constructors. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Francois Pichet | Add a Microsoft C test following r131201. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Francois Pichet | In Microsoft mode, allow conversion from pointer to... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Fariborz Jahanian | Clean up consequences of cut and paste. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Fariborz Jahanian | Implenment #pack pragma and ms_struct attribute layout. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Oscar Fuentes | Handle gcc-compatible compilers (such as clang) the... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
John McCall | Teach CFG building how to deal with CXXMemberCallExprs... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Eli Friedman | PR9882: Fix noexcept to deal with dependent new, delete... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Francois Pichet | In Microsoft mode, allow pure specifier (=0) on inline... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
John McCall | Use a heralded conversion to bool in inline-asm constra... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Ted Kremenek | Fix crash in -Wuninitialized when using switch statment... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Douglas Gregor | Tweak the diagnostics for the C++0x extensions to frien... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Matt Beaumont-Gay | Change magic string "abc" to better magic string "qux". |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Sean Hunt | Re-do R131114 without breaking code. |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Fariborz Jahanian | Support pack pragma and ms_struct attributes. // rdar... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Ted Kremenek | Elide __label__ declarations from the CFG. This resolv... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Douglas Gregor | Reimplement Sema::MatchTemplateParametersToScopeSpecifi... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Eli Friedman | Don't strlen() every file before parsing it. |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Rafael Espindola | Add test for PR9884. |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Rafael Espindola | Revert 131114. This fixes PR9884. |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Manuel Klimek | Fixes compilation with Visual Studio by replacing the... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Sean Hunt | Further implement defaulting constructors. |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Sean Hunt | The last of the trivial constructor changes, make CXXSp... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Francois Pichet | Add a __uuidof test where the uuid attribute is on... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Douglas Gregor | Ignore const/volatile/restrict qualifiers on anonymous... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Francois Pichet | Add a FIXME. |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Fariborz Jahanian | 'long long' requires special treatment in ms_struct |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Douglas Gregor | Extend the tag-ambiguity hack I committed in r130810... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Sean Hunt | Clean up trivial default constructors now. |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Douglas Gregor | When determining whether we need to instantiate a funct... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Sean Hunt | Rename "hasTrivialConstructor" to "hasTrivialDefaultCon... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Daniel Dunbar | Driver/Darwin: Put dsymutil -o arguments first, so... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
John McCall | __builtin_va_list is void* on ARM, not char*. |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Francois Pichet | Fix test. |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Francois Pichet | Allow implicit conversion from function pointer to... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Anders Carlsson | Move code to emit the callee of an CXXOperatorCallExpr... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Sean Hunt | Restore an accidentally-deleted word. |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Anders Carlsson | Don't emit complete constructors for abstract classes... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Francois Pichet | Look at all the record redeclaration when looking for... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Douglas Gregor | Relax the conversion rules for Objective-C GC qualifiers a |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Douglas Gregor | In C++, allow us to emit a global as 'constant' even... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Douglas Gregor | Revert r130717, which caused a regression (<rdar:/... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Francois Pichet | Don't fail at parsing __declspec(property(get=get_func_... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Eli Friedman | PR9866: Fix the implementation of _mm_loadl_pd and... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Francois Pichet | Temporary preprocessor hack to get around the Microsoft... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Francois Pichet | Add support for _if_exists and __if_not_exists at names... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Richard Trieu | Patch for PR 7409 - only error on definition of invalid... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Douglas Gregor | Implement a minor optimization by not introducing decla... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Douglas Gregor | When checking for a prior declaration of the name of... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Fariborz Jahanian | In ms_struct structs, Establish a new alignment for a |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Fariborz Jahanian | Establish a new alignment for an ms_struct bitfield... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Douglas Gregor | Keep track of the file ID corresponding to the original... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Cameron Esfahani | Fix false positive warning about uninitialized variable. |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Sean Hunt | Per Richard's suggestion, rename DefLoc to DefaultLoc... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Sean Hunt | Fix diagnostics to start with a lower case letter |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Francois Pichet | Add support for Microsoft __if_exists and __if_not_exis... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Sean Hunt | Modify some deleted function methods to better reflect... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Eli Friedman | Don't emit nsw flags for vector operations; there's... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Eli Friedman | Fix a couple of comments. |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Eli Friedman | Add an implementation of thunks for varargs methods... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Douglas Gregor | Introduce a new libclang parsing flag, |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Axel Naumann | Reset the emitted initializers. |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Joerg Sonnenberger | Move logic for passing down -mrelax-all / -relax-all... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Anders Carlsson | Warn when trying to call a pure virtual member function... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Joerg Sonnenberger | Rename ContainsCompileAction to ContainsCompileOrAssemb... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Sean Hunt | Do defaulted constructors properly. |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Sean Hunt | Revert r130912 in order to approach defaulted functions... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Richard Smith | Slight tweak to alias template error handling: don... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Richard Smith | Update www: we now mangle references to function parame... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Fariborz Jahanian | type of last arg of objc_assign_ivar is ptrdiff_t. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Richard Smith | Implement support for C++0x alias templates. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Fariborz Jahanian | __alignof attribute on the field must consider |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Douglas Gregor | When the environment variable LIBCLANG_RESOURCE_USAGE... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Eli Friedman | PR9849: Fix _mm_setr_pi32 and friends to actually work... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Daniel Dunbar | tests: Force a triple in this test (so uint128 is present). |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Fariborz Jahanian | When instantiating a block expression, the instantiated |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Devang Patel | Do not drop uint128 on the floor. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Douglas Gregor | Scoped enumerations should not be treated as integer... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Douglas Gregor | When providing code completions for an Objective-C... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Argyrios Kyrtzidis | Introduce a Diagnostic::Report function that accepts... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Ted Kremenek | Place "incompatible pointer types assigning..." warning... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Ted Kremenek | Add Checker callback for running a checker at the end... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Sean Hunt | Implement some framework for defaulted constructors. |
commit | commitdiff | tree | snapshot |
next |