aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-17Remove unused NoPreprocess variable.Daniel Dunbar
2009-11-17Remove unused program action.Daniel Dunbar
2009-11-17Rename CompilerInvocation::DiagOpts -> DiagnosticOpts for consistency.Daniel Dunbar
2009-11-17Add missing defaults to AnalyzerOptions.Daniel Dunbar
2009-11-17Remove unused IsCXXAware and IgnoreSysRoots option from HeaderSearchOptions::...Daniel Dunbar
2009-11-17Unify the way destructor epilogues are generated for synthesized and regular ...Anders Carlsson
2009-11-17More const is always good.Anders Carlsson
2009-11-17Add a comment.Zhongxing Xu
2009-11-17Fix typo. Thanks Ted.Mike Stump
2009-11-17Add typeinfo support for T* and const T* for all builtin types T.Mike Stump
2009-11-17Add test to verify that the analyzer plist output is what we expect.Ted Kremenek
2009-11-17Add typeid for the builtin types. WIP.Mike Stump
2009-11-17Carry lookup configuration throughout lookup on the LookupResult. GiveJohn McCall
2009-11-17Fix tests after enabling -split-phi-edges.Jakob Stoklund Olesen
2009-11-17PR5526: Make sure to set the right cast kinds for the inserted implicit casts.Eli Friedman
2009-11-17When querying type qualifiers on QualType via one of the "non-local"Douglas Gregor
2009-11-17Ensure we peer through () when handling typeid(*p).Mike Stump
2009-11-17Remove extra space in warn_maynot_respond diagnostic. Fixes <rdar://problem/...Ted Kremenek
2009-11-17Note why this doesn't yet work.Mike Stump
2009-11-17Trim spacing.Mike Stump
2009-11-17Since we always have 2 edges, we don't need to reserve 3 slot for theMike Stump
2009-11-17Minor CFG refinements for typeid and dynamic_cast.Mike Stump
2009-11-16Fix up EmitMemberInitializer to handle many more cases.Eli Friedman
2009-11-16Testcase for dynamic_cast.Mike Stump
2009-11-16Reorganize EmitMemberInitializer to put anonymous unions on the common codepath.Eli Friedman
2009-11-16Simplify the AST a bit by skipping creating member initializers for membersEli Friedman
2009-11-16Make member initializers for union members work correctly.Eli Friedman
2009-11-16Implement dynamic_cast<void*>(E).Mike Stump
2009-11-16Update test, I don't know why this changed but seems innocuous.Daniel Dunbar
2009-11-16Trim includes.Daniel Dunbar
2009-11-16Store more information in HeaderSearchOptions so that its initialization is notDaniel Dunbar
2009-11-16clang-cc: Eliminate cyclic dependency in initializing CodeGenOptions.Daniel Dunbar
2009-11-16Implement a few more cases for copy constructor synthesis.Eli Friedman
2009-11-16First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor
2009-11-16Clean up scalar cast kind handling; make cast kind handling explicitly handleEli Friedman
2009-11-16Audit done, all the required casts are already done.Mike Stump
2009-11-16revert r88963.Devang Patel
2009-11-16Use TrackingVH to hold forward decl. This one is for RecordType.Devang Patel
2009-11-16Parallel fix to r88951: use TrackingVH to hold forward decl.Eli Friedman
2009-11-16Repair broken FindCompositePointerType. Correct early termination condition. ...Sebastian Redl
2009-11-16Fix valgrind uninitialized error.Eli Friedman
2009-11-16Use TrackingVH to hold forward decl.Devang Patel
2009-11-16Fix condition in LocationCheck::classof(). Thanks to Marius Wachtler for poi...Ted Kremenek
2009-11-16Use configure options for searching for libstdc++.Rafael Espindola
2009-11-16Fix members to be public.Mike Stump
2009-11-16Make bots happy.Mike Stump
2009-11-16Fix PR5488: special-case the overloaded arrow operator so that we don't try toEli Friedman
2009-11-16Fixed two minor differences between clang and GCC-generated runtime structure...David Chisnall
2009-11-16Handle case of missing '@end' in implementation contextFariborz Jahanian
2009-11-16Fix spelling for target triplet.Mike Stump