aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-10GlobalDecl doesn't have an explicit constructor anymore.Anders Carlsson
2009-09-10Add stricter GlobalDecl constructors.Anders Carlsson
2009-09-10Fix a regression where write-barrier was not being generated Fariborz Jahanian
2009-09-10Eliminate some "default"s in CheckICE.Douglas Gregor
2009-09-10Look for overloaded arrow operators in base classes.Anders Carlsson
2009-09-10Teach LIT2 how to run Clang tests in the objdir for srcdir != objdir builds.Daniel Dunbar
2009-09-10Initial handling of -m{soft-float,hard-float,float-abi=} for ARM.Daniel Dunbar
2009-09-10Move X86 handling of -m[no-]soft-float and -m[no-]red-zone into AddX86TargetA...Daniel Dunbar
2009-09-10Change getLLVMArchNameForARM to just get the suffix.Daniel Dunbar
2009-09-10Patch to collect conversion methods in base(s) and derivedFariborz Jahanian
2009-09-10Non fragile ABI for GNU runtime. Patch bu David Chisnall.Fariborz Jahanian
2009-09-10Don't check use of a member function declaration used if the member function ...Anders Carlsson
2009-09-10static_cast, reinterpret_cast, and const_cast can all be used in C++Douglas Gregor
2009-09-10When performing unqualified name lookup into a DeclContext, also look intoDouglas Gregor
2009-09-10Get the size of object to pass to objc_memmove_collectable()Fariborz Jahanian
2009-09-10set svn:ignoreNuno Lopes
2009-09-10Add code to mangle the triple for LLVM on ARM.Daniel Dunbar
2009-09-10Make AnalysisManager stateless. Now other analyzer components only depends onZhongxing Xu
2009-09-10Don't pass -fno-builtin-str{cat,cpy} to clang-cc, I forget we don't support t...Daniel Dunbar
2009-09-10ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=.Daniel Dunbar
2009-09-10Don't substitute prcontext.Daniel Dunbar
2009-09-10Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}.Daniel Dunbar
2009-09-10Make the forwarding member of block byref structs be a pointer to the block b...Anders Carlsson
2009-09-10Add a check that -static is not used with -dynamic or -mdynamic-no-pic.Daniel Dunbar
2009-09-10Factor out CheckPreprocessing options to share between Clang/CC1 tools.Daniel Dunbar
2009-09-10Recognize and ignore -Woverloaded-virtual.Daniel Dunbar
2009-09-10Fix dependencies for DiagnosticGroups.td.Daniel Dunbar
2009-09-10When re-entering a template scope, we may be entering a class templateDouglas Gregor
2009-09-09Don't bother to perform any initialization for a variable declarationDouglas Gregor
2009-09-09For a C++ delete expression where the operand is of class type thatDouglas Gregor
2009-09-09Use the right GlobalDecl type for destructors.Anders Carlsson
2009-09-09Improve handling of initialization by constructor, by ensuring thatDouglas Gregor
2009-09-09Improve Darwin argument translation to match what the driver driver does.Daniel Dunbar
2009-09-09Move Clang X86 cpu/feature argument translation into AddX86TargetArgs.Daniel Dunbar
2009-09-09Change Get{File,Program}Path to return an std::string (instead of a sys::Path).Daniel Dunbar
2009-09-09Remove gratuitous use of c_str().Daniel Dunbar
2009-09-09Use Twine concatenation instead of llvm::format.Daniel Dunbar
2009-09-09Simplify.Daniel Dunbar
2009-09-09StringRefize ArgList construction of ArgStrings.Daniel Dunbar
2009-09-09Suppress build warning.Daniel Dunbar
2009-09-09If a cast expression needs either a conversion function or a constructor to b...Anders Carlsson
2009-09-09Implement: <rdar://problem/7185647> [RegionStore] 'self' cannot be NULL upon...Ted Kremenek
2009-09-09Status update related to code gen for type conversionFariborz Jahanian
2009-09-09Use AddDarwinArch for passing arch name to assembler.Daniel Dunbar
2009-09-09Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch t...Daniel Dunbar
2009-09-09Push bound architecture name into TranslateArgs.Daniel Dunbar
2009-09-09Push bound architecture name into Compilation::getArgsForToolChain.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-09Remove tab characters.Mike Stump
2009-09-09Reflow comments and some minor whitespace fixups.Mike Stump