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 |
2011-01-20 |
Anders Carlsson | When instantiating member functions, propagate whether... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Anders Carlsson | When checking for functions marked override, ignore... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Anders Carlsson | Make CheckOverrideControl a member of Sema. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Anders Carlsson | Diagnose virtual member functions marked override but... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Anders Carlsson | Fix tests to be valid. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Anders Carlsson | Add IsMarkedOverride and IsMarkedFinal flags to Functio... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Anders Carlsson | Change the parser error to reflect that virt-specifiers... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Anders Carlsson | Only allow virtual member functions to be marked 'overr... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Anders Carlsson | Add silly test case. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Anders Carlsson | Pass the VirtSpecifiers along to Sema::ActOnCXXMemberDe... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Anders Carlsson | Lazily initialize the 'final' and 'override' contextual... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Anders Carlsson | Add more parser tests for the override control keywords. |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Rafael Espindola | Turns out that the previous commit also fixes this :-) |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Rafael Espindola | Fix PR8884 by skipping transparent contexts. The test... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Ken Dyck | Add CharUnits::RoundUpToAlignment() to simplify roundin... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Douglas Gregor | When building a user-defined conversion sequence, keep... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
Douglas Gregor | Sema::BuildCXXMemberCallExpr() can fail due to access... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Explicitly track the number of call arguments provided... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Eradicate any mention of C++0x concepts. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Variadic templates are fully implemented. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Downgrade the "variadic templates are a C++0x feature... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Refactor the dependence computation for DeclRefExpr... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Implement basic support for the use of variadic templat... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Teach libclang to generate USRs containing parameter... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Teach libclang about SizeOfPackExpr. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Implement support for non-type template parameter packs... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | NonTypeTemplateParmDecls always have TypeSourceInfo... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Warn about the use of unparenthesized |= in conditional... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Parse the optional semicolon after a C++ in-class membe... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
John McCall | When building the copy expression for a __block variabl... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
John McCall | Change the canonical representation of array types... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
John McCall | Change QualType::getTypePtr() to return a const pointer... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Nick Lewycky | Fix name to match reality. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Ken Dyck | Replace calls to getTypeSize() and getTypeAlign() with... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Ken Dyck | Add a unary minus operator. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Devang Patel | Emit DW_TAG_lexical_scope to surround foreach. |
commit | commitdiff | tree | snapshot |
2011-01-19 |
Douglas Gregor | Don't silently drop warning flags passed in to |
commit | commitdiff | tree | snapshot |
2011-01-19 |
NAKAMURA Takumi | lib/Sema/SemaExpr.cpp: __null should be LongLongTy... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
NAKAMURA Takumi | lib/CodeGen/TargetInfo.cpp: Fix coding style and erase... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Ted Kremenek | Teach UninitializedValuesV2 to implicitly reason about C++ |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Rafael Espindola | Add unnamed_addr in CreateRuntimeVariable. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Argyrios Kyrtzidis | When redefining a macro don't warn twice if it's not... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Argyrios Kyrtzidis | Properly do a float -> _Complex double conversion,... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Douglas Gregor | Comment a wacky test case |
commit | commitdiff | tree | snapshot |
2011-01-18 |
John McCall | Fix some unnecessarily complicated code for canonicaliz... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
John McCall | Generalize some operations on qualifiers. QualType... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Daniel Dunbar | Fix newlines. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Daniel Dunbar | tests: Force a triple. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Francois Pichet | Add support for explicit constructor calls in Microsoft... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Ted Kremenek | Correctly enable test/Sema/unit-variables.c, |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Ted Kremenek | Teach UninitializedValuesV2 about "int x = x" and |
commit | commitdiff | tree | snapshot |
2011-01-18 |
Ted Kremenek | Get clang-wpa to build in TOT (reflecting updates |
commit | commitdiff | tree | snapshot |
next |