2009-09-15 |
Anders Carlsson | Handle reinterpret_cast between integral types and... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Anders Carlsson | Codegen support for nullptr from C++0x. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Ted Kremenek | Per feedback from Eli, recognize in the transfer functi... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Ted Kremenek | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Ted Kremenek | Add static analyzer transfer function support for __bui... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Fariborz Jahanian | Issue a good diagnostics when attempt to select |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Chris Lattner | clang tracks multiple levels of macro expansion |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Anders Carlsson | Diagnose taking the address of a bit-field inside a... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Douglas Gregor | Implement partial ordering of function templates when... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Douglas Gregor | Slightly improve the test for partial ordering of overl... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Douglas Gregor | Test function template partial ordering when resolving... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Ted Kremenek | Fix: <rdar://problem/5905851> do not report a leak... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Anders Carlsson | Update tests |
commit | commitdiff | tree | snapshot |
2009-09-14 |
John McCall | Skeletal support for friend class templates. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | ARM/[A]APCS: Ignore empty records passed as arguments. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Anders Carlsson | For consistency, use "bit-field" instead of "bitfield... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Douglas Gregor | Refactor MarkDeductedTemplateParameters into |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Fariborz Jahanian | Used visible conversion function api to do overload |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Ted Kremenek | Implement FIXME: free up BugReportEquivClass objects... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | Force triple. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Sam Weinig | -Wchar-subscripts should not warn for explicit signed... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Douglas Gregor | Tighten up checking of non-dependent arguments as part... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
David Chisnall | Small fix to stop CGObjCGNU emitting symbols that break... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Douglas Gregor | Implement partial ordering of function template special... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Sam Weinig | -Wchar-subscripts should not warn for unsigned char... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Sam Weinig | Remove duplicate definition of char-subscripts DiagGroup. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Fariborz Jahanian | Removed couple of FIXME comments from test case. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Fariborz Jahanian | Using the property dot-syntax to invoke a non-eixsting |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Anders Carlsson | Remove an unnecessary FunctionDecl parameter to the... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | Fix subtle bug in generating LLVM function declarations... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | ARM/APCS: Don't treat structs w/ floating point types... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Sam Weinig | Add support for -Wchar-subscripts. Fixes PR4801. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Anders Carlsson | If a function call returns a reference, don't bind... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Anders Carlsson | Implement CodeGenFunction::EmitCXXExprWithTemporariesLV... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | Some minor clang/ARM/AAPCS tweaks. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | Add TargetInfo::getABI(), and base ARM APCS vs AAPCS... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | Support -mabi= for clang/ARM. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Anders Carlsson | Handle delete where the class has a virtual destructor. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | ARM target tweaks. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | Add -target-abi clang-cc option, currently unused. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Anders Carlsson | Fix a bug in getFriendObjectKind where we would clear... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Anders Carlsson | Perform the C++ specific semantic checks of a function... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Anders Carlsson | CXXMethodDecl::isVirtual needs to check the canonical... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Anders Carlsson | Fix another byref bug. This should hopefully get QuickL... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | rewrite readme. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Eli Friedman | Add utility to evaluate lvalues which are an offset... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | ARM/APCS: Only "integer like" aggregates should be... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Douglas Gregor | Rework the way we determine whether an externally visib... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | Some formatting tweaks to clang(1) |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | Add minimal INSTALL.txt |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | Force triple to avoid spurious differences due to runti... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Daniel Dunbar | Add RUN line. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Daniel Dunbar | Don't use the PredefinedExpr string as the global varia... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Chris Lattner | rewrite the parsing code for -miphoneos-version-min and |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Chris Lattner | whitespace fix |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Benjamin Kramer | Update CMake files. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Fariborz Jahanian | More improvement in building list of visible conversion |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Add a test for PR3733. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Fariborz Jahanian | Removed Context argument from couple of methods which... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Mike Stump | Add FIXME for alignments that won't be honored. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Mike Stump | We can't have ctors in the vtable (right Doug?) :-) |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Fariborz Jahanian | More work toward having an access method for visible |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Handle CK_DerivedToBase when emitting lvalue casts. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Benjamin Kramer | SmallVectorize preprocessor's token cache. Testing... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | When necessary, null check the base value in GetAddress... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Handle derived-to-base conversion in CGExprScalar:... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Use the correct CastKind for derived-to-base pointer... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Whoops, add CGCXXClass.cpp |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Rename AddressCXXOfBaseClass to GetAddressCXXOfBaseClas... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Add CGCXXClass.cpp. and move CodeGenFunction::AddressCX... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Add support for __block variables with alignment greate... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | For __block variables, cache the LLVM types as well... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Daniel Dunbar | Stub out room for ARM APCS ABI implementation (and... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Daniel Dunbar | Formatting fixes. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Daniel Dunbar | Change CodeGenModule::ConstructTypeAttributes to return... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Douglas Gregor | Remove unnecessary ASTContext parameter from FunctionDe... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Douglas Gregor | Remove unnecessary ASTContext parameters from isMain... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Douglas Gregor | Eliminate FunctionDecl::getBodyIfAvailable |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anders Carlsson | Fix a crash when generating vtables that contain destru... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Mike Stump | Add basic covariant thunk generation support. WIP. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Douglas Gregor | When performing name lookup within a class template... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Fariborz Jahanian | No need to build the visible conversionfunction list... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Daniel Dunbar | Set the calling convention based on the CGFunctionInfo. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Daniel Dunbar | Add CallingConvention argument to CGFunctionInfo. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Ted Kremenek | Introduce "DefinedOrUnknownSVal" into the SVal class... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Fariborz Jahanian | Patch to build visible conversion function list lazily... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Douglas Gregor | Slight improvement for extern templates, so that an... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
John McCall | Alter Action's friend interface to prepare for template... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Daniel Dunbar | Fix use of uninitialized, David please check. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Douglas Gregor | Improve testing for extern temp templates, slightly... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Douglas Gregor | Tweak the semantics of FunctionDecl::isOutOfLine to... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Sam Weinig | Add test for dependent PredefinedExprs. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Fariborz Jahanian | Undid my yesterday patch which is not needed with an... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Douglas Gregor | Cleanup and test C++ default arguments. Improvements... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Anders Carlsson | Just ignore friend templates for now so we won't crash. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Fariborz Jahanian | Fixes a regression in objc GC layout bitmap involving |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Benjamin Kramer | Update CMakeLists. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
John McCall | Track a class template specialization's point of instan... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
John McCall | When stringizing a NamedDecl for a diagnostic, treat... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Daniel Dunbar | Update prototype. |
commit | commitdiff | tree | snapshot |
next |