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 |
2010-05-16 |
Douglas Gregor | When the type-id or new-type-id of a C++ "new" expressi... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
John McCall | Don't emit any fallthrough / missing-noreturn warnings... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Chandler Carruth | When constant folding reference variables with an initi... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Chris Lattner | really use valist. |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Chris Lattner | fix rdar://7985267 - Don't emit an error about a non... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
John McCall | Emit a type record for TYPE_OBJC_OBJECT in the PCH... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
John McCall | Be sure to initialize the "has base type as written... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
John McCall | Avoid doing two switches in TypeLoc's initialize()... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Douglas Gregor | When initializing thread-safe statics, put the call to |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Douglas Gregor | Revert r103880 (thread-safe static initialization w... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Fariborz Jahanian | Minor twik to my last patch. (for radar 7986354). |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Fariborz Jahanian | Fix API gen for objc_msgSend property of aggregate... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Douglas Gregor | When initializing thread-safe statics, put the call to |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Douglas Gregor | Attempt to satisfy Release-Asserts build |
commit | commitdiff | tree | snapshot |
2010-05-15 |
John McCall | Modify this comment per Doug's suggestion: we don... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Chris Lattner | sigh |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Chris Lattner | fix _mm_shuffle_pd too, thanks to Joel Falcou for point... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Douglas Gregor | When applying the named return value optimization,... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
John McCall | Substantially alter the design of the Objective C type... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Douglas Gregor | Implement a simple form of the C++ named return value... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Douglas Gregor | Implement semantic analysis and an AST representation... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Chris Lattner | add type casts to _mm_shuffle_ps so the front-end applies |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Douglas Gregor | Recognize when the named return value optimization... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Daniel Dunbar | C++/ABI/x86_64: Member pointers should be classified... |
commit | commitdiff | tree | snapshot |
2010-05-15 |
Daniel Dunbar | C++/ABI/i386: Member function pointers should be passed... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Ted Kremenek | Change install_name for libclang.dylib to '@rpath/libcl... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Daniel Dunbar | Driver: Make -fverbose-asm the default for platforms... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Douglas Gregor | Tweak test so that it does not require <typeinfo> |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Fariborz Jahanian | Patch to fix a crash on incomplete class declaration. |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Douglas Gregor | Emit an lvalue dynamic_cast even if the result is not... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Ted Kremenek | Add CXType and an initial set of supporting functions... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Douglas Gregor | When a failed dynamic_cast<T&> (which is an lvalue... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Anders Carlsson | Remove an unused function. |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Anders Carlsson | Move ContainsPointerToDataMember to CodeGenTypes. No... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Fariborz Jahanian | Implement new default property synthesis rules. Essenti... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Ted Kremenek | Add documention on ns_returns_not_retained and cf_retur... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Chris Lattner | Improve error recovery in C/ObjC when the first argumen... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Chris Lattner | fit in 80 cols, remove prototypes for handling #assert... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Chris Lattner | Refactor ParseFunctionDeclaratorIdentifierList to have... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Abramo Bagnara | Added Expr::EvaluateAsAnyLValue. |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Devang Patel | Fix thinko in yesterday's fix. |
commit | commitdiff | tree | snapshot |
next |