summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Diagnose a variety of access of ivars when they conflict with Fariborz Jahanian2009-03-021-13/+28
* Plist diagnostics now include PathDiagnostPiece::Kind.Ted Kremenek2009-03-021-0/+6
* Update HTML diagnostics to honor the different between 'event' and 'control-f...Ted Kremenek2009-03-022-3/+10
* BugReporter: Construct path-related PathDiagnosticPieces with kind "ControlFl...Ted Kremenek2009-03-021-11/+21
* fix PR2639Chris Lattner2009-03-021-1/+1
* Stub out some structure for C++ driver.Daniel Dunbar2009-03-024-1/+65
* inline asm calls should be nounwind. Chris, please review.Anders Carlsson2009-03-021-1/+4
* Fix name.Daniel Dunbar2009-03-021-5/+1
* For now, do not output the 'DisplayHint' in plist files.Ted Kremenek2009-03-021-0/+3
* For now, do not output the 'DisplayHint' in plist files.Ted Kremenek2009-03-021-4/+4
* Fixed a typo.Fariborz Jahanian2009-03-021-1/+1
* Check for duplicate declaration of method of a classFariborz Jahanian2009-03-022-0/+34
* Enable Objective-C interface debug info.Devang Patel2009-03-021-1/+2
* Fix cmake builds.Mike Stump2009-03-021-1/+1
* remove an implemented fixme.Zhongxing Xu2009-03-021-2/+0
* Initial support for pointer arithmetic. Only support concrete indexes and Zhongxing Xu2009-03-022-1/+31
* Avoid crash when child iterator gives null result.Daniel Dunbar2009-03-021-1/+2
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-0210-9/+9
* First cut at zero-cost EH support.Daniel Dunbar2009-03-021-72/+210
* Make sure to invoke (not call) to objc_exception_throw if necessary.Daniel Dunbar2009-03-021-2/+11
* Fix completely broken thinko in GetClassGlobal.Daniel Dunbar2009-03-021-1/+1
* Don't set nounwind on functions when in using the new Obj-C ABI.Daniel Dunbar2009-03-021-1/+1
* Cleanup handling of function attributes in calls.Daniel Dunbar2009-03-021-35/+27
* Push checking down, also, give the user a hit as to which part of theMike Stump2009-03-022-39/+11
* Rework the way we find locally-scoped external declarations when weDouglas Gregor2009-03-026-92/+182
* Add BLOCK_HAS_DESCRIPTOR to global blocks.Anders Carlsson2009-03-011-1/+2
* Be sure to mark blocks with no imports as being global.Mike Stump2009-03-011-0/+4
* simplify some code.Chris Lattner2009-03-011-9/+5
* Fix <rdar://problem/6248764> parser rejects: bad receiver type 'CFStringRef'.Steve Naroff2009-03-011-1/+1
* Fix PR3509 by providing correct starting locations for initializer listsDouglas Gregor2009-03-011-11/+11
* Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpa...Steve Naroff2009-03-012-26/+35
* Rename AnonTypedRegion to TypedViewRegion.Ted Kremenek2009-03-015-17/+17
* Adjust wording of bug names.Ted Kremenek2009-03-011-8/+8
* Obj-C non fragile ABI: Use GetClassGlobal in one more instance I missed.Daniel Dunbar2009-03-011-12/+1
* Obj-C non fragile ABI: Add GetInterfaceEHType for getting the Obj-CDaniel Dunbar2009-03-011-3/+73
* NeXT: Unify code for creating a class global.Daniel Dunbar2009-03-011-85/+27
* ObjCAtCatchStmt's ParamStmt is always a DeclStmt.Daniel Dunbar2009-03-013-4/+4
* Remove debugging code.Anders Carlsson2009-03-011-2/+0
* Emit errors about unsupported blocks features.Anders Carlsson2009-03-011-0/+41
* Initialize NSConcreteStackBlockAnders Carlsson2009-03-011-2/+2
* Do some blocks cleanup and simplification. Fix a crash, and add a test case.Anders Carlsson2009-03-013-16/+48
* "This patch uses the new ObjCImplDecl class to merge Sema::ImplMethodsVsClas...Chris Lattner2009-03-012-78/+35
* Whoops, actually remove the VLA/VM check in FinalizeDeclaratorGroup.Anders Carlsson2009-02-281-36/+0
* Fix invalid VLAs/VMs in Sema::ActOnVariableDeclarator, so that the variable w...Anders Carlsson2009-02-281-0/+36
* Remove PrevFunctionScope slot (it isn't needed)...use getParent() instead.Steve Naroff2009-02-282-7/+3
* Revert 65707 (causes stack memory to be referenced after it is released).Ted Kremenek2009-02-281-3/+3
* Obscure code gen bug related to sending Fariborz Jahanian2009-02-284-7/+40
* Fix a crash in test/Parser/control-scope.c that testrunner didn'tChris Lattner2009-02-281-1/+1
* remove static ctor.Chris Lattner2009-02-281-3/+3
* improve compatibility with the VC++'08 C++ compiler. Patch byChris Lattner2009-02-283-8/+9
OpenPOWER on IntegriCloud