- d5d90fe Add USR test case for C++ operator methods. by Ted Kremenek · 15 years ago
- 6fb9439 Implement encoding of methods which have instantiated template arguments. by Fariborz Jahanian · 15 years ago
- abfe192 When determining whether the two types involved in reference binding by Douglas Gregor · 15 years ago
- 8eb662e After some discussion, conservatively extend our sentinel check to discard by John McCall · 15 years ago
- cbd66f0 Add USR support for C++ namespaces, and unify mangling of location information in USRs by Ted Kremenek · 15 years ago
- a97badf It turns out that we should be allowing redeclarations within function by Douglas Gregor · 15 years ago
- b076910 Do not give implicitly-defined virtual members functions by Douglas Gregor · 15 years ago
- f4aac11 The global variable for the VTT might not have external linkage; allow by Douglas Gregor · 15 years ago
- b697e08 Diagnose deprecated/unavailable functions selected by overload resolution. by John McCall · 15 years ago
- 586596f Rework our handling of temporary objects within the conditions of by Douglas Gregor · 15 years ago
- 97a73cd Code Gen support for Getter/Setter synthesis of by Fariborz Jahanian · 15 years ago
- 323ed74 Rearchitect -Wconversion and -Wsign-compare. Instead of computing them by John McCall · 15 years ago
- 985f739 simplify EmitAggMemberInitializer a bit and make it work in 32-bit mode, by Chris Lattner · 15 years ago
- ed07415 implement codegen support for __builtin_isfinite, part of PR6083 by Chris Lattner · 15 years ago
- 81368fb optimize builtin_isnan/isinf to not do an extraneous extension from by Chris Lattner · 15 years ago
- 1c625f2 Turn -analyzer-inline-call on for C functions. This also fixed a bug that by Zhongxing Xu · 15 years ago
- 7b99d12 Make -analyzer-inline-call not a separate analysis. Instead it's a boolean by Zhongxing Xu · 15 years ago
- 13c8577 Partial and full specializations of a class template may have a by Douglas Gregor · 15 years ago
- 672c003 Workaround a really serious caching bug in SourceManager::isBeforeInTranslationUnit() where the by Ted Kremenek · 15 years ago
- 7e21ffb Pass the globaldecl into GetOrCreateLLVMFunction so that llvm by Chris Lattner · 15 years ago
- 60a8fbb When implicit definition of the copy-assignment operator fails, by Douglas Gregor · 15 years ago
- c446d18 When we emit a non-constant initializer for a global variable of by Douglas Gregor · 15 years ago
- cc6a44b For thread-safe static initialization of local statics with by Douglas Gregor · 15 years ago
- 0278e12 Support for 'template' as a disambiguator (PR7030) by Douglas Gregor · 15 years ago
- fb8cc25 Reimplement code generation for copying fields in the by Douglas Gregor · 15 years ago
- 68e3013 Use a more appropriate LLVM type for the vtable pointer. by Anders Carlsson · 15 years ago
- fbd84ca Rework clang_annotateTokens() to annotate tokens with information that more closely matches by Ted Kremenek · 15 years ago
- fe67f3b Emit the globals, metadata, etc. associated with static variables even when by John McCall · 15 years ago
- 8b688ed Fixes a code gen. crash when ivar object has trivial constructor. by Fariborz Jahanian · 15 years ago
- 5f970ee When instantiating a function that was declared via a typedef, e.g., by Douglas Gregor · 15 years ago
- d33ded5 Fixes a code gen crash when block is a reference type, etc. (radar 7495203). by Fariborz Jahanian · 15 years ago
- 6c1cb99 Introduce a limit on the depth of the macro instantiation backtrace by Douglas Gregor · 15 years ago
- 6cdc161 When creating a call to a base subobject's operator= in an by Douglas Gregor · 15 years ago
- 01ebd9d An access is permitted if the current template instantiates to the appropriate by John McCall · 15 years ago
- 3d6c178 When inheriting a default argument expression, inherit the full expression, by John McCall · 15 years ago
- 3c347f2 Fixes a Code Gen. Crash when calling destructor on a __block by Fariborz Jahanian · 15 years ago
- e7089b0 When computing the template arguments for the instantiation of a by Douglas Gregor · 15 years ago
- e65ce96 Just bail out immediately when emitting an unreachable function-local static by John McCall · 15 years ago
- a36f3ed Test for my last patch. by Fariborz Jahanian · 15 years ago
- f7d72f5 When instantiating a function-local variable definition, introduce the by Douglas Gregor · 15 years ago
- da5a428 Workaround: Don't add ObjCMethodDecls to the vector of TopLevelDecls since they don't go in by Ted Kremenek · 15 years ago
- e174bd0 If we're generating code to create a pointer-to-member function by Douglas Gregor · 15 years ago
- 324b54d Diagnose unused exception parameters under a different warning group by Douglas Gregor · 15 years ago
- 4d9e738 Complain when we try to initialize an object of Objective-C class type by Douglas Gregor · 15 years ago
- 8fc6d23 It's okay to reference an enum in a template definition, even though by Douglas Gregor · 15 years ago
- 32897fd When computing the address of a virtual member function pointer, use the pointer width instead of hardcoding for 64-bit. by Anders Carlsson · 15 years ago
- 7362258 Try to unbreak clang-i686-darawin10 builder by Douglas Gregor · 15 years ago
- 738698d Do not issue warning on unimplemented property in the class, if it by Fariborz Jahanian · 15 years ago
- 6cfb1ca Get rid of virt.cpp. by Anders Carlsson · 15 years ago
- 48c9501 The array form of 'new' can never have initializers. by Anders Carlsson · 15 years ago
- ae37475 When declaring a namespace alias, ignore previous declarations that by Douglas Gregor · 15 years ago
- 6920cdc When instantiating a member function declared via a typedef, don't try by Douglas Gregor · 15 years ago
- fe60f84 When a class contains a non-empty anonymous union or struct, mark is by Douglas Gregor · 15 years ago
- e99bdb6 Don't build an aggregate constructor loop when the constructor is trivial. by Anders Carlsson · 15 years ago
- 33d73fa Add test case that I forgot to check in. by Anders Carlsson · 15 years ago
- 0d7c583 Don't copy or initialize empty classes. Fixes PR7012. by Anders Carlsson · 15 years ago
- 06a9f36 Complete reimplementation of the synthesis for implicitly-defined copy by Douglas Gregor · 15 years ago
- 62cf344 with recent optimizer changes, these all get devirtualized. by Chris Lattner · 15 years ago
- c0c8300 After substituting a template argument for a non-type template by Douglas Gregor · 15 years ago
- 72be24f Fix a thinko that caused us not to compute __builtin_offset as a by Douglas Gregor · 15 years ago
- 895162d Clean up our handling of local instantiation scopes, which keep track by Douglas Gregor · 15 years ago
- b1f1b26 Attribute noreturn is now put in declaration attributes. Fixed a double warning generation. by Abramo Bagnara · 15 years ago
- 259d48e An edge from a call expression to the exit block is only an abnormal edge by John McCall · 15 years ago
- 5402295 Fix ADL for types declared in transparent decls, from Alp Toker! by Douglas Gregor · 15 years ago
- c743571 Account for the VTT argument when making an implicit copy constructor for by John McCall · 15 years ago
- 9ffce21 When we start the definition of a class template, set the by Douglas Gregor · 15 years ago
- ed8afac Refactor the AnalysisConsumer to analyze functions after the whole by Zhongxing Xu · 15 years ago
- 51e2a5d Fix a tentative-parse error with unqualified template ids in cast expressions. by John McCall · 15 years ago
- cf00ac8 Fix pasto in this test by Douglas Gregor · 15 years ago
- 4290fbd Add Clang version inspection macros. Fixes PR6681. by Douglas Gregor · 15 years ago
- 9dffe6f Fix -fno-rtti -fexceptions by forcing the emission of (non-"builtin") RTTI by John McCall · 15 years ago
- 63b4385 Rebuild the nested name specifiers in member-pointer declarator chunks when by John McCall · 15 years ago
- ad4e02f When determining a standard conversion sequence involves resolving the by Douglas Gregor · 15 years ago
- 9d84632 Properties cannot be synthesized by-dafult in by Fariborz Jahanian · 15 years ago
- 5d822f0 Use clang::VarDecl name instead of llvm::GlobalVariable name. by Devang Patel · 15 years ago
- cf99910 Add USR support for 'static inline' functions (which can be declared in header files). by Ted Kremenek · 15 years ago
- 6b15f8e Add test case for __has_feature(objc_weak_class). by Ted Kremenek · 15 years ago
- 516e6e0 When performing partial ordering of class template partial by Douglas Gregor · 15 years ago
- fc39dc4 A not equal for an unordered relation should return true as specified in IEEE-754, e.g., by Mon P Wang · 15 years ago
- 77e2c67 It turns out that we *can* end up having to display template argument by Douglas Gregor · 15 years ago
- 7576a65 Test case for r102578. by John McCall · 15 years ago
- 862b24f Fix CFG crasher involving statement expressions reported in PR 6938. by Ted Kremenek · 15 years ago
- f581382 Properly switch into the declaring scope of a template when performing by John McCall · 15 years ago
- cc8a5d5 Teach __builtin_offsetof to compute the offsets of members of base by Douglas Gregor · 15 years ago
- 5e2a8ac Driver: Add support for -fobjc-abi-version=. - <rdar://problem/7919678> by Daniel Dunbar · 15 years ago
- 1e3f5ba Ensure that cv-qualifiers are correctly removed for post-inc/decrements by Sean Hunt · 15 years ago
- 29d2fd5 Fix template instantiation for __builtin_offfsetof expressions that refer to members of anonymous structs/unions by Douglas Gregor · 15 years ago
- 9d5d60f Diagnose __builtin_offsetof expressions that refer to bit-fields by Douglas Gregor · 15 years ago
- 9b4d4fc Support for construct/destruct of ivar array by Fariborz Jahanian · 15 years ago
- 8ecdb65 Completely reimplement __builtin_offsetof, based on a patch by Roberto Amadini. by Douglas Gregor · 15 years ago
- 60909e1 add regex support for -verify mode. You can now do things like by Chris Lattner · 15 years ago
- 6a15c85 Revert "Fix for PR6953: per gcc, regparm and noreturn affect the compatibility of", it is breaking the builds of quite a few projects (emacs, dovecot, gnutar, bison). by Daniel Dunbar · 15 years ago
- e6ec5c4 When the qualifier of a id-expression is non-dependent but not by Douglas Gregor · 15 years ago
- 1e9268e Improve name mangling for dependent template names (e.g., typename by Douglas Gregor · 15 years ago
- d4598a2 When instantiating a function template specialization following by Douglas Gregor · 15 years ago
- 784f211 Properly pass the address of a lazily-generated function declaration with by John McCall · 15 years ago
- 15dedf0 It's okay to refer to non-type template parameters anywhere they are by Douglas Gregor · 15 years ago
- 24f2801 Fix for PR6953: per gcc, regparm and noreturn affect the compatibility of by Eli Friedman · 15 years ago
- 1c63b9c When explicitly building a temporary object (CXXTemporaryObjectExpr), by Douglas Gregor · 15 years ago
- 138bb23 Diagnose the use of abstract types as array element types. Previously, by Douglas Gregor · 15 years ago