2011-01-27 |
NAKAMURA Takumi | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
NAKAMURA Takumi | 7bit-ize. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Fix HTML highlighting and add missing line. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Fix a few typos in HTML documentation. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Hook up attribute ns_consumes_self in the ObjC retain... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Tweak -Wuninitialized fixit for '_Bool' types to be... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Teach -Wuninitialized to suggest "= false" for initiali... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
John McCall | Notes on dynamic array cookies in MSVC. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
John McCall | Import three interesting bits that apply only to C... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Teach -Wuninitialized not to assert when analyzing |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Ted Kremenek | Teach -Wuninitialized about ObjC fast enumeration loops. |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Douglas Gregor | When we run into a template parameter that should have... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Douglas Gregor | Cope with parenthesized function declarators when emitt... |
commit | commitdiff | tree | snapshot |
2011-01-27 |
Douglas Gregor | Fix a horrible bug in our handling of C-style casting... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Fariborz Jahanian | Fixes an IRgen bug where __block variable is |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Douglas Gregor | Update C++0x status web page |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Nico Weber | make `make` work in examples/PrintFucntionNames on... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Douglas Gregor | Add __has_feature(cxx_reference_qualified_functions... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Douglas Gregor | Implement the restriction that a function with a ref... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Douglas Gregor | Handle C-style casts to rvalue reference types that... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Douglas Gregor | Improve the extension warning for the use of ref-qualif... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
John McCall | When mangling a qualified array type, push the qualifie... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Douglas Gregor | Rvalue references for *this: explicitly keep track... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Douglas Gregor | Rvalue references for *this: implement the implicit... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
John McCall | Un-nest the meat of this function. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
John McCall | Fix some obvious bugs in the conditional-cleanup code... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Peter Collingbourne | Move InheritableAttr::isInherited to Attr |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Peter Collingbourne | Remove Attr::isMerged; it is not used any more and... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Douglas Gregor | Rvalue references for *this: allow functions to be... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Douglas Gregor | Rvalue references for *this: add name mangling for... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Douglas Gregor | Rvalue references for *this: tentative parsing and... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Douglas Gregor | Reference qualifiers for *this: implement C++0x [expr... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Douglas Gregor | Clean up the C++0x __has_feature tests. Specifically: |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Douglas Gregor | Reinstate r124236 (tweaking the rvalue-reference overlo... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Douglas Gregor | Rvalue references for *this: |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Ted Kremenek | Teach -Wreturn-type that destructors can appear |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Ted Kremenek | Merge -Wuninitialized-experimental into -Wuninitialized. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Ted Kremenek | Tweak -Wuninitialized-experimental to not emit |
commit | commitdiff | tree | snapshot |
2011-01-26 |
John McCall | Better framework for conditional cleanups; untested... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Douglas Gregor | Rvalue references for *this: parse ref-qualifiers. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Ken Dyck | Use RecordLayout::getBaseClassOffset() where CharUnits... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Argyrios Kyrtzidis | [analyzer] Enable the self-init checker under command... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Argyrios Kyrtzidis | Correct r124242 making sure function chunk that gets... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Argyrios Kyrtzidis | [analyzer] Improve the diagnostic for the self-init... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Fariborz Jahanian | Tweak the rule for deciding if a provisional ivar is... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
Jeffrey Yasskin | Remove CompilerInstance::getOutputFileList because... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Argyrios Kyrtzidis | [analyzer] Do the self-init check only on NSObject... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Douglas Gregor | Speculatively revert r124236 |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Argyrios Kyrtzidis | Diagnose calling convention attribute incompatibilities... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Argyrios Kyrtzidis | Fix infinite loop during error diagnostics. Fixes rdar... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Argyrios Kyrtzidis | Change error "function cannot return array type" -... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Ted Kremenek | Tweak return-noreturn.cpp test to have its original |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Ted Kremenek | Fix regression in -Wreturn-type caused by not |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Douglas Gregor | Speculatively implement a tweak to the C++0x overload... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Ted Kremenek | Unbreak CMake build. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Ted Kremenek | Don't try and symbolicate unions; we don't reason |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Nico Weber | Add -add-plugin flag, which runs plugins in addition... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Jeffrey Yasskin | Add an attribute to forbid temporary instances of a... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Douglas Gregor | Fix the ranking of reference bindings during overload... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Ted Kremenek | Recycle memory for GRStates that are never referenced |
commit | commitdiff | tree | snapshot |
2011-01-25 |
Ted Kremenek | Teach -Wuninitialized-experimental to also warn |
commit | commitdiff | tree | snapshot |
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 |
next |