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