summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Some cleanup and refactoring of rewriter.Fariborz Jahanian2009-12-231-4/+26
* Tidy up ~ASTContext a bit by turning orphan compound statements intoTed Kremenek2009-12-231-25/+24
* Diagnose the use of incomplete types in C++ typeid expressionsDouglas Gregor2009-12-231-2/+18
* Remove cv-qualifiers from the argument to typeidDouglas Gregor2009-12-231-11/+30
* This patch concludes rewriteing of __block variables to allowFariborz Jahanian2009-12-231-2/+10
* Mangle template template parameters. Fixes PR5861.Anders Carlsson2009-12-231-9/+12
* Removed a FIXME comment.Fariborz Jahanian2009-12-231-3/+2
* More rewriting of __block variables.Fariborz Jahanian2009-12-231-4/+18
* fix the microsoft "charify" extension to return the charified token Chris Lattner2009-12-231-1/+1
* switch -Werror/-Wfatal-errors error conditions to use diagnostics insteadChris Lattner2009-12-231-9/+7
* Fix the overflow calculation in Sema::CheckTemplateArgument to be a bit moreEli Friedman2009-12-231-1/+8
* When using a default function argument for a function template (orDouglas Gregor2009-12-232-3/+31
* Remove RewriteBlocks. It has been superseded by RewriteObjCKovarththanan Rajaratnam2009-12-234-1161/+0
* move a few more symbols to .rodata/.data.rel.roNuno Lopes2009-12-235-5/+5
* Fix DISABLE_SMART_POINTERS buildDouglas Gregor2009-12-231-5/+6
* Add support for handling initializers in RewriteObjC::RewriteByRefVar().Steve Naroff2009-12-231-5/+16
* Register call inliner as the last checker.Zhongxing Xu2009-12-231-2/+3
* Migrate the call inliner to the Checker interface.Zhongxing Xu2009-12-232-34/+70
* Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child exp...Ted Kremenek2009-12-232-0/+9
* For inter-procedural analysis, predecessor node may be in another function.Zhongxing Xu2009-12-231-3/+3
* Add CFG support for the condition variable that can appear in IfStmts in C++ ...Ted Kremenek2009-12-232-1/+50
* Suppress dead store warnings involving objects initialized with CXXExprTempor...Ted Kremenek2009-12-231-0/+4
* Add stack trace pretty printing in GRExprEngine::VisitLValue().Ted Kremenek2009-12-231-0/+4
* Fix CXXConstructExpr::getSourceRange() to not include the source ranges of CX...Ted Kremenek2009-12-231-0/+12
* Update for the intrinsic changes in llvm: the object size intrinsicEric Christopher2009-12-233-2/+13
* Teach GRExprEngine::VisitLValue to ignore CXXExprWithTempories (for now).Ted Kremenek2009-12-231-0/+1
* Fix PR 5857. When casting from a symbolic region to an integer back to a poi...Ted Kremenek2009-12-231-8/+9
* Remove CharUnits::toString() to eliminate dependence on <string>.Ken Dyck2009-12-232-21/+0
* Patch to do more rewrite of __block variables.Fariborz Jahanian2009-12-231-11/+87
* Eliminate a completely unnecessary buffer copy when parsing float literals.John McCall2009-12-231-6/+1
* Teach GRExprEngine::VisitLValue that we don't handle CXXZeroInitValueExprs yet.Ted Kremenek2009-12-231-1/+2
* Also treat the type of the subexpression as a pointer in GRExprEngine::VisitC...Ted Kremenek2009-12-231-0/+1
* Driver: Fix '... -O4 -O0 ...', which was generating bitcode.Daniel Dunbar2009-12-231-2/+5
* Driver: Drop ToolChain::getHost()Daniel Dunbar2009-12-231-1/+1
* Set a member's access specifier even if it doesn't match the previous specifier.John McCall2009-12-231-0/+2
* Add basic support for analyzing CastExprs as lvalues.Ted Kremenek2009-12-231-3/+27
* Objective-C methods can be variadic, too. Who knew.Douglas Gregor2009-12-231-0/+7
* Switch Sema::CreateOverloadedUnaryOp over to InitializationSequence.Douglas Gregor2009-12-231-3/+8
* warn when attribute warn_unused_result is applied to void functions.Nuno Lopes2009-12-221-1/+6
* Allow the first parameter of operator new to be a cv-qualifiedDouglas Gregor2009-12-223-3/+4
* Driver: When linking, don't warn about unused arguments which are obviously onlyDaniel Dunbar2009-12-221-0/+5
* implement -W[no-]fatal-errors, patch by Christian Adåker!Chris Lattner2009-12-222-2/+38
* Make sure that reinterpret_cast gets a CastKind on all successfulDouglas Gregor2009-12-221-1/+5
* Add using shadow decls to the "instantiated locals" map, fixing PR5847.John McCall2009-12-221-0/+5
* Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequenceDouglas Gregor2009-12-223-36/+41
* Add transfer functions support for visiting an Objective-C message expression...Ted Kremenek2009-12-222-42/+78
* ARM: Remove a FIXME, it's not actually more complicated than that.Daniel Dunbar2009-12-221-1/+0
* Switch parameter passing for overloaded binary operators toDouglas Gregor2009-12-221-7/+31
* Serialize the NoReturn bit on FunctionTypes for precompiled headersDouglas Gregor2009-12-222-4/+6
* Enter the scope of an initializer for direct-initialization as well asDouglas Gregor2009-12-221-0/+16
OpenPOWER on IntegriCloud