- 3244780 Improve the dependent nested-name-specifier test a bit by Douglas Gregor · 16 years ago
- 5bde6f4 x86_32 Darwin ABI: Treat empty unions like empty structures. by Daniel Dunbar · 16 years ago
- de650ae Implement template instantiation for template names, including both by Douglas Gregor · 16 years ago
- 1819188 ir-gen support for nonfragile abi's synthesized ivars. by Fariborz Jahanian · 16 years ago
- af07f93 (LLVM up) Update to use llvm::sys::getHostTriple(). by Daniel Dunbar · 16 years ago
- cfdee92 Add -Wdeprecated-declarations to driver and add a test case. by Steve Naroff · 16 years ago
- 8a5c0cd Incorporate feedback from Eli. by Steve Naroff · 16 years ago
- 2349925 Fix a problem in ASTContext::addRecordToClass handling forward declarations. by Chris Lattner · 16 years ago
- d013aa1 Codegen sometimes crashes on comparisons that aren't legal, just by Chris Lattner · 16 years ago
- b73e75c Check in test for namespace aliases+using directives. by Anders Carlsson · 16 years ago
- 28433ff Update test case. by Ted Kremenek · 16 years ago
- c45c232 Parsing and AST representation for dependent template names that occur by Douglas Gregor · 16 years ago
- af3e722 fe support for objc2's nonfragile-abi synthesized ivars. by Fariborz Jahanian · 16 years ago
- 0e3e3eb Implement UCN support for C string literals (C99 6.4.3) and add some very basic tests. Chris Goller has graciously offered to write some test to help validate UCN support. by Steve Naroff · 16 years ago
- f3929da Add another uninitialized values test case illustrating that the CFG correctly by Ted Kremenek · 16 years ago
- 776dbd8 Driver: Unbreak ArgList::hasFlag. by Daniel Dunbar · 16 years ago
- 46562b9 Fix -MD with no -MT when -o is specified (and fix test case). by Daniel Dunbar · 16 years ago
- 0f6ec1b Missed test case update (part of previous commit) by Daniel Dunbar · 16 years ago
- cd8e4c4 Driver: Support -M and -MM. by Daniel Dunbar · 16 years ago
- a5a7bd0 Improve dependency file support. by Daniel Dunbar · 16 years ago
- 9120f17 Driver: Add test case for darwin::Preprocess and darwin::Compile by Daniel Dunbar · 16 years ago
- cd14775 hoist some code for handling objc foreach construct out of Declaration processing by Chris Lattner · 16 years ago
- 23c4b18 hoist checks for ; and in out of ParseInitDeclaratorListAfterFirstDeclarator by Chris Lattner · 16 years ago
- a984580 Reintroduce r67870 (rval ref overloading), since I can't reproduce any test failures on i386 or x86_64. If this fails for someone, please contact me. by Sebastian Redl · 16 years ago
- 81c85c4 More improvements to namespace aliases. We now support everything except aliases in using directives. by Anders Carlsson · 16 years ago
- dd729fc Fix lookup bug by Anders Carlsson · 16 years ago
- 2a8d6b0 Fix regression in pointer comparison with NULL (e.g., 0 != ptr). This fixes by Ted Kremenek · 16 years ago
- a1a1b30 As Eli pointed out, it is possible that a namespace lookup is ambiguous! by Anders Carlsson · 16 years ago
- 5721c68 Check that the alias points to a valid namespace. by Anders Carlsson · 16 years ago
- 8d7ba40 Check that the namespace alias doesn't conflict with a previous declaration in this scope. by Anders Carlsson · 16 years ago
- 14734f7 Revert Sebastian's rvalue patch (r67870) since it caused test failures in by Anders Carlsson · 16 years ago
- f67606a Parse namespace aliases. by Anders Carlsson · 16 years ago
- 48f9122 Move where block-related variables are initialized so that block by Eli Friedman · 16 years ago
- 3ded200 Fix silly mistake in test. by Eli Friedman · 16 years ago
- daa24a2 Misc small fixes/cleanups/comment changes. by Eli Friedman · 16 years ago
- ab3a852 Change compound assignment operators to keep track of both the promoted by Eli Friedman · 16 years ago
- e5194ff Implement access checking for protected base classes. by Anders Carlsson · 16 years ago
- eeae8f0 Make our diagnostics about the obsolete GNU designated-initializer by Douglas Gregor · 16 years ago
- 68c56de Fix <rdar://problem/6724396>, where we were silently dropping by Douglas Gregor · 16 years ago
- d57959a Initial implementation of parsing, semantic analysis, and template by Douglas Gregor · 16 years ago
- f873878 Better overload resolution for rvalue references. by Sebastian Redl · 16 years ago
- 55d3aaf Finish off semantic analysis for regparm, and remove the warning. Also by Eli Friedman · 16 years ago
- f8080a3 It is OK to cast to a private base class if the current member belongs to the class that the private base class is a base of: by Anders Carlsson · 16 years ago
- c4f1e87 Implement checking for base class access. Right now it's overly conservative but that will change. (Also, protected isn't implemented right now). by Anders Carlsson · 16 years ago
- 214f31a If the user is trying to apply the -> or . member reference operator by Douglas Gregor · 16 years ago
- 3329756 Improve recovery when a constructor fails to type-check. Test case from Anders by Douglas Gregor · 16 years ago
- 551f48c Tests and fixes for templates declared within (non-template) by Douglas Gregor · 16 years ago
- 9af5500 Fix rdar://6719156 - clang should emit a better error when blocks are disabled but are used anyway by Chris Lattner · 16 years ago
- 069afd5 Driver: Forward -fno-common to clang. by Daniel Dunbar · 16 years ago
- ce341cb Driver: Test case for darwin::Link by Daniel Dunbar · 16 years ago
- 02633b5 Driver: Add darwin::Link tool. by Daniel Dunbar · 16 years ago
- 8bfd1b8 Fix <rdar://problem/6697053> instance variable is protected. by Steve Naroff · 16 years ago
- 3308382 Sanity-check argument to indirect goto. by Eli Friedman · 16 years ago
- 4cbe82c Set the access specifier for templates inside classes. by Anders Carlsson · 16 years ago
- 5071345 Check that the access specifier of a member redeclaration is the same as the original declaration. by Anders Carlsson · 16 years ago
- bbf4623 Fix for PR3869: actually enforce that the argument of an indirect goto by Eli Friedman · 16 years ago
- befc20e The injected-class-name of class templates and class template by Douglas Gregor · 16 years ago
- 1329c27 Tighten the setAccess assert. We now allow AS_none if the decl contex is not a C++ record decl. by Anders Carlsson · 16 years ago
- 3d7a12a Implement template instantiation for static data members of class by Douglas Gregor · 16 years ago
- d048bb7 Fix notes regarding the instantiation of member classes (and test 'em). by Douglas Gregor · 16 years ago
- d475b8d Instantiation for member classes of class templates. Note that only by Douglas Gregor · 16 years ago
- 4fcb4cd fix PR3880, fixing a comma swallowing bug handling macros that only take by Chris Lattner · 16 years ago
- 4927abd Remove -f__block as codegen for __block variables should be solid. by Mike Stump · 16 years ago
- a803b0e Fixup codegen for block literals that bleed copy/dispose information by Mike Stump · 16 years ago
- 65633f9 Update to account for the great driver renaming. by Mike Stump · 16 years ago
- 9135c72 Fix parsing of template classes prefixed by nested-name-specifiers by Douglas Gregor · 16 years ago
- 4e7e9cf Driver: Handle -Xarch_, including warning for nasty -Xarch_ use cases by Daniel Dunbar · 16 years ago
- a7b3521 Improve handling of base initializers. We now parse initializers in out of line decls, such as: by Anders Carlsson · 16 years ago
- bb969ed Template instantiation for conversion functions by Douglas Gregor · 16 years ago
- 50de12f Parse deleted function definitions and hook them up to Doug's machinery. by Sebastian Redl · 16 years ago
- 337a627 Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc. by Daniel Dunbar · 16 years ago
- e7450f5 Make sure to use RequireCompleteType rather than testing for by Douglas Gregor · 16 years ago
- 0f99d2e Driver: Change default use of "clang" compiler. by Daniel Dunbar · 16 years ago
- b3fd500 Driver: Translate -fverbose-asm for LLVM backend. by Daniel Dunbar · 16 years ago
- fe2e04a Driver: ArgList::getLastArg was in fact returning the first matching arg. by Daniel Dunbar · 16 years ago
- e65a3c8 Fix the bug that Eli noticed where we wouldn't look at function decls outside the class declaration. by Anders Carlsson · 16 years ago
- f26d510 fix "Comment#1" from PR3872 by Chris Lattner · 16 years ago
- 615c5d4 Template instantiation for constructors by Douglas Gregor · 16 years ago
- e494d34 Update TestRunner.sh for renaming. - Substitutes both clang and clang-cc. by Daniel Dunbar · 16 years ago
- 7ec3daf Rename clang-driver to clang. by Daniel Dunbar · 16 years ago
- 9034558 Support member reference on ?: of struct type. by Daniel Dunbar · 16 years ago
- d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
- f94e215 Use not instead of ! in tests. by Daniel Dunbar · 16 years ago
- 5eff73c Handle pointers to arrays of abstract types. by Anders Carlsson · 16 years ago
- 8211eff More work on diagnosing abstract classes. We can now handle cases like by Anders Carlsson · 16 years ago
- 42edd0d Fix PR3868 by making Evaluate handle cases like "(long)&a + 4". by Eli Friedman · 16 years ago
- ff59a8a Fix a couple of tests. by Eli Friedman · 16 years ago
- 5545e16 Cleanup template instantiation for methods, destructors by Douglas Gregor · 16 years ago
- 03b2b07 Template instantiation for destructors. This is somewhat repetitive; by Douglas Gregor · 16 years ago
- 2dc0e64 Template instantiation for the declarations of member functions within by Douglas Gregor · 16 years ago
- 632d1ec A test case to test that -warn-dead-stores does not emit a warning for stores to variables marked with '#pragma unused'. by Ted Kremenek · 16 years ago
- 4726d03 Implement '#pragma unused'. by Ted Kremenek · 16 years ago
- 0a855d0 Must allow for strong cast of floats as well (objc2 gc). by Fariborz Jahanian · 16 years ago
- 11f21a0 More improvements to abstract type checking. Handle arrays correctly, and make sure to check parameter types before they decay. by Anders Carlsson · 16 years ago
- b9bbe49 It's an error to try to allocate an abstract object using new. by Anders Carlsson · 16 years ago
- 374e156 Fix PR3855. When we encounter an incompatible redeclaration of a by Douglas Gregor · 16 years ago
- f1538de The individual pieces of an invalid paste as still candidates for expansion. by Chris Lattner · 16 years ago
- 68ac94a analyzer: Provide temporary workaround for false positive reported by by Ted Kremenek · 16 years ago
- d1659a6 Tighten up the determination of whether a function declaration has a by Douglas Gregor · 16 years ago
- 38179b2 Thanks to Eli for pointing out my misreading of 6.2.2p5 by Douglas Gregor · 16 years ago