aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-11-03Implement -working-directory.Argyrios Kyrtzidis
2010-11-03Make this error less specific but also less likely to cause confusion. FixesNick Lewycky
2010-11-03When producing overload candidates for binary built-in operators, keepDouglas Gregor
2010-11-03Some fixes for synthesized ivar metadata (GNU runtime).David Chisnall
2010-11-03Do not add elidable CXXConstructExpr as block-level expr.Zhongxing Xu
2010-11-03Added generating destructors for temporary objects. Two cases I know of, that...Marcin Swiderski
2010-11-03Revert while I debug test failures :-(Rafael Espindola
2010-11-03Switch clang to run ld directly on linux. I tested this on all the linuxRafael Espindola
2010-11-03When setting a tied check if it's already tied. If it's tied to another const...Anders Carlsson
2010-11-03A number in an input constraint can't point to a read-write ('+') constraint....Anders Carlsson
2010-11-03Provide an error when a non-identifier name (such as an operator) is used as aSean Hunt
2010-11-03Improve source-location information for CXXConstructExpr nodes, byDouglas Gregor
2010-11-02Fixes an assertion violation when bind to temporaryFariborz Jahanian
2010-11-02Ensure that static local variables in function templates inherit theJohn McCall
2010-11-02Teach code completion to provide property results when the propertyDouglas Gregor
2010-11-02Driver: Silently ignore -fasm-blocks for now instead of error'ing, this causeDaniel Dunbar
2010-11-02Add support for Fedora 14. Patch by Daniel Kozlowski.Rafael Espindola
2010-11-02Unbreak private_extern, which apparently we had zero tests for.John McCall
2010-11-02Fix a crash mangling decayed val argument-typed function.Fariborz Jahanian
2010-11-02Properly handle temporaries that are created in a AsmStmt.Argyrios Kyrtzidis
2010-11-02Ignore attributes on classes when calculating visibility for membersJohn McCall
2010-11-02Diagnose a coherant message when @interfaceFariborz Jahanian
2010-11-02Teach SourceManager::getPresumedLoc() how to fail gracefully if getLineNumber...Douglas Gregor
2010-11-02When performing template argument deduction against a template-id,Douglas Gregor
2010-11-01Teach the CStringChecker and PthreadLockChecker about non-identifierDouglas Gregor
2010-11-01Eliminate an unused local variableDouglas Gregor
2010-11-01Clean up temporaries created by an asm statement. Fixes rdar://8540491Argyrios Kyrtzidis
2010-11-01Harden Sema::MaybeBindTotemporary.Douglas Gregor
2010-11-01Restore patch for PR8453 which was undone in r117829Fariborz Jahanian
2010-11-01Emit error when using a bound member function for something other than callin...Argyrios Kyrtzidis
2010-11-01Require that the types of the parameters of a block literal are complete.Douglas Gregor
2010-11-01Simplify. Builtin types' context is always implied.Devang Patel
2010-11-01Don't update empty field subobjects for bitfields. Fixes PR8519.Anders Carlsson
2010-11-01Plug a leak in the preprocessing record's handling of inclusionDouglas Gregor
2010-11-01Disable some timing codeDouglas Gregor
2010-11-01Explicitly handle CXXBindTemporaryExpr, CXXFunctionalCastExpr, Zhongxing Xu
2010-11-01Now initializer of C++ record type is visited as block-level expr. Zhongxing Xu
2010-11-01Make all CXXConstructExpr's block-level expressions. This is required by Zhongxing Xu
2010-11-01Only apply -fvisibility-inlines-hidden to definitions. ApparentlyJohn McCall
2010-11-01Get rid of more calls to getBaseClassOffsetInBits.Anders Carlsson
2010-10-31Port over a couple of getVBaseClassOffsetInBits call sites to use getVBaseCla...Anders Carlsson
2010-10-31Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase...Anders Carlsson
2010-10-31Start converting over the RecordLayoutBuilder next.Anders Carlsson
2010-10-31EmptyObjectMap now uses CharUnits wherever possible.Anders Carlsson
2010-10-31More CharUnits conversion.Anders Carlsson
2010-10-31More CharUnits conversion.Anders Carlsson
2010-10-31Use CharUnits in the EmptyClassOffsets map.Anders Carlsson
2010-10-31Correct typos and whitespace, spotted by Nico Weber!Nick Lewycky
2010-10-31Baby steps towards using only CharUnits for base class offsets in ASTRecordLa...Anders Carlsson
2010-10-31Teach the constant expr evaluator about derived-to-base casts when no virtual...Anders Carlsson