- e942bbe When performing unqualified name lookup into a DeclContext, also look into by Douglas Gregor · 15 years ago
- 736d8a6 Get the size of object to pass to objc_memmove_collectable() by Fariborz Jahanian · 15 years ago
- 716a004 set svn:ignore by Nuno Lopes · 15 years ago
- 728a512 Add code to mangle the triple for LLVM on ARM. by Daniel Dunbar · 15 years ago
- b317f8f Make AnalysisManager stateless. Now other analyzer components only depends on by Zhongxing Xu · 15 years ago
- f84a4a4 Don't pass -fno-builtin-str{cat,cpy} to clang-cc, I forget we don't support that yet. PR4941. by Daniel Dunbar · 15 years ago
- b163ef7 ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=. by Daniel Dunbar · 15 years ago
- 5cea4bd Don't substitute prcontext. by Daniel Dunbar · 15 years ago
- 2ba9157 Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}. by Daniel Dunbar · 15 years ago
- 3604386 Make the forwarding member of block byref structs be a pointer to the block byref struct itself. by Anders Carlsson · 15 years ago
- e2fd664 Add a check that -static is not used with -dynamic or -mdynamic-no-pic. by Daniel Dunbar · 15 years ago
- 88a3d6c Factor out CheckPreprocessing options to share between Clang/CC1 tools. by Daniel Dunbar · 15 years ago
- 6598629 Recognize and ignore -Woverloaded-virtual. by Daniel Dunbar · 15 years ago
- 70ba7e0 Fix dependencies for DiagnosticGroups.td. by Daniel Dunbar · 15 years ago
- 1cdcc57 When re-entering a template scope, we may be entering a class template by Douglas Gregor · 15 years ago
- f8d8d1a Don't bother to perform any initialization for a variable declaration by Douglas Gregor · 15 years ago
- 9cd9f3f For a C++ delete expression where the operand is of class type that by Douglas Gregor · 15 years ago
- 3fec4c6 Use the right GlobalDecl type for destructors. by Anders Carlsson · 15 years ago
- 39da0b8 Improve handling of initialization by constructor, by ensuring that by Douglas Gregor · 15 years ago
- 84ec96c Improve Darwin argument translation to match what the driver driver does. by Daniel Dunbar · 15 years ago
- 6acda16 Move Clang X86 cpu/feature argument translation into AddX86TargetArgs. by Daniel Dunbar · 15 years ago
- 5ed34f4 Change Get{File,Program}Path to return an std::string (instead of a sys::Path). by Daniel Dunbar · 15 years ago
- 8813764 Remove gratuitous use of c_str(). by Daniel Dunbar · 15 years ago
- 302e2ea Use Twine concatenation instead of llvm::format. by Daniel Dunbar · 15 years ago
- 5b750fe Simplify. by Daniel Dunbar · 15 years ago
- 16484af StringRefize ArgList construction of ArgStrings. by Daniel Dunbar · 15 years ago
- a2b6b76 Suppress build warning. by Daniel Dunbar · 15 years ago
- 0aebc81 If a cast expression needs either a conversion function or a constructor to be called, generate implicit child expressions that call them. by Anders Carlsson · 15 years ago
- cfcd7fd Implement: <rdar://problem/7185647> [RegionStore] 'self' cannot be NULL upon entry to a method by Ted Kremenek · 15 years ago
- 0d36aa8 Status update related to code gen for type conversion functions. by Fariborz Jahanian · 15 years ago
- cc6f803 Use AddDarwinArch for passing arch name to assembler. by Daniel Dunbar · 15 years ago
- fbefe6b Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch there. by Daniel Dunbar · 15 years ago
- 0dcb9a3 Push bound architecture name into TranslateArgs. by Daniel Dunbar · 15 years ago
- 4954018 Push bound architecture name into Compilation::getArgsForToolChain. by Daniel Dunbar · 15 years ago
- 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
- 79d39f9 Remove tab characters. by Mike Stump · 15 years ago
- db52dcd Reflow comments and some minor whitespace fixups. by Mike Stump · 15 years ago
- 8dfb7ec Fix a thinko by Douglas Gregor · 15 years ago
- 9ad5513 Make BuildByRefType take a ValueDecl instead of a QualType and an alignment. by Anders Carlsson · 15 years ago
- 3dab34a Allow a declaration of an array to complete a prior, incomplete by Douglas Gregor · 15 years ago
- 3b6afbb Initial stab at implement dependent member references to member by Douglas Gregor · 15 years ago
- 7f4f86a More objc GC's API work for array of pointers declared as __strong. by Fariborz Jahanian · 15 years ago
- 7ef7f13 Change Darwin toolchain lookup to use llvm::Triple. - -2+1 FIXMEs. by Daniel Dunbar · 15 years ago
- 36df290 Validate arguments to -arch. by Daniel Dunbar · 15 years ago
- d7502d0 Rename HostInfo::getToolChain to HostInfo::CreateToolChain, and don't recreate by Daniel Dunbar · 15 years ago
- fe8aa47 Delete trailing whitespace. by Daniel Dunbar · 15 years ago
- 3f30ddf Simplify. by Daniel Dunbar · 15 years ago
- a6046be Fix ShouldUseClangCompiler to use llvm::Triple. by Daniel Dunbar · 15 years ago
- a823183 Tweak & reflow comments, and delete trailing whitespace. by Daniel Dunbar · 15 years ago
- 9830046 Make sure to access APValue's data via a char array (rather than by Douglas Gregor · 15 years ago
- ac423ba Fixes a regression in generating objc's GC API by Fariborz Jahanian · 15 years ago
- 60e8188 convert this to filecheck, hopefully it will fix PR4888. If nothing by Chris Lattner · 15 years ago
- 3a082d8 Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam Weinig! by Anders Carlsson · 15 years ago
- 63d65f8 Fix PR4922, where Sema would complete tentative definitions in nondeterminstic by Chris Lattner · 15 years ago
- c4f1fb1 reduce indentation. by Chris Lattner · 15 years ago
- 6b2becf Support templateids in friend declarations. Fixes bug 4859. by John McCall · 15 years ago
- 724827f Support running tests using the new 'lit', via 'make test LIT2=1'. by Daniel Dunbar · 15 years ago
- e0be8b1 Remove FIXMEs for pedantically-gcc-bug-compatible behavior. by Daniel Dunbar · 15 years ago
- d74d414 Handle variadic constructors better. Share code between BuildCXXConstructExpr and BuildCXXTemporaryObjectExpr. by Anders Carlsson · 15 years ago
- bcb11d0 Clean up the CXXConstructExpr constructor, add Arg getters. by Anders Carlsson · 15 years ago
- 4ca606e reject returning a block expr even when it has parens and casts in the way. by Chris Lattner · 15 years ago
- cbff0dc Remove trailing whitespace. by Daniel Dunbar · 15 years ago
- f47511a BuildCXXConstructExpr now takes a MultiExprArg. by Anders Carlsson · 15 years ago
- d851b37 Check that the destination type of a static_cast expression is a complete type. by Anders Carlsson · 15 years ago
- 05c73c5 More <sstream> removal. by Benjamin Kramer · 15 years ago
- 5fcc882 Remove unnecessary #include <sstream>. by Benjamin Kramer · 15 years ago
- dec025b Refine vcall offsets. Cleanups. WIP. by Mike Stump · 15 years ago
- 3306349 Use a SetVector for tracking some Obj-C metadata, to ensure deterministic by Daniel Dunbar · 15 years ago
- 8fc85c4 Test for generation of objc_assign_strongCast in a variety of situations. by Fariborz Jahanian · 15 years ago
- 21e1c4e Reapply 81096, now with a fix. Spot the bug: by Anders Carlsson · 15 years ago
- 4355be0 Revert "Initialize default CXXConstructExpr arguments to 0. Fixes a crash when by Daniel Dunbar · 15 years ago
- 6827f3f lit: Set requireAndAnd config variable (currently unused). by Daniel Dunbar · 15 years ago
- 657bff7 Initialize default CXXConstructExpr arguments to 0. Fixes a crash when destroying the CXXConstructExpr. by Anders Carlsson · 15 years ago
- 0667db3 Fix buffer overflow reported in PR 4903. by Ted Kremenek · 15 years ago
- 98cc710 Refine overrides and thunks for virtual bases. Cleanups. WIP. by Mike Stump · 15 years ago
- 458fb10 Replace some instances of std::string with StringRefs. by Benjamin Kramer · 15 years ago
- a18df0e Cleanup. by Mike Stump · 15 years ago
- e45c90f Cleanups. by Mike Stump · 15 years ago
- 8f90f58 Cleanups. by Mike Stump · 15 years ago
- b4d2861 Cleanups. by Mike Stump · 15 years ago
- 078d778 Cleanups. by Mike Stump · 15 years ago
- 9bbe962 Cleanups. by Mike Stump · 15 years ago
- bf595a3 Cleanups. by Mike Stump · 15 years ago
- efe6aee Overhaul the mangler to use a visitor pattern, at least for types. We can safely by John McCall · 15 years ago
- 6d10eb8 Cleanups. WIP. by Mike Stump · 15 years ago
- ec8e5ea Pass the ConstructLoc to BuildCXXConstructExpr. by Anders Carlsson · 15 years ago
- 77ca8f6 Install thunks later to fixup overrides. Track space taken by vbase by Mike Stump · 15 years ago
- aeba284 pass the correct predecessor node. by Zhongxing Xu · 15 years ago
- 2191b20 Start emitting ElaboratedTypes in C++ mode. Support the effort in various by John McCall · 15 years ago
- a2f4ec0 Do not call FlushReports() in GRBugReporter's dtor. We already call it in by Zhongxing Xu · 15 years ago
- 6bc107b Report errors for member functions correctly. by Anders Carlsson · 15 years ago
- 25cae7f Use a separate diagnostic for default function argument expressions. by Anders Carlsson · 15 years ago
- 248072a Refactor builtin function evaluation code into its own function. by Zhongxing Xu · 15 years ago
- 0c5920c Add missing include. by Daniel Dunbar · 15 years ago
- 7da2431 Basic support for representing elaborated type specifiers by John McCall · 15 years ago
- d0e3daf Improve the AST representation and semantic analysis for extern by Douglas Gregor · 15 years ago
- 4fe95f9 Don't generate any code for an explicit call to a trivial destructor. by Douglas Gregor · 15 years ago
- f790795 Cleanup. by Mike Stump · 15 years ago
- ae33f8f Merge libgcc spec changes for darwin::Link::ConstructJob. by Daniel Dunbar · 15 years ago
- d82f8fa Tweak darwin::Link::AddLinkArgs. by Daniel Dunbar · 15 years ago