2010-05-20 |
Chris Lattner | Don't warn about use of hex floats in c++ mode by default, |
commit | commitdiff | tree | snapshot |
2010-05-20 |
John McCall | Be sure to apply initializers to members of anonymous... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Improve parser recovery when a switch condition is... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Add a new failure kind, FK_Incomplete, to Initializatio... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Daniel Dunbar | Driver: Switch to using the integrated assembler for... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Fariborz Jahanian | Adds support for generation of objc_memmove_collectable API |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Daniel Dunbar | Driver: Add a tool definition for the Clang integrated... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Reinstate r104117, Chandler Carruth's change that ... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Fariborz Jahanian | More Objective-C++ GC tests. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Daniel Dunbar | clang -cc1as: Add -help, -version, and -mllvm support. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Daniel Dunbar | Driver/MC: Add 'clang -cc1as' integrated assembler... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Daniel Dunbar | Driver: Move some argument lookup utilities into driver... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Fariborz Jahanian | Copy construction of non-trivial properties must not |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Picky, picky |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Fix a thinko |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Assert that we do not try to memcpy a non-POD class... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Abramo Bagnara | Added TemplateArgumentListInfo to FunctionTemplateSpeci... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
David Chisnall | Fix my inability to spell 'continue' and a case where... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Abramo Bagnara | Renamed misleading getSourceRange -> getLocalSourceRang... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Rework our handling of binding a reference to a temporary |
commit | commitdiff | tree | snapshot |
2010-05-20 |
John McCall | Whoops. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
John McCall | Don't try to check jump scopes in invalid functions... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | When creating a this-adjustment thunk where the return... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ted Kremenek | Add libclang function 'clang_isFromMainFile()' (which... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Remove accidental commit |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Douglas Gregor | Various small fixes for construction/destruction of... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ted Kremenek | Expose -fobjc-nonfragile-abi2 as a top-level clang... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
John McCall | Support implicitly closing on 'this' in a block. Fixed... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Chris Lattner | just add a fixme for the StructuredArgs leak, it should... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Chris Lattner | switch TemplateArgumentListBuilder to hold its flat... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Chris Lattner | fix the TemplateArgumentList copy constructor to not |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Chris Lattner | Clarify TemplateArgumentList ownership over its "flat... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Jim Grosbach | tweak to (hopefully) fix darwin[89] buildbots. Thanks... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Douglas Gregor | When a conditional operator is an rvalue of class type... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Fariborz Jahanian | More tests for ObjC++ GC support. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Ted Kremenek | Move CXCursor_FirstDecl definition later to make the... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Abramo Bagnara | Added basic source locations to Elaborated and Dependen... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Fariborz Jahanian | Adds support for ObjC++'s GC attribute on declaration of |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Daniel Dunbar | Revert r104117, "Provide a naming class for UnresolvedL... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Douglas Gregor | Fill in some silly defaults to silence a GCC warning |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Douglas Gregor | Cache the linkage of a type within its canonical type... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Ted Kremenek | Remove clang_isDeclarationADefinition() since its funct... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Ted Kremenek | Add clang support for IBOutletCollection. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Douglas Gregor | Revert r104106; it's breaking linking of Boost.Serializ... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Benjamin Kramer | Implement codegen for __builtin_isnormal. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Chandler Carruth | Provide a naming class for UnresolvedLookupExprs, even... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Douglas Gregor | Profile type-dependent uses of overloaded operators... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Douglas Gregor | Teach clang to instantiate attributes on more declarati... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Douglas Gregor | Implement C++ builtin operator candidates for vector... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Chandler Carruth | Fix a GCC warning about inline functions not being... |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Chandler Carruth | Fix an obvious goof that rjmccall found by inspection... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Douglas Gregor | Basic test for user-defined conversions involving vecto... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Fariborz Jahanian | Misc. fixes to bring Objetive-C++'s handling of |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Douglas Gregor | Protect isIntegerConstantExpr from seeing type- or... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Douglas Gregor | Implement C++ support for vector and extended vector... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Ted Kremenek | Add function 'clang_isTagDeclDefinition()' to allow... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Ted Kremenek | Teach CursorVisitor about duplicate ObjCPropertyDecls... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Fariborz Jahanian | These test now run in objective-c++ mode we well. |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Douglas Gregor | Add missing test case, provided by Steven Watanabe. |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Douglas Gregor | Fix typo test case |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Douglas Gregor | Add support for Microsoft's __thiscall, from Steven... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Anders Carlsson | Correctly initialize bases with member pointers. This... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Douglas Gregor | Give a slight edge to the context-sensitive keyword... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Douglas Gregor | Tweak typo-correction logic a bit regarding "super... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
John McCall | Permit Objective C object pointers to be const_casted. |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Sean Hunt | Switch over the tablegen to use much prettier range... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Douglas Gregor | "The attached patch allows clang to find the headers |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Douglas Gregor | I hate this commit. |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Anders Carlsson | Keep track of the LLVM field numbers for non-virtual... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Anders Carlsson | Start laying out bases as individual fields. We still... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Anders Carlsson | Add CodeGenTypes::ContainsPointerToDataMember overload... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
John McCall | If a switch condition is constant, don't warn about... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Zhongxing Xu | Add option '-analyzer-max-loop', which specifies the... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
John McCall | Teach the ObjC mangler to ignore member pointers just... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Chandler Carruth | Add a hack to silence warnings about failing to return... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Douglas Gregor | Instantiate attributes on typedefs. This is a quick... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Nick Lewycky | Add a 'Base' type to RecursiveASTVisitor to make recurs... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Ted Kremenek | Clean up test case and remove XFAIL. This test can... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
John McCall | Comments and assorted cleanups for the Objective C... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
John McCall | Clean up some more uses of getAs<ObjCInterfaceType... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Chandler Carruth | Fix an ambiguous else warning from GCC by adding some... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Chris Lattner | robustify the conflict marker stuff. Don't add 7 twice... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Ted Kremenek | Fix missing '}'. |
commit | commitdiff | tree | snapshot |
2010-05-17 |
John McCall | Correctly generate IR for ObjC messages sends to protoc... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Ted Kremenek | Add libclang function 'clang_CXXMethod_isStatic' to... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Douglas Gregor | Test that mutability of class members that involve... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Douglas Gregor | Teach ASTContext::getUnqualifiedArrayType() how to... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Douglas Gregor | mutable is a storage class that can follow a class... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Fariborz Jahanian | Don't attempt to poke into an invalid field's class... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Douglas Gregor | Diagnose a redefinition error when there are two instan... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Douglas Gregor | Determine when the instantiation of a friend function... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Daniel Dunbar | IRgen: Remove dead function. |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Daniel Dunbar | C++/Darwin/i386 ABI: Fix some problems with empty recor... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Douglas Gregor | C++98/03 [temp.friend]p4 requires that inline function... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Douglas Gregor | Ensure that destructors are called for NRVO'd objects... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
David Chisnall | Pick the correct personality function based on the... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Eli Friedman | PR7117: Make sure we don't lose the calling convention... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Chris Lattner | when code completing inside a C-style block comment... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
mike-m | Moved clang-builtin include dir position to immediately... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Anders Carlsson | Correctly diagnose array 'new' with initialization... |
commit | commitdiff | tree | snapshot |
next |