2011-01-25 |
Ted Kremenek | Tweak wording of static analyzer diagnostic |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Douglas Gregor | Teach TemplateSpecializationTypeLoc::initializeArgLocs... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Rafael Espindola | Move unnamed_addr after the function arguments on Sabre... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Douglas Gregor | Add test for PR8629 |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Anders Carlsson | Don't insert class templates into the DynamicClasses... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Douglas Gregor | Be a bit more defensive about setting the temporary... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Douglas Gregor | Implement the rvalue-reference deduction transformation... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Douglas Gregor | When performing a glvalue-to-xvalue static_cast that... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
John McCall | Document the ns_returns_retained, ns_consumed, etc... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
John McCall | Change the wording of the bad-decl-for-attribute warnin... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
John McCall | Add the ns_consumes_self, ns_consumed, cf_consumed... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Douglas Gregor | Downgrade the error about rvalue references to an exten... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Argyrios Kyrtzidis | [analyzer] Handle the dot syntax for properties in... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Argyrios Kyrtzidis | [analyzer] Introduce ExprEngine::VisitObjCMessage for... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Argyrios Kyrtzidis | [analyzer] Introduce ObjCMessage which represents both... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Argyrios Kyrtzidis | In a ObjCMessageExpr with the super class as receiver... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Argyrios Kyrtzidis | [analyzer] Simplify GetReceiverType function in BasicOb... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Eric Christopher | Revert r124146 for now. It appears to be failing on... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Anton Yartsev | pre/post increase/decrease for AltiVec vectors |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Nick Lewycky | Enhance the diagnostic for referring to a typedef with... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Douglas Gregor | Disallow function template partial specializations... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Douglas Gregor | Eliminate the use of getTypeForDecl from clang_getCurso... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Douglas Gregor | Note the need for --param=build_config=whatever in... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Douglas Gregor | Improve the printing of C++ construction expressions... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Anders Carlsson | Use attributes for all the override control specifiers. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Douglas Gregor | Re-instate r123977/r123978, my updates of the reference... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Axel Naumann | Check whether DependentScopeDeclRefExpr's NestedNameSpe... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Douglas Gregor | Eliminate the last reference to concepts, from Jean... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Anders Carlsson | Fix the __has_attribute example; we don't have an overr... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Chris Lattner | fix some typos, patch by Jonathan Wakely! |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Chris Lattner | fix a broken example, PR9005, patch by Jonathan Wakely! |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Chris Lattner | remove some crazy leftover thing. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Anders Carlsson | When building a type info struct for EH, we always... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Anders Carlsson | Change CodeGenModule::getVTableLinkage to be a non... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Anders Carlsson | "Name" a bool parameter. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Ken Dyck | Use CharUnits for the offset amount of RegionRawOffset. |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Ken Dyck | Remove private toCharUnits() helper method, replacing... |
commit | commitdiff | tree | snapshot |
2011-01-24 |
Anders Carlsson | Mark VTables and RTTI data linkonce_odr instead of... |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Anders Carlsson | Get rid of [[hiding]], [[override]] and [[base_check]]. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Anders Carlsson | Get rid of the [[final]] C++0x attribute. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Rafael Espindola | Add support for the --noexecstack option. Fixes PR8762. |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Ted Kremenek | Teach -Wuninitialized-experimental about sizeof(). |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Ted Kremenek | Tweak diagnostic: |
commit | commitdiff | tree | snapshot |
2011-01-23 |
Ted Kremenek | Null initialize a few variables flagged by |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Anders Carlsson | Accept the C++0x override control keywords as an extens... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Anders Carlsson | Implement [class.derived]p8. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Anders Carlsson | Serialize and deserialize IsMarkedFinal/IsMarkedExplicit. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Anders Carlsson | Mark classes final and/or explicit during class templat... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Anders Carlsson | Mark classes as final or explicit. Diagnose when a... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Anders Carlsson | Add final/explicit getters and setters to CXXRecordDecl. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Anders Carlsson | Parse class-virt-specifier-seqs. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Anders Carlsson | More work on ClassVirtSpecifiers. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Rafael Espindola | Add test from PR9026. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Rafael Espindola | revert r123977 and r123978 to fix PR9026. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Anders Carlsson | Start stubbing out a ClassVirtSpecifiers class. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Anders Carlsson | A member function template cannot be virtual. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Benjamin Kramer | Use a FunctionType::get overload that doesn't require... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
John McCall | Improve our parse recovery on 'case blah;' and 'default;'. |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Douglas Gregor | Send code generation for xvalues down the same path... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Douglas Gregor | Debug info generation for rvalue references |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Douglas Gregor | Update const_cast semantics for rvalue references.... |
commit | commitdiff | tree | snapshot |
2011-01-22 |
Douglas Gregor | Teach static_cast and dynamic_cast about rvalue references. |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Douglas Gregor | Add a test for "perfect" forwarding |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Ted Kremenek | Provide -Wuninitialized-experimental fixits |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Douglas Gregor | When throwing an elidable object, first try to treat... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Douglas Gregor | Generalize the NRVO move-construction-based initializat... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Ted Kremenek | Add basic fixits for -Wuninitialized-experimental |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Ted Kremenek | Enhance -Wuninitialized-experimental diagnostics |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Douglas Gregor | Implement the preference for move-construction over... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Douglas Gregor | We love parentheses |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Douglas Gregor | Promote the static getNRVOCandidate() function, which... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Douglas Gregor | Implement core issue 1164, which concerns the partial... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Douglas Gregor | Add unique_ptr example to test the use of rvalue refere... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Douglas Gregor | Add test for overload resolution's preference for bindi... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Douglas Gregor | Eliminate an unused variable |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Douglas Gregor | Update the reference-binding implementation used for... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Douglas Gregor | More testing to C++0x [temp.deduct.call]p3 |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Douglas Gregor | Implement the special template argument deduction rule... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Peter Collingbourne | Sema: process non-inheritable attributes on function... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Peter Collingbourne | Sema: support for processing non-inheritable declaratio... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Peter Collingbourne | Generalise support for non-inheritable attributes |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Douglas Gregor | Add more reference-binding examples from the C++0x... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Fariborz Jahanian | Move cheking of kext into canDevirtualizeMemberFunction... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Douglas Gregor | Improve the diagnostic that complains about binding... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Douglas Gregor | More work to bring reference binding up to the latest... |
commit | commitdiff | tree | snapshot |
2011-01-21 |
Douglas Gregor | When performing reference binding via a conversion... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Fariborz Jahanian | Initialize a variable, found by Ted. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Douglas Gregor | Fix a use of uninitialized variables, found by Ted! |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Ted Kremenek | Removing debug printing logic from UninitializedValuesV2. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Ted Kremenek | Relax CFG assertions in UninitializedValuesV2 when |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Ted Kremenek | Add test case for <rdar://problem/8891119>. In |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Ted Kremenek | Add rudimentary path-sensitivity to UnintializedValuesV2 |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Fariborz Jahanian | apple kext abi requires all vf calls, including qualified |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Ted Kremenek | Enhance AnalysisConsumer to also visit functions |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Douglas Gregor | More tests for reference binding in the presence of... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Douglas Gregor | Start refactoring reference binding to more closely... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Anders Carlsson | Diagnose when a virtual member function marked final... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Rafael Espindola | Merge test. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Douglas Gregor | Add some tests for reference-collapsing and referencing... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
John McCall | Fix the computation of alignment for fields of packed... |
commit | commitdiff | tree | snapshot |
next |