summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Revert the new reference binding code; I came up with a way simpler solution ...Anders Carlsson2010-02-037-58/+8
* First pass at adding GC support for GNU runtime. GC ivar maps not yet constr...David Chisnall2010-02-031-6/+97
* Teach the allocation function overload handling to deal with templates, andChandler Carruth2010-02-033-12/+46
* Fix PR6149 by looking at the qualifiers on the referred to type for non-typeChandler Carruth2010-02-032-2/+73
* When a function or variable somehow depends on a type or declarationDouglas Gregor2010-02-0311-79/+402
* Add FlatStore.cpp (from r95214) to CMake build. Don't forget about it! =DChandler Carruth2010-02-031-0/+1
* Add skeleton of flat store manager.Zhongxing Xu2010-02-033-1/+156
* Look through CXXExprWithTemporaries when digging out the originalDouglas Gregor2010-02-031-0/+3
* update for llvm api change.Chris Lattner2010-02-031-2/+1
* remove a big chunk of #if 0 code.Chris Lattner2010-02-031-58/+0
* Fix regression in RegionStore due to recent changes inTed Kremenek2010-02-032-84/+103
* Implement Doug's suggestion. Eliminate the Stmts pointer from CXXTryStmt and ...Sam Weinig2010-02-033-24/+38
* Driver: Add -[no-]integrated-as for clang.Daniel Dunbar2010-02-036-14/+51
* Rework RegionStoreManager's implementation of InvalidateRegions() toTed Kremenek2010-02-031-214/+249
* Provide a real fix for PR6199, reverting the old workaround. Here, weDouglas Gregor2010-02-032-3/+7
* Remove the SmallVector from CXXTryStmt.Sam Weinig2010-02-033-20/+33
* Numerous changes to selector handling:David Chisnall2010-02-038-29/+84
* Don't do an expensive definition check where a cheap 'is this C?' check suffi...Sebastian Redl2010-02-031-1/+2
* fix PR6216Chris Lattner2010-02-032-0/+6
* clang -cc1: Wire up -emit-obj, for emitting object files.Daniel Dunbar2010-02-038-11/+28
* Remove abstract expression kinds from the StmtClass enum. Update a few usersJohn McCall2010-02-0311-37/+39
* Simplify setting of DeclContext for @catch variableFariborz Jahanian2010-02-032-9/+2
* Implement the lvalue-to-rvalue conversion where needed. TheDouglas Gregor2010-02-0311-29/+72
* Fix DeclContext of an objective-c @catch variableFariborz Jahanian2010-02-035-0/+38
* Remove RegionStoreSubRegionMap::iterator and RegionStoreSubRegionMap::begin_e...Ted Kremenek2010-02-021-26/+28
* Explicitly check for casts to double or complex types instead of possibly ass...Ted Kremenek2010-02-022-0/+21
* update for llvm api changes.Chris Lattner2010-02-021-3/+3
* Implement promotion for enumeration types.Douglas Gregor2010-02-028-20/+165
* Set the correct vtable pointers _before_ generating code for any member initi...Anders Carlsson2010-02-022-5/+32
* update for llvm api change.Chris Lattner2010-02-021-6/+0
* Fix test.Anders Carlsson2010-02-021-1/+1
* Dump the constructor type for a CXXConstructExpr.John McCall2010-02-021-0/+2
* Fix this comment.John McCall2010-02-021-1/+1
* Check for redefinitions in MergeVarDecl. This finds redefinitions of globals ...Sebastian Redl2010-02-022-0/+32
* Fix up rewriting of protocol qualified types in objc rewriter.Fariborz Jahanian2010-02-022-1/+30
* Fix a C++ regression where redefinitions weren't diagnosed.Sebastian Redl2010-02-021-1/+3
* Include <stdlib.h>, so that we're sure to get atoi.Douglas Gregor2010-02-021-1/+2
* the declspec of a declaration can have storage-class specifiers,Chris Lattner2010-02-023-7/+25
* Driver/Darwin: Don't error/warn on conflicting deployment targets. ApparentlyDaniel Dunbar2010-02-022-7/+16
* Use the Arg variable rather than re-computing it. This also silences GCC'sChandler Carruth2010-02-021-1/+1
* Mark dtors for parameter variables and eliminate some redundant type munging.John McCall2010-02-025-20/+15
* Access control for implicit destructor calls. Diagnostic could be orders ofJohn McCall2010-02-025-4/+63
* Codegen CXXConstructExprs with trivial constructors as constants.John McCall2010-02-022-0/+33
* Check in a test case and a nasty workaround for PR6199.Anders Carlsson2010-02-022-1/+21
* Extract a common base class between UnresolvedLookupExpr andJohn McCall2010-02-025-253/+204
* XFAIL two tests on Win32 until some cares to investigate... the problem onDaniel Dunbar2010-02-022-0/+2
* this is reasonably complete by now.Chris Lattner2010-02-021-3/+0
* CIndex: Use 'env' instead of relying on bash environment-variable settingDaniel Dunbar2010-02-022-2/+2
* CIndex: Respect TMPDIR/TEMP/TMP when making temporary files for remapping. As aDaniel Dunbar2010-02-021-5/+27
* Improve handling of emitting 'null' pointers to data members.Anders Carlsson2010-02-025-51/+118
OpenPOWER on IntegriCloud