2009-09-30 |
Chris Lattner | Convert from nonportable grep to filecheck, patch by... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Douglas Gregor | Update C++ status page |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Fariborz Jahanian | Note location of operators caused the circularity. |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Fariborz Jahanian | <rdar://problem/7263113> Make clang produce gcc's objc_... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Chris Lattner | update copyright. |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Mike Stump | Improve debugging information for BlockDeclRefExpr... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
John McCall | Spare the processors of those poor wretches who have... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
John McCall | Detect operator-> chains of arbitrary length. Use... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Fariborz Jahanian | self-referecing operator '->' member function was causing |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Douglas Gregor | Find operators new/delete in base classes. FIXME -= 2; |
commit | commitdiff | tree | snapshot |
2009-09-29 |
John McCall | Desugaring optimizations. Add single-step desugaring... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Douglas Gregor | The C++ delete expression strips cv-qualifiers from... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Pull TypeLocVisitor into its own header file. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Keep track of type references in DeclReferenceMap. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | In ASTVisitor, call the correct base methods. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Fix Decl class hierarchy. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Fariborz Jahanian | 13.1-p3 Overloadable declarations |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Resolve a source location inside the return type of... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | When pointing at a type decl reference, ASTLocation... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Resolve a source location that is inside a type declarator. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Introduce ObjCInterfaceLoc which provides type source... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Introduce TypedefLoc::getTypedefDecl(). |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Modify ASTLocation and apart from being a Decl or Stmt... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Introduce ObjCProtocolListLoc for keeping source locati... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Introduce ObjCProtocolListType type subclass. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Move DeclSpec::setProtocolQualifiers() out of line. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Keep protocol source locations when parsing protocol... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Introduce Type::getTypeClassName() that returns the... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Introduce TypeLoc::getSourceRange(). |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | -Introduce TypeLoc::getOpaqueData() |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Argyrios Kyrtzidis | Add more const-goodness to ASTLocation. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Daniel Dunbar | Fix truck sized thinko where Darwin/ARM toolchain didn... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Daniel Dunbar | Add a test case demonstrating a situation where we... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Douglas Gregor | Handle C++ delete expressions when the overloaded delet... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Fariborz Jahanian | Fixes a nasty bug which only turned up in 32bit build... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Ted Kremenek | Fix: <rdar://problem/7261075> [RegionStore] crash when... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Douglas Gregor | Make sure to flush raw_string_ostream, from John Thompson |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Douglas Gregor | Allow the PYTHON make variable to override the default... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Douglas Gregor | Set GNUMode only for the "gnu" language standard option... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Douglas Gregor | Slightly improve the semantics of extern templates... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Ted Kremenek | Fix really insidious bug in RegionStoreManager::RemoveD... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Anders Carlsson | Remove PR5061 workaround. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Anders Carlsson | Handle CXXMemberCallExprs that point to a static method... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Anders Carlsson | Forgot test. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Ted Kremenek | Reapply most of r82939, but add a guard that FieldRegio... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Douglas Gregor | Add an input file that includes all standard C++ headers |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Anders Carlsson | Handle CK_BaseToDerivedMemberPointer for member functio... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Ted Kremenek | Revert r82939. We can only not special case FieldRegio... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Anders Carlsson | Improve support for member function pointers. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Anders Carlsson | Use a switch statement in VisitCastExpr. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Anders Carlsson | Make hasAggregateLLVMType use positive checks. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Mike Stump | Fix http://llvm.org/PR5090. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Ted Kremenek | Remove test case's dependency on platform headers. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Fariborz Jahanian | Define and use a helper method to call a type conversion |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Fariborz Jahanian | Minor API change. No change in functionality. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Douglas Gregor | Add all of the C99 complex builtins prefixed with __bui... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Rafael Espindola | Add -Wbuiltin-macro-redefined/-Wno-builtin-macro-redefined. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Douglas Gregor | Provide a custom diagnostic when code tries to use... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Fariborz Jahanian | Multiple conversions to the same type are ambiguous... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Douglas Gregor | Make sure that out-of-line function and variable defini... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Fariborz Jahanian | Patch for AST representation for the implicit conversio... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Douglas Gregor | Add __builtin_vsnprintf. Thanks to Anders Johnsen |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Douglas Gregor | Parse a C++ scope specifier followed by a "typename... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Douglas Gregor | Properly match instantiations of member function templa... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Douglas Gregor | Don't allow the same function to enter the overload... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Douglas Gregor | Determinism is for wimps. <Wimper> |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Douglas Gregor | Teach Sema::isDeclInScope to handle overload sets const... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Douglas Gregor | Improve handling of friend function templates somewhat |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Ted Kremenek | Specially handle fields, elements, and ivars in |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Ted Kremenek | Add FIXME comment. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Ted Kremenek | Fix: |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Anders Carlsson | Mangle dependent name expressions. Fixes PR5063. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Anders Carlsson | Use mangleTemplatePrefix when we know that we're mangli... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Anders Carlsson | CodeGen for try statements. (We just emit the body... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Cedric Venet | CMake generate VS2008 project and CLang and LLVM compil... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Cedric Venet | Handle Eli remark on mingw __declspec macro definition |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Anders Carlsson | Look for substitutions when mangling TypenameTypes. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Anders Carlsson | Better template parameter type mangling. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Anders Carlsson | Mangle std::basic_string<char, std::char_traits<char... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Mangle ::std::basic_string as Sb. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Mangle ::std::allocator as Sa. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Handle substitutions in mangleTemplatePrefix. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Make Decl::dump const. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Chris Lattner | builtin_trap should be noreturn, this fixes PR5062... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Douglas Gregor | Simplify the handling of non-dependent friend class... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Substitute "::std::" as "St". |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Don't crash when trying to mangle function templates. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | mangleTemplatePrefix and mangleUnscopedTemplateName... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Use the qualified name for tag types. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Set alignment on static function level decls and VLAs... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Ted Kremenek | Added test case for <rdar://problem/7152418>. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Address comment from Daniel. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Dan Gohman | Pass the formatted_raw_ostream to createPrintModulePass and |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Daniel Dunbar | Revert "Force triple in test.", this wasn't the problem. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Daniel Dunbar | Add the lib path to LD_LIBRARY_PATH, so finding .so... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Daniel Dunbar | Force triple in test. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Douglas Gregor | Fix name lookup for friend class templates to consider... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Douglas Gregor | Rework the Parse-Sema interaction for friends to better... |
commit | commitdiff | tree | snapshot |
next |