summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Refactor argument checking in CallAndMessageChecker to be the sameTed Kremenek2010-03-182-119/+132
* When dumping vtables, also dump the thunks.Anders Carlsson2010-03-182-11/+68
* Detect pass-by-value arguments that are structs that containTed Kremenek2010-03-182-24/+119
* Tweak dead stores checker to not emit a warning when initializationTed Kremenek2010-03-182-21/+37
* Simplify code (and remove 'dyn_cast') by using ObjCProperyDecl::findPropertyD...Ted Kremenek2010-03-181-11/+3
* Turn several PCH reader assertions into compiler errors, thus makingTed Kremenek2010-03-183-34/+107
* Experimental stab at using relexing to identify preprocessorDouglas Gregor2010-03-186-9/+185
* More work on thunks.Anders Carlsson2010-03-171-2/+39
* Implement non-dependent friend functions and classes.John McCall2010-03-172-19/+126
* ActOnTagDefinitionError is supposed to 'unwind' ActOnTagStartDefinition, notJohn McCall2010-03-172-4/+7
* Reduce the default alignment for ASTContext and Stmt/Expr allocationDouglas Gregor2010-03-172-7/+7
* XFAIL this test on that silly Windows platform. GrrrDouglas Gregor2010-03-171-0/+2
* Remove this test. It is causing problems has has relatively little valueDouglas Gregor2010-03-171-3/+0
* Remove warning about shadowing a built-in; built-ins aren't actuallyDouglas Gregor2010-03-173-12/+3
* Entering the main source file in the preprocessor can fail if theDouglas Gregor2010-03-178-15/+26
* Check the inode in addition to size and modification time to determineDouglas Gregor2010-03-171-3/+5
* Use a simple diagnostic (file modified) when we detect that a file hasDouglas Gregor2010-03-173-16/+7
* Simplify error path using OwningPtrKovarththanan Rajaratnam2010-03-171-4/+3
* Simplify ProcessWarningOptions since it can't failKovarththanan Rajaratnam2010-03-173-6/+3
* Remove useless forward decl.Kovarththanan Rajaratnam2010-03-171-1/+0
* Issue a proper diagnostic if we couldn't open dump fileKovarththanan Rajaratnam2010-03-172-7/+8
* Remove useless foward decl.Kovarththanan Rajaratnam2010-03-171-1/+0
* Add another compatibility note and tweak a few of the existing ones.John McCall2010-03-171-37/+61
* Fix a typo in a tag.Chandler Carruth2010-03-171-1/+1
* Grant nested classes the access privileges of their enclosing classes.John McCall2010-03-172-48/+84
* Document common clang compatibility issues.Rafael Espindola2010-03-172-0/+227
* Correctly mangle dependent TypenameType.Rafael Espindola2010-03-172-24/+36
* Mark CXXThisRegion in the current or parent stack frame context as live so thatZhongxing Xu2010-03-177-8/+32
* Make -faccess-control and -fno-access-control driver options.John McCall2010-03-172-0/+8
* Provide a test case for PR6629.John McCall2010-03-171-0/+18
* Clean up after ourselves when there's an error parsing the base clause.John McCall2010-03-174-2/+29
* Don't "take" the file manager and source manager whenDouglas Gregor2010-03-171-2/+0
* objective-c patch to provide type safty when blocks are passing orFariborz Jahanian2010-03-174-10/+167
* Emit output of PCH consistency checking test case to a separate text file and...Douglas Gregor2010-03-171-3/+6
* Issue error when a byref array is accessed in a blockFariborz Jahanian2010-03-163-23/+3
* Remove unused variableDouglas Gregor2010-03-161-1/+0
* Teach SourceManager's content cache to keep track of whether itsDouglas Gregor2010-03-163-27/+36
* Audit all Preprocessor::getSpelling() callers, improving failureDouglas Gregor2010-03-169-27/+77
* fix copyright & typoBlaine Garst2010-03-161-2/+2
* Forgot the testcases.John McCall2010-03-162-0/+58
* Implement -Wshadow. Based on a patch by Mike M.!John McCall2010-03-165-3/+78
* update linkChris Lattner2010-03-161-1/+1
* Perform access control for the implicit calls to base and member destructorsJohn McCall2010-03-164-46/+31
* at least give the Apple ABI a name that reflects Apple in prep for other ABI ...Blaine Garst2010-03-161-0/+0
* rev existing doc to account for recent ABI changesBlaine Garst2010-03-161-5/+27
* Update get*LineNumber() and get*ColumnNumber() functions to pass theDouglas Gregor2010-03-162-12/+12
* Audit all callers of SourceManager::getCharacterData(); update some ofDouglas Gregor2010-03-166-7/+14
* Audit all callers of SourceManager::getBufferData(); fix the one thatDouglas Gregor2010-03-161-0/+2
* Audit all getBuffer() callers (for both the FullSourceLoc andDouglas Gregor2010-03-164-15/+16
* Teach the one caller of SourceManager::getMemoryBufferForFile() to cope with ...Douglas Gregor2010-03-161-2/+3
OpenPOWER on IntegriCloud