aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-09We don't add ExprWithCleanups to the CFG, and getSVal looksJohn McCall
2011-11-09Define some built-ins macros on mips32 platform, from Simon Atanasyan!Douglas Gregor
2011-11-09Update test.Benjamin Kramer
2011-11-09Try to fix an issue on some hosts where the 'lib' in the builtin includeChandler Carruth
2011-11-09Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie
2011-11-09Fix 80 cols violations & remove trailing whitespace.David Blaikie
2011-11-09Reflow one line I missed in previous cleanup commit. No functionality change.Nick Lewycky
2011-11-09Minor cleanup, mostly reindenting. Remove one helper function that just calledNick Lewycky
2011-11-09Fix an issue that Duncan discovered on a specific (no longer current)Chandler Carruth
2011-11-09Emit the copy and dipose helpers for ARC __strongJohn McCall
2011-11-09Workaround for compilers that don't implement C++ DR45, from Tom Honermann!Douglas Gregor
2011-11-09Put ext_offsetof_extended_field_designator under the warning flagDouglas Gregor
2011-11-09Don't crash when transforming an ill-formed pseudo-destructorDouglas Gregor
2011-11-09Extract the blocks-related ARC tests into their own file.John McCall
2011-11-09Introduce proper spacing after the Objective-C parameter qualifiersDouglas Gregor
2011-11-09Constant expression evaluation: support for default arguments.Richard Smith
2011-11-09Remove extra ';'Devang Patel
2011-11-09[PCH] Fix reading from PCH of diagnostic pragmas.Argyrios Kyrtzidis
2011-11-09Add "I" (ICE) annotations onto a few more x86 intrinsics.Eli Friedman
2011-11-09Don't crash on invalid objc code.Argyrios Kyrtzidis
2011-11-08[arcmt] Take into account that all properties are strong-by-default now and f...Argyrios Kyrtzidis
2011-11-08Bind function "r-values" as l-values when emitting them asJohn McCall
2011-11-08objc: Don't crash on missing @interface decl.Fariborz Jahanian
2011-11-08[analyzer] Testing: test with all the non-experimental checker packages.Anna Zaks
2011-11-08[analyzer] Testing: support for regenerate reference outputAnna Zaks
2011-11-08[arcmt] Now that readonly properties are strong-by-default, do not add redund...Argyrios Kyrtzidis
2011-11-08Fix comment typosDouglas Gregor
2011-11-08objc-arc: 'readonly' property of retainable objectFariborz Jahanian
2011-11-08Sort contents of exports file. No functionality change.Ted Kremenek
2011-11-08serialized diagnostics: serialize the version info in a separate meta block.Ted Kremenek
2011-11-08[analyzer] Remove redundant check from DivZeroCheckerAnna Zaks
2011-11-08[analyzer] Testing: Display the number of reported differences in the main log.Anna Zaks
2011-11-08This test isn't portable to non-x86 platforms; specify a triple.Eli Friedman
2011-11-08Mark the overloaded atomic builtins as having custom type checking,Douglas Gregor
2011-11-08Misc fixes for clang driver on Mips Linux. Patch by Simon Atanasyan.Eli Friedman
2011-11-08From Vassil Vassilev: add checks for removing Decls for more use cases.Axel Naumann
2011-11-08Add a default system include of '/include'. This isn't particularlyChandler Carruth
2011-11-08[arcmt] Now that properties are strong by default, avoid adding redundant '(s...Argyrios Kyrtzidis
2011-11-08[arcmt] NSViewController does not support weak.Argyrios Kyrtzidis
2011-11-08Check pointer types for arguments of Neon load/store macros. rdar://9958031Bob Wilson
2011-11-08Misc fixes to pcmp*stri.Eli Friedman
2011-11-08Fix the layout of vb-tables and vf-tables in the MS C++ ABI.John McCall
2011-11-08lib/CodeGen/CGBuiltin.cpp: Tweak the identifier "Type" to appease msvc.NAKAMURA Takumi
2011-11-08TypePrinter: print OpenCL address space names. Patch by RichardPeter Collingbourne
2011-11-08DeclPrinter: print the declaration's storage class specifier asPeter Collingbourne
2011-11-08Some tests missed from r144056.Richard Smith
2011-11-08[arcmt] When we already removed a __weak, don't try to change it to __unsafe_...Argyrios Kyrtzidis
2011-11-08Revert r143972, which didn't actually compile under -Wnon-virtual-dtor.Matt Beaumont-Gay
2011-11-08Fix a cluster of related issues involving value-dependence and constantRichard Smith
2011-11-08Clean up type flags for overloaded Neon builtins. No functional change.Bob Wilson