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 |
2009-09-26 |
Ted Kremenek | Hoist some branches in AnalysisManager::HandleTranslati... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Use ABIArgInfo::getDirect() for all types that have... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Douglas Gregor | Yet another simplifying use of Sema::getMostSpecialized |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Mangle record types as decls. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Ted Kremenek | Add a "positive" matching test case for attribute ... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Ted Kremenek | Add two more test cases for attribute 'noreturn'. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Douglas Gregor | Use Sema::getMostSpecialized to eliminate a redundant... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Change isTemplate to return the actual template declara... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Improve mangling of typename types. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Rename NextOffset to DataSize. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Start at NextOffset when laying out bases as well. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Daniel Dunbar | Disable c-index-test on MSVC until someone figures... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Use NextOffset when laying out a field. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Don't try to dump invalid decls or forward decls. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Anders Carlsson | Cast cleanup. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Douglas Gregor | Use explicitly-specified template argument lists to... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Steve Naroff | Fix cut/paste error resulting in bad column info. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Steve Naroff | Add clang_getDeclSource(). |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Douglas Gregor | Declarators can now properly represent template-ids... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Steve Naroff | Add clang_getDeclLine and clang_getDeclColumn |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Fariborz Jahanian | Refixed pr5050 per Anders comment. Test case enhanced |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Douglas Gregor | WIP implementation of explicit instantiation of functio... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Fariborz Jahanian | Fix the AST tree so ir-gen can do the conversion via... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Mike Stump | Fix 80-col violation. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Chris Lattner | pcc supports some c99 |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Anders Carlsson | Even more work on empty classes. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Benjamin Kramer | Fix MSVC build by renaming a variable. PR5043 |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Douglas Gregor | Sigh. Be *really* careful when copying a default functi... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Douglas Gregor | Be careful about copying uninstantiated default argumen... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Douglas Gregor | Don't look for __builtin_va_list; it isn't present... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Douglas Gregor | CMake build support for libCIndex and c-index-test... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Ted Kremenek | Turn on 'RegionStore' as the default store manager... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Douglas Gregor | Hide clang-wpa executable behind a CMake variable so... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Douglas Gregor | Fix checking for a null pointer constant when the expre... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
John McCall | Add a reduced test case for the weak ivar infinite... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Anders Carlsson | Who would have thought that empty classes were so trick... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
John McCall | Fix an infinite loop arising when trying to generate... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Anders Carlsson | Handle array fields that contain empty structs. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Ted Kremenek | Fix <rdar://problem/7249327> by allowing silent convers... |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Anders Carlsson | More work on empty classes. |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Fariborz Jahanian | Fixed another code gen bug in objc's new write-barrier... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Anders Carlsson | Improve the record layout dumper. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Douglas Gregor | When entering the scope of a declarator, make sure... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
John McCall | Make it really, really easy to change the alignment... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Douglas Gregor | WIP implementation of explicit function template specia... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Douglas Gregor | Clean up the CodeCompletion testsuite's use of FileCheck |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Mike Stump | Fix 80-col violation. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Fariborz Jahanian | Patch fixes a code gen. bug in generation of objc_assig... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
John McCall | Update the PTH performance "script". |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Steve Naroff | Add test for C-based indexing API, using FileCheck... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
John McCall | Refactor the representation of qualifiers to bring... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Chris Lattner | wpa is an experiment, don't build it by default, it... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Anders Carlsson | Add a -dump-record-layouts argument to clang-cc. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Ted Kremenek | When building CFGs, no longer reverse the statements... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Daniel Dunbar | cmake: Run tests with 'verbose' enabled by default... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Daniel Dunbar | We no longer need anything from the llvm/test/Scripts... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Ted Kremenek | Fix crash in RegionStoreManager::Bind() by using 'getAs... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Anders Carlsson | More improvements with laying out empty bases. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Daniel Dunbar | Darwin/x86-32: Enumerated types and block pointer types... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Ted Kremenek | Fix: <rdar://problem/7249340> [RegionStore] model store... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Anders Carlsson | More work on empty classes. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Anders Carlsson | Scaffolding for supporting empty bases/fields. |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Ted Kremenek | Shorten the static analyzer diagnostic for 'use of... |
commit | commitdiff | tree | snapshot |
2009-09-24 |
Fariborz Jahanian | Use Doug's DeclLoc to pinpoint location of the declaration |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Douglas Gregor | Improve diagnostic location information when checking... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Douglas Gregor | Make C++ temporary-related expressions provide proper... |
commit | commitdiff | tree | snapshot |
next |