- 9cfbe48 Parsing and AST support for using declarations, from John Thompson! by Douglas Gregor · 16 years ago
- 6aed766 Add -fblocks by Douglas Gregor · 16 years ago
- e0762c9 Keep track of when declarations are "used" according to C and by Douglas Gregor · 16 years ago
- 7d5c74e Use QualType to represent block's implicit return type as by Fariborz Jahanian · 16 years ago
- f8dcb86 Patch for implementation of C++'s object model. This is work in progress. by Fariborz Jahanian · 16 years ago
- 45257c3 A further step of r73690: associate the cast-to type with the created symbol, by Zhongxing Xu · 16 years ago
- 005f07b If the SymbolicRegion was cast to another type, use that type to create the by Zhongxing Xu · 16 years ago
- 59c03ff Modify test case comments. by Zhongxing Xu · 16 years ago
- 88c675f When casting region, if we do not create an element region, record the cast-to by Zhongxing Xu · 16 years ago
- eb44e0a Add a target triple to a couple of tests which depend on it. Reported by Eli Friedman · 16 years ago
- c19ee3e Diagnose class members that shadow a template parameter. Fixes by Douglas Gregor · 16 years ago
- 6a6170c Fix regression testing in Xcode, again by Douglas Gregor · 16 years ago
- 0ffd9ff Implement correct name lookup inside an initializer of a C++ class static data member. by Argyrios Kyrtzidis · 16 years ago
- 9cdda0c Support dependent extended vector types and template instantiation by Douglas Gregor · 16 years ago
- 6a588dd Diagnose the use of attributes on namespace aliases, from Anis Ahmad by Douglas Gregor · 16 years ago
- 2250d31 Use env properly in test/Driver/analyze.c by Douglas Gregor · 16 years ago
- 176d2c1 Make these driver tests do the right thing even when MACOSX_DEPLOYMENT_TARGET is set. by Douglas Gregor · 16 years ago
- 407899b Fix typo in prev commit. by Daniel Dunbar · 16 years ago
- f2edbf3 Darwin/Driver: Also look at -arch command line options when finding the default by Daniel Dunbar · 16 years ago
- fdd8b8e Add IOKit test cases for retain/release checker. by Ted Kremenek · 16 years ago
- ebfc180 Update Clang to include the InitializeAllTargets and by Douglas Gregor · 16 years ago
- 9983169 It is possible that main input file does not have any symbol with debug info. To handle this edge case, always create main compile unit first. by Devang Patel · 16 years ago
- 0b6b0e9 Test case was left behind from my last patch. by Fariborz Jahanian · 16 years ago
- c581e6e testcase for r72869, it turns out that it happens in Ruby. by Chris Lattner · 16 years ago
- 143b2fc Use canonical type for building ElementRegion. Otherwise ElementRegions cannot by Zhongxing Xu · 16 years ago
- 78d5b5e Do not invalidate unboundable regions in GRSimpleVals::EvalCall(). by Zhongxing Xu · 16 years ago
- f54741e Handle temporaries in default arguments. by Anders Carlsson · 16 years ago
- 8849f11 PR4395: Don't detect token concatenation in C mode for C++-specific tokens. by Eli Friedman · 16 years ago
- b280638 More [basic.lookup.unqual] tests. - p13 and p14 are important failures. by Daniel Dunbar · 16 years ago
- cbeedfa Test for [basic.lookup.unqual]p3 by Daniel Dunbar · 16 years ago
- 6896a37 Fix #pragma GCC system_header by making it insert a virtual linemarker into by Chris Lattner · 16 years ago
- a81aae2 rename test by Chris Lattner · 16 years ago
- ea9ff8d convert this test to -verify mode. by Chris Lattner · 16 years ago
- 3ee211f Fix PR2741 by making our newline tracking be aware of newlines that by Chris Lattner · 16 years ago
- 4c4c527 PR4390: Make sure to handle anonymous unions correctly while building by Eli Friedman · 16 years ago
- 4e36cca Test modification. Patch by Jean-Daniel Dupas by Fariborz Jahanian · 16 years ago
- 5e9f35c Update LLVM. by Douglas Gregor · 16 years ago
- 5bc8610 PR4351: Add constant evaluation for constructs like "foo == NULL", where by Eli Friedman · 16 years ago
- 1b63e4f Sink the BuiltinInfo object from ASTContext into the by Chris Lattner · 16 years ago
- 7b3684a change ParseStatementOrDeclaration to emit the 'missing ;' with by Chris Lattner · 16 years ago
- a1e6de9 Fix the calling convention for structs/unions containing SSE vectors on by Eli Friedman · 16 years ago
- 4127fcc Don't include system headers when overriding triple. by Daniel Dunbar · 16 years ago
- 2a0f409 Force Obj-C runtime version for this test by Daniel Dunbar · 16 years ago
- d5134b0 Switch to the new test runner. - TestRunner.sh still needs to be moved over. by Daniel Dunbar · 16 years ago
- 6b5374f Allow initializing a vector with a vector in addition to allowing a list by Eli Friedman · 16 years ago
- 148772a implement and document a new __has_feature and __has_builtin magic by Chris Lattner · 16 years ago
- 247baca Move a bunch of tests into temp.param, and write a few tests for paragraphs that hadn't been touched before by Douglas Gregor · 16 years ago
- cb8845f Add some random C++ standard tests. by Daniel Dunbar · 16 years ago
- df8c96b Add the structure for a C++ test suite that mimics the structure of the C++ standard by Douglas Gregor · 16 years ago
- 923f753 Fix for PR4382: allow instantiating dependent nested name specifiers. by Eli Friedman · 16 years ago
- 31a0875 If a CXXRecordDecl is a class template, the 'this' type should be the injected class name type. Fixes pr4383. by Anders Carlsson · 16 years ago
- 0ceffb5 More work on type parameter packs. by Anders Carlsson · 16 years ago
- 031a588 When some template parameters of a class template partial by Douglas Gregor · 16 years ago
- 5db7ae5 Fix PR4372, another case where non-prototyped functions can prevent by Chris Lattner · 16 years ago
- 49d2557 A parameter pack must always come last in a class template. by Anders Carlsson · 16 years ago
- ce5635a Address more comments from Doug. by Anders Carlsson · 16 years ago
- 9c4c5c8 Parameter packs can't have default arguments. by Anders Carlsson · 16 years ago
- 16df850 Finish implementing checking of class template partial specializations by Douglas Gregor · 16 years ago
- 6aa75cf Diagnose C++ [temp.class.spec]p9b3, where a class template partial by Douglas Gregor · 16 years ago
- e94866f Diagnose the incorrect use of non-type template arguments for class by Douglas Gregor · 16 years ago
- 941df7d Parse support for C++0x type parameter packs. by Anders Carlsson · 16 years ago
- ba1ecb5 Verify that the template parameters of a class template partial by Douglas Gregor · 16 years ago
- 1d79faf Fix PR4365. by Anders Carlsson · 16 years ago
- 5e300d1 It's an error to use a function declared in a class definition as a default argument before the function has been declared. by Anders Carlsson · 16 years ago
- 859ba50 Deducation and instantiation of block types. by Anders Carlsson · 16 years ago
- 36674d2 Don't assert when generating code with static_asserts. by Anders Carlsson · 16 years ago
- 02cbbd2 Once we have deduced the template arguments of a class template by Douglas Gregor · 16 years ago
- 3b56c00 Add a null check that fixes the crash in PR4362, and make sure to instantiate non-type template arguments. by Anders Carlsson · 16 years ago
- 3f6978a Bind the mistakenly generated nonloc::SymbolVal to struct correctly. See the by Zhongxing Xu · 16 years ago
- c149412 Make sure to calculate value-dependence correctly when deal with ICEs. by Eli Friedman · 16 years ago
- 3c94374 Move test to be with the other typename tests. by Eli Friedman · 16 years ago
- 2e0cdb4 PR4364: fix parsing 'typename' in an expression. by Eli Friedman · 16 years ago
- 637a409 Template argument deduction for member pointers. by Douglas Gregor · 16 years ago
- 42f963d Support complex properties, ivars and message expressions. by Daniel Dunbar · 16 years ago
- 3c54801 PR4353: Add support for \E as a character escape. by Eli Friedman · 16 years ago
- 949bf69 Handle member pointer types with dependent class types (e.g., int by Douglas Gregor · 16 years ago
- 6d968e8 Example metaprogram for reversing and searching in a type list by Douglas Gregor · 16 years ago
- d708c72 Implement template argument deduction for class template by Douglas Gregor · 16 years ago
- db75ad9 Fix test, which could miss failures, and also avoid leaving temporary .i file in by Daniel Dunbar · 16 years ago
- 9e7d596 Add stack alignment to x86_64 target data. by Daniel Dunbar · 16 years ago
- 3a183d3 Forward -C and -CC to clang. by Daniel Dunbar · 16 years ago
- 75eb1d6 PR4016: Forward -fno-show-source-location to clang. by Daniel Dunbar · 16 years ago
- 994b6cb Address comments from Doug. by Anders Carlsson · 16 years ago
- 1fe067a Test template argument deduction on function types a little more by Douglas Gregor · 16 years ago
- a27fad5 Template argument deduction for function types. by Anders Carlsson · 16 years ago
- 687abff Don't allow defining a block with a non-prototype type. Remove a by Eli Friedman · 16 years ago
- 02d95ba Instantiation support for more Obj-C expressions, string literals, @selector and @protocol expressions. by Anders Carlsson · 16 years ago
- fc0f021 Template instantiation support for Obj-C @encode expressions. by Anders Carlsson · 16 years ago
- 8fff257 Remove a few more vector builtins. by Eli Friedman · 16 years ago
- e0ae8bd Now that LLVM CodeGen can handle the generic variations a bit better, by Eli Friedman · 16 years ago
- 61d004a PR4339: make sure to properly extend/trunc the index of a vector element by Eli Friedman · 16 years ago
- dc5a1bd Test changes to account for removed builtins. by Eli Friedman · 16 years ago
- 7986519 Switch CMake testing over to use Daniels new(er) Python-based infrastructure. by Douglas Gregor · 16 years ago
- 3899a7f As an optimization, we maintain a cache of generated by Mike Stump · 16 years ago
- 547d495 Fix: by Ted Kremenek · 16 years ago
- b9d8db8 Enhance attribute cf_returns_retained to also work (in the analyzer) by Ted Kremenek · 16 years ago
- 2968b77 weak_import should not make definitions have weak linkage. by Daniel Dunbar · 16 years ago
- acebb39 Set function Attribute::NoImplicitFloat appropriately. by Devang Patel · 16 years ago
- f5dba38 Clean up Clang regression testing in CMake, so that we get more by Douglas Gregor · 16 years ago
- eb357b6 First cut at regression testing Clang with CMake by Douglas Gregor · 16 years ago