aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-15Refactor the load of the exception pointer and the exception selector from theirBill Wendling
2011-09-15[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...Anna Zaks
2011-09-15When we load the first module, make sure that we wire up the ASTConsumer to t...Douglas Gregor
2011-09-15Objective-c: Conversion from type Class to any root class type is allowed Fariborz Jahanian
2011-09-15Thread safety: changing naming in error messages based on reviewer commentsCaitlin Sadowski
2011-09-15Thread safety: test cases originally from gcc annotalysis branch. We areCaitlin Sadowski
2011-09-15[PCH] Overhaul how preprocessed entities are [de]serialized.Argyrios Kyrtzidis
2011-09-15Thread safety: cleaning up FIXME for trylocksCaitlin Sadowski
2011-09-15Thread safety: completeing the implementation of shared/exclusive locks requi...Caitlin Sadowski
2011-09-15Thread safety: refactoring various out of scope warnings to use the same inte...Caitlin Sadowski
2011-09-15Teach LangOptions::resetNonModularOptions to actually do what it says it doesDouglas Gregor
2011-09-15PTX: Define target optionsJustin Holewinski
2011-09-15Rewrite this loop to use partial destruction; I'm not sure it'sJohn McCall
2011-09-15Sorry, that assertion actually already exists.John McCall
2011-09-15We don't generate null initializer expressions anymore, andJohn McCall
2011-09-15[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...Anna Zaks
2011-09-14Emit debug info for c++0x nullptr.Devang Patel
2011-09-14Make -E work with module importsDouglas Gregor
2011-09-14Don't try to write a macro offset for an identifier that names a non-exported...Douglas Gregor
2011-09-14Revert my exported-macro hackery. Something is amissDouglas Gregor
2011-09-14Thread safety: small fixes in commentsCaitlin Sadowski
2011-09-14Make sure that we actually keep the key length and data length in sync when d...Douglas Gregor
2011-09-14Disable this test on win32. My "sleep 2" trick didn't seem to workDouglas Gregor
2011-09-14Don't try to write a macro offset for an identifier that names a non-exported...Douglas Gregor
2011-09-14Add test for the driver's handling of modulesDouglas Gregor
2011-09-14Teach the driver to always pass down a module cache path. If none isDouglas Gregor
2011-09-14Thread safety: reverting to use separate warning for requirement to hold any ...Caitlin Sadowski
2011-09-14Thread safety: adding additional documentation to the main thread safety inte...Caitlin Sadowski
2011-09-14Thread safety: adding test cases for unparseable lock expressions and expandi...Caitlin Sadowski
2011-09-14Plug an abstraction leak and fix a crasher in DiagnoseInvalidRedeclarationKaelyn Uhrain
2011-09-14PR10864: make sure we correctly delay type-checking for inline asm tied opera...Eli Friedman
2011-09-14Use a group for a diagnostics I added late.Fariborz Jahanian
2011-09-14[arcmt] Use __bridge_retained when passing an objc object to a CF parameterArgyrios Kyrtzidis
2011-09-14objc-arc: warn when a 'retain' block property isFariborz Jahanian
2011-09-14[analyzer] Remove redundant copy constructor. Anna Zaks
2011-09-14[analyzer] After CFG has been linearized, we can have a situation where an Ex...Anna Zaks
2011-09-14Add comment.Akira Hatanaka
2011-09-14Encode the module hash in base-36, to reduce the length of the strings a bitDouglas Gregor
2011-09-14Formatting.Eric Christopher
2011-09-14Fix comment.Eli Friedman
2011-09-14[driver] Add support for the COMPILER_PATH environment variable, which adds theChad Rosier
2011-09-14[analyzer] Refactor: Make PathDiagnosticLocation responsible for creating a v...Anna Zaks
2011-09-13Fix typo.Eric Christopher
2011-09-13Assert that the module hash produced after stripping away non-modular options...Douglas Gregor
2011-09-13For modules, use a hash of the compiler version, language options, andDouglas Gregor
2011-09-13[libclang] Remove libclang.darwin.exports, it's not used anymore.Argyrios Kyrtzidis
2011-09-13In general, don't look through explicit casts when tryingJohn McCall
2011-09-13Correctly generate IR for casted "builtin" functions, whereJohn McCall
2011-09-13O64 will not be supported.Akira Hatanaka
2011-09-13mips*-*-psp is no longer supported as a target.Akira Hatanaka