summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Lift the ObjCPropertyCallback out of local scope to unbreak VS2005 builds.John McCall2009-12-031-55/+59
* Add recursion guards to ice-checking and evaluation for declrefs, so weEli Friedman2009-12-032-7/+21
* Try to make the output of PlistDiagnostics more deterministic by sorting Path...Ted Kremenek2009-12-031-0/+39
* A new helper function to set various bits in the class whenFariborz Jahanian2009-12-033-15/+15
* Fix Clang tool translation to forward -fvisibility as separate arguments, theDaniel Dunbar2009-12-031-2/+6
* Unify the end-of-class code paths used by the parser and templateDouglas Gregor2009-12-034-24/+39
* When instantiating a class, if a base specifier is not dependent we still nee...Anders Carlsson2009-12-033-11/+33
* Tweak handling of BlockDataRegions in RegionStoreManager::RemoveDeadBindings(...Ted Kremenek2009-12-031-4/+6
* Handle static_assert inside functions.Anders Carlsson2009-12-031-0/+1
* When we're building a CXXExprWithTemporaries, only include thoseDouglas Gregor2009-12-033-4/+16
* Minor cleanup to the code-completion-point logic suggested by Chris.Douglas Gregor2009-12-032-3/+2
* Eli, I copied my code from this code... Let's fix the souce of the bad idea!Mike Stump2009-12-031-4/+1
* Fix for PR5659: correct a rather nasty oversight in the type conversion forEli Friedman2009-12-031-4/+4
* Add security syntactic checker for mktemp.Zhongxing Xu2009-12-031-1/+41
* Update CMake for CallGraph.cpp move.Daniel Dunbar2009-12-032-1/+1
* Fix two more diagnostic-on-stderr instances that thought they could hide from...Daniel Dunbar2009-12-031-10/+10
* Kill a few more random stderr uses.Daniel Dunbar2009-12-035-22/+16
* Convert ABIArgInfo::dump to raw_ostream.Daniel Dunbar2009-12-031-11/+11
* Use llvm_report_error instead of fprintf + assert + exit.Daniel Dunbar2009-12-031-8/+5
* Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to...Daniel Dunbar2009-12-032-15/+42
* Remove an unnecessary (I believe) exit() on error.Daniel Dunbar2009-12-031-4/+0
* Convert StmtDumper to raw_ostream. I forget why.Daniel Dunbar2009-12-031-129/+121
* Switch PCHReader::getOriginalSourceFile to use proper diagnostics.Daniel Dunbar2009-12-032-12/+9
* Fix BackendConsumer to use proper diagnostics.Daniel Dunbar2009-12-031-15/+13
* Add value invalidation logic for block-captured variables. Conceptually invo...Ted Kremenek2009-12-032-2/+23
* Make BlockDataRegion::referenced_vars_iterator an actual class that enforces ...Ted Kremenek2009-12-031-2/+4
* Attempt to fix the MSVC build.Anders Carlsson2009-12-031-4/+4
* Fix layering violation by moving Analysis/CallGraph to IndexDaniel Dunbar2009-12-031-1/+1
* clang-cc: Honor -help and -version when using new style option parsing.Daniel Dunbar2009-12-031-0/+6
* Add OptTable::PrintHelp.Daniel Dunbar2009-12-032-0/+77
* Add clang -cc1 support for -remap-file.Daniel Dunbar2009-12-031-2/+21
* Add clang -cc1 -load option.Daniel Dunbar2009-12-031-0/+5
* Fix thunk generation for thunks with a parameter with reference type.Eli Friedman2009-12-031-1/+2
* Minor cleanup.Eli Friedman2009-12-033-12/+7
* Honor using declarations in overload resolution. Most of the code forJohn McCall2009-12-033-67/+108
* Add support for thunking dtors. Oh why does this make my head hurt?Mike Stump2009-12-034-15/+27
* Reflow.Mike Stump2009-12-031-1/+3
* Revert r90402 for now, virt.cpp is failing.Anders Carlsson2009-12-031-11/+9
* Add batch version of 'StoreManager::InvalidateRegion()' for invalidating mult...Ted Kremenek2009-12-033-28/+64
* Use Eli's ComputeThunkAdjustment for calculating the return adjustment.Anders Carlsson2009-12-031-9/+11
* Add CodeGenModule::ComputeThunkAdjustment, which Eli wrote.Anders Carlsson2009-12-032-1/+42
* Remove the index from the Thunk struct.Anders Carlsson2009-12-031-14/+10
* Change the Thunks map to use the vtable index as the key.Anders Carlsson2009-12-031-7/+9
* Add the global decl to the Thunk struct.Anders Carlsson2009-12-031-5/+7
* Remove unused struct fields.Anders Carlsson2009-12-031-7/+2
* Delay computing the return adjustments for covariant thunks until when they a...Anders Carlsson2009-12-031-98/+113
* No need to create the covariant thunk in both places now.Anders Carlsson2009-12-031-12/+5
* Whoops, forgot to save :)Anders Carlsson2009-12-031-2/+4
* Remove the index field from the CovariantThunk structure.Anders Carlsson2009-12-031-14/+6
* Change the CovariantThunk map to use the vtable index as its key.Anders Carlsson2009-12-031-9/+9
OpenPOWER on IntegriCloud