Age | Commit message (Expand) | Author |
2009-09-25 | Add clang_getDeclSource(). | Steve Naroff |
2009-09-25 | Declarators can now properly represent template-ids, e.g., for | Douglas Gregor |
2009-09-25 | Add clang_getDeclLine and clang_getDeclColumn | Steve Naroff |
2009-09-25 | Refixed pr5050 per Anders comment. Test case enhanced | Fariborz Jahanian |
2009-09-25 | WIP implementation of explicit instantiation of function templates, | Douglas Gregor |
2009-09-25 | Fix the AST tree so ir-gen can do the conversion via copy construction. | Fariborz Jahanian |
2009-09-25 | Fix 80-col violation. | Mike Stump |
2009-09-25 | pcc supports some c99 | Chris Lattner |
2009-09-25 | Even more work on empty classes. | Anders Carlsson |
2009-09-25 | Fix MSVC build by renaming a variable. PR5043 | Benjamin Kramer |
2009-09-25 | Sigh. Be *really* careful when copying a default function argument during tem... | Douglas Gregor |
2009-09-25 | Be careful about copying uninstantiated default arguments during template ins... | Douglas Gregor |
2009-09-25 | Don't look for __builtin_va_list; it isn't present for all targets | Douglas Gregor |
2009-09-25 | CMake build support for libCIndex and c-index-test. The indexing tests | Douglas Gregor |
2009-09-25 | Turn on 'RegionStore' as the default store manager both for 'clang --analyze'... | Ted Kremenek |
2009-09-25 | Hide clang-wpa executable behind a CMake variable so it won't be built by def... | Douglas Gregor |
2009-09-25 | Update checker build. | Ted Kremenek |
2009-09-25 | Fix checking for a null pointer constant when the expression itself is | Douglas Gregor |
2009-09-25 | Add a reduced test case for the weak ivar infinite recursion. | John McCall |
2009-09-25 | Who would have thought that empty classes were so tricky? Handle cases where ... | Anders Carlsson |
2009-09-25 | Fix an infinite loop arising when trying to generate debug information | John McCall |
2009-09-25 | Handle array fields that contain empty structs. | Anders Carlsson |
2009-09-25 | Fix <rdar://problem/7249327> by allowing silent conversions between signed an... | Ted Kremenek |
2009-09-25 | More work on empty classes. | Anders Carlsson |
2009-09-25 | Fixed another code gen bug in objc's new write-barrier API. | Fariborz Jahanian |
2009-09-24 | Improve the record layout dumper. | Anders Carlsson |
2009-09-24 | When entering the scope of a declarator, make sure that the scope is | Douglas Gregor |
2009-09-24 | Make it really, really easy to change the alignment of Type (and ExtQuals). | John McCall |
2009-09-24 | WIP implementation of explicit function template specialization. This | Douglas Gregor |
2009-09-24 | Clean up the CodeCompletion testsuite's use of FileCheck | Douglas Gregor |
2009-09-24 | Fix 80-col violation. | Mike Stump |
2009-09-24 | Patch fixes a code gen. bug in generation of objc_assign_ivar | Fariborz Jahanian |
2009-09-24 | Update the PTH performance "script". | John McCall |
2009-09-24 | Add test for C-based indexing API, using FileCheck utility. | Steve Naroff |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-24 | wpa is an experiment, don't build it by default, it adds to build times due t... | Chris Lattner |
2009-09-24 | Add a -dump-record-layouts argument to clang-cc. | Anders Carlsson |
2009-09-24 | When building CFGs, no longer reverse the statements in the CFGBlock. Instead | Ted Kremenek |
2009-09-24 | cmake: Run tests with 'verbose' enabled by default, so that the failure is | Daniel Dunbar |
2009-09-24 | We no longer need anything from the llvm/test/Scripts dir. | Daniel Dunbar |
2009-09-24 | Fix crash in RegionStoreManager::Bind() by using 'getAs<PointerType>()' inste... | Ted Kremenek |
2009-09-24 | More improvements with laying out empty bases. | Anders Carlsson |
2009-09-24 | Darwin/x86-32: Enumerated types and block pointer types in structures were not | Daniel Dunbar |
2009-09-24 | Fix: <rdar://problem/7249340> [RegionStore] model stores to symbolic paramete... | Ted Kremenek |
2009-09-24 | More work on empty classes. | Anders Carlsson |
2009-09-24 | Scaffolding for supporting empty bases/fields. | Anders Carlsson |
2009-09-24 | Shorten the static analyzer diagnostic for 'use of garbage value'. | Ted Kremenek |
2009-09-24 | Use Doug's DeclLoc to pinpoint location of the declaration | Fariborz Jahanian |
2009-09-23 | Improve diagnostic location information when checking the initialization of a... | Douglas Gregor |
2009-09-23 | Make C++ temporary-related expressions provide proper source-range information. | Douglas Gregor |