2011-05-10 |
Fariborz Jahanian | Support pack pragma and ms_struct attributes. // rdar... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Ted Kremenek | Elide __label__ declarations from the CFG. This resolv... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Douglas Gregor | Reimplement Sema::MatchTemplateParametersToScopeSpecifi... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Eli Friedman | Don't strlen() every file before parsing it. |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Rafael Espindola | Add test for PR9884. |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Rafael Espindola | Revert 131114. This fixes PR9884. |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Manuel Klimek | Fixes compilation with Visual Studio by replacing the... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Sean Hunt | Further implement defaulting constructors. |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Sean Hunt | The last of the trivial constructor changes, make CXXSp... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Francois Pichet | Add a __uuidof test where the uuid attribute is on... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Douglas Gregor | Ignore const/volatile/restrict qualifiers on anonymous... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Francois Pichet | Add a FIXME. |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Fariborz Jahanian | 'long long' requires special treatment in ms_struct |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Douglas Gregor | Extend the tag-ambiguity hack I committed in r130810... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Sean Hunt | Clean up trivial default constructors now. |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Douglas Gregor | When determining whether we need to instantiate a funct... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Sean Hunt | Rename "hasTrivialConstructor" to "hasTrivialDefaultCon... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Daniel Dunbar | Driver/Darwin: Put dsymutil -o arguments first, so... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
John McCall | __builtin_va_list is void* on ARM, not char*. |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Francois Pichet | Fix test. |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Francois Pichet | Allow implicit conversion from function pointer to... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Anders Carlsson | Move code to emit the callee of an CXXOperatorCallExpr... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Sean Hunt | Restore an accidentally-deleted word. |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Anders Carlsson | Don't emit complete constructors for abstract classes... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Francois Pichet | Look at all the record redeclaration when looking for... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Douglas Gregor | Relax the conversion rules for Objective-C GC qualifiers a |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Douglas Gregor | In C++, allow us to emit a global as 'constant' even... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Douglas Gregor | Revert r130717, which caused a regression (<rdar:/... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Francois Pichet | Don't fail at parsing __declspec(property(get=get_func_... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Eli Friedman | PR9866: Fix the implementation of _mm_loadl_pd and... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Francois Pichet | Temporary preprocessor hack to get around the Microsoft... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Francois Pichet | Add support for _if_exists and __if_not_exists at names... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Richard Trieu | Patch for PR 7409 - only error on definition of invalid... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Douglas Gregor | Implement a minor optimization by not introducing decla... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Douglas Gregor | When checking for a prior declaration of the name of... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Fariborz Jahanian | In ms_struct structs, Establish a new alignment for a |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Fariborz Jahanian | Establish a new alignment for an ms_struct bitfield... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Douglas Gregor | Keep track of the file ID corresponding to the original... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Cameron Esfahani | Fix false positive warning about uninitialized variable. |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Sean Hunt | Per Richard's suggestion, rename DefLoc to DefaultLoc... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Sean Hunt | Fix diagnostics to start with a lower case letter |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Francois Pichet | Add support for Microsoft __if_exists and __if_not_exis... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Sean Hunt | Modify some deleted function methods to better reflect... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Eli Friedman | Don't emit nsw flags for vector operations; there's... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Eli Friedman | Fix a couple of comments. |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Eli Friedman | Add an implementation of thunks for varargs methods... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Douglas Gregor | Introduce a new libclang parsing flag, |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Axel Naumann | Reset the emitted initializers. |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Joerg Sonnenberger | Move logic for passing down -mrelax-all / -relax-all... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Anders Carlsson | Warn when trying to call a pure virtual member function... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Joerg Sonnenberger | Rename ContainsCompileAction to ContainsCompileOrAssemb... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Sean Hunt | Do defaulted constructors properly. |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Sean Hunt | Revert r130912 in order to approach defaulted functions... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Richard Smith | Slight tweak to alias template error handling: don... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Richard Smith | Update www: we now mangle references to function parame... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Fariborz Jahanian | type of last arg of objc_assign_ivar is ptrdiff_t. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Richard Smith | Implement support for C++0x alias templates. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Fariborz Jahanian | __alignof attribute on the field must consider |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Douglas Gregor | When the environment variable LIBCLANG_RESOURCE_USAGE... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Eli Friedman | PR9849: Fix _mm_setr_pi32 and friends to actually work... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Daniel Dunbar | tests: Force a triple in this test (so uint128 is present). |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Fariborz Jahanian | When instantiating a block expression, the instantiated |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Devang Patel | Do not drop uint128 on the floor. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Douglas Gregor | Scoped enumerations should not be treated as integer... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Douglas Gregor | When providing code completions for an Objective-C... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Argyrios Kyrtzidis | Introduce a Diagnostic::Report function that accepts... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Ted Kremenek | Place "incompatible pointer types assigning..." warning... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Ted Kremenek | Add Checker callback for running a checker at the end... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Sean Hunt | Implement some framework for defaulted constructors. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Daniel Dunbar | Frontend: Fix a crash in CC_LOG_DIAGNOSTICS handling. |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Matt Beaumont-Gay | Look through block pointers and ObjC object pointers |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Douglas Gregor | With invalid overloaded operators, we can get into... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Nick Lewycky | Preserve the full name of the file, so that '-c -o... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Sean Hunt | Change cycle detection to be based off of a warning... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Douglas Gregor | When adding KVC code completions, keep track of all... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Sean Hunt | there i fixed it |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Ted Kremenek | ASTUnit::LoadFromASTFile(): recover the resources from... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Douglas Gregor | Clean up Sema::BuildCXXNestedNameSpecifier()'s creation... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Matt Beaumont-Gay | Implement Sema::isExprCallable. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Douglas Gregor | When converting an integral template argument value... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Bill Wendling | Pack ivar offsets together. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Nick Lewycky | Record where the GCOV data files should be placed. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Bill Wendling | Simplification noticed by Chris. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Daniel Dunbar | tests: Tweak test to at least use a standard arch,... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Fariborz Jahanian | And a test case for my last patch. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Fariborz Jahanian | More ms_struct bitfield stuff: |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Argyrios Kyrtzidis | Change test/PCH/cxx-static_assert.cpp so that it doesn... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Axel Naumann | From Vassil Vassilev: |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Axel Naumann | Add C++ include paths for libstdc++ with Ubuntu 11... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Sean Hunt | Implement a better version of delegating constructor... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Nick Lewycky | No, fix this use after free properly. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Bill Wendling | Convert the non-temporal store builtins to LLVM-native IR. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Nick Lewycky | Fix use after free through StringRef. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
John McCall | Type prefixes of unresolved-names should only be mangle... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Ted Kremenek | Enhance clang_getCXTUResourceUsage() to return the... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Sean Hunt | Implement serialization of delegating constructors. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Sean Hunt | Ensure that delegating constructor loop detection uses... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Sean Hunt | Fix the delegating constructors test to not rely on... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Douglas Gregor | When tag lookup finds something ambiguous, and we're... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Richard Trieu | Fix a typo in a test. |
commit | commitdiff | tree | snapshot |
next |