- db83194 Make super message lookups cacheable (GNUstep Runtime) by David Chisnall · 15 years ago
- dd5c98f Tweaked EmitCall() to permit the caller to provide some metadata to attach to the call site. by David Chisnall · 15 years ago
- afaf0fa Remove empty directory. by Benjamin Kramer · 15 years ago
- 62cf344 with recent optimizer changes, these all get devirtualized. by Chris Lattner · 15 years ago
- 77bb1aa It turns out that basically every caller to RequireCompleteDeclContext by John McCall · 15 years ago
- cdb65d8 Fix NON_ANSI_COMPILE_FLAGS setting, for MSVC. by Daniel Dunbar · 15 years ago
- f42e337 Add null check in CFGBuilder::VisitStmt() to make CFG construction by Ted Kremenek · 15 years ago
- f51f20f Rename 'CIndex' to 'libclang', since it has basically become our stable public by Daniel Dunbar · 15 years ago
- 99e8192 Don't perform AnalysisBasedWarnings in Sema or run the static analyzer when a by Ted Kremenek · 15 years ago
- c0c8300 After substituting a template argument for a non-type template by Douglas Gregor · 15 years ago
- 2888b65 When synthesizing Objective C records, give the synthetic fields public by John McCall · 15 years ago
- 72be24f Fix a thinko that caused us not to compute __builtin_offset as a by Douglas Gregor · 15 years ago
- 42748ec Teach clang_getLocation() to cope with a NULL file argument. by Douglas Gregor · 15 years ago
- 106d9ea Remove an unnecessary parameter from EmitClassCopyAssignment. by Anders Carlsson · 15 years ago
- 895162d Clean up our handling of local instantiation scopes, which keep track by Douglas Gregor · 15 years ago
- 25cf7b4 Move include installation steps to better location, inside each include dir instead of at the top-level. by Daniel Dunbar · 15 years ago
- 866163b Fixed incorrect type of alloca (GNU runtime). by David Chisnall · 15 years ago
- e215f72 Add calling convention related attributes to related declaration. Mark attributes invalid on type related checking so to add them to declarations only when everything is ok. by Abramo Bagnara · 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
- dc60c1e Introduce a sequence number into class template partial 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
- a8b4a1e Remove unused trait. by Zhongxing Xu · 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
- 0d0db2f logical ops, unary ops, pairwise ops by Nate Begeman · 15 years ago
- 891f80e Teach EHCleanupBlock to deal appropriately with the possibility that there by John McCall · 15 years ago
- f406d9c Get the base class addresses before calling EmitClassCopyAssignment. by Anders Carlsson · 15 years ago
- 9ffdd45 Remove an unnecessary argument to EmitClassCopyAssignment. by Anders Carlsson · 15 years ago
- 63b4385 Rebuild the nested name specifiers in member-pointer declarator chunks when by John McCall · 15 years ago
- 2321934 Comparisons. by Nate Begeman · 15 years ago
- 647aa46 Do not enable '-analyze-check-security-syntactic' by default when using '--analyze'. There by Ted Kremenek · 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
- 5ac5756 Remove USRGenerator::VisitBlockDecl(). We don't need to generate USRs for blocks, since by Ted Kremenek · 15 years ago
- 6b15f8e Add test case for __has_feature(objc_weak_class). by Ted Kremenek · 15 years ago
- 066cde1 Start stamping out the __builtin_neon stuff. by Nate Begeman · 15 years ago
- 9498d38 Add FunctionDecl::isVariadic() to match BlockDecl::isVariadic() and ObjCMethodDecl::isVariadic(). by Ted Kremenek · 15 years ago
- db9a0ae Rename BlockDecl::IsVariadic() to BlockDecl::isVariadic() to match the casing by Ted Kremenek · 15 years ago
- daa3ac5 IRgen/NeXT: Put the synthesized _objc_super, _message_ref_t decls in a valid DeclContext, to satisfy the invariants that should hold on a RecordDecl. by Daniel Dunbar · 15 years ago
- f80cb75 Remove a FIXME that is unlikely to be fixed (streaming code generation). by Daniel Dunbar · 15 years ago
- 8a5e83c Frontend: Tie backend verification passes to CodeGenOptions::VerifyModule, by Daniel Dunbar · 15 years ago
- 5ac2833 Bump Clang version number. by Ted Kremenek · 15 years ago
- 516e6e0 When performing partial ordering of class template partial by Douglas Gregor · 15 years ago
- 31dce8f For template argument deduction from 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
- 3ff9d11 Add '__has_feature' support for weak ObjC classes. by Ted Kremenek · 15 years ago
- 6d9afd9 Sort '__has_feature' cases. No functionality change. by Ted Kremenek · 15 years ago
- 7576a65 Test case for r102578. by John McCall · 15 years ago
- 96db310 Access-check during template argument deduction from the context of the 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
- 6e45cbc build: Add CLANG_NO_RUNTIME build variable, which disables building clang by Daniel Dunbar · 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
- 8028981 A bit more neon work, adds work (but the ABI is wrong), types mostly stamped out. by Nate Begeman · 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
- 109dfc6 IRGen for initialization/destruction of by Fariborz Jahanian · 15 years ago
- 60909e1 add regex support for -verify mode. You can now do things like by Chris Lattner · 15 years ago
- c6cd5fd Changed signature of GenerateMessageSend() function to pass the ObjCInterfaceDecl for class messages and removed the boolean IsClassMessage argument, which wasn't used anywhere. by David Chisnall · 15 years ago
- a96698e Stub out NEON support, more to come. by Nate Begeman · 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
- e4498c6 More of Sema to implement initialization of ivar of c++ object types. by Fariborz Jahanian · 15 years ago
- 07c55e3 Remove unused function. by Benjamin Kramer · 15 years ago
- 68eebbb Reduce string trashing in getQualifiedNameAsString. by Benjamin Kramer · 15 years ago
- 8c757f9 Emit the correct symbol name for the class (GNU runtime). by David Chisnall · 15 years ago
- b21b405 Written storage class for declarations inside linkage specifications without braces is none. by Abramo Bagnara · 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
- 493ec51 Removed spaces at end of line. (Test commit.) by Abramo Bagnara · 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
- 254e2d9 Fixed message send to void (broken by my last commit - GNU runtime). by David Chisnall · 15 years ago
- 138bb23 Diagnose the use of abstract types as array element types. Previously, by Douglas Gregor · 15 years ago
- c96be1e During template instantiation, set the naming class of by Douglas Gregor · 15 years ago
- b170ca5 More simplifications. by Benjamin Kramer · 15 years ago
- 786cd15 Move CollectIvarsToConstructOrDestruct to Sema by Fariborz Jahanian · 15 years ago
- 0237941 Simplify some code. No change in functionality. by Benjamin Kramer · 15 years ago
- c8fd2da When checking the redeclaration context of a typedef that refers to a by Douglas Gregor · 15 years ago
- a6a292b Don't look into incomplete types when trying to warn about unused by Douglas Gregor · 15 years ago
- 40e7192 CMake: Fix DESTDIR-related installation problem on Windows, from the by Douglas Gregor · 15 years ago
- 66c4515 When instantiating UnresolvedLookupExpr and UnresolvedMemberExpr by Douglas Gregor · 15 years ago
- 1744a35 Simplify. by Daniel Dunbar · 15 years ago
- f35f14d Add Driver support for -fno-constant-cfstrings. by Daniel Dunbar · 15 years ago
- 664b7c7 Ensure return from a message to nil is always 0 (GNU runtime). by David Chisnall · 15 years ago