summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
* Change ObjCContainerDecl to contain the entire range for the '@end'Ted Kremenek2010-01-076-24/+37
* _mm_xor_ps does a xor not a nxor. The other 'xor' builtins look fine,Chris Lattner2010-01-071-1/+1
* Fix the search for visible declarations within a Scope to ensure thatDouglas Gregor2010-01-071-13/+15
* When we typo-correct a base class initializer, point to the base classDouglas Gregor2010-01-071-1/+8
* Whenever we emit a typo-correction diagnostic, also emit a noteDouglas Gregor2010-01-077-1/+35
* When suggesting a typo correction for an @implementation without aDouglas Gregor2010-01-062-1/+10
* Move the allocation of designators in DesignatedInitExpr to theDouglas Gregor2010-01-063-13/+22
* Don't assert when dealing with unsigned casts of lvalues. Fixes PR5961.John McCall2010-01-061-6/+11
* Derive tighter ranges for & and >> in the conversion-checking code.John McCall2010-01-061-6/+38
* Fix linkage for RTTI names by re-using the logic for computing theDouglas Gregor2010-01-063-43/+26
* Fix a bug when property is redeclared in multipleFariborz Jahanian2010-01-061-0/+26
* Fix marking of virtual members for nested classes whose first non-pure virtua...Douglas Gregor2010-01-064-50/+90
* Fix for PR5691David Chisnall2010-01-061-1/+1
* Make sure that the key-function computation produces the correctDouglas Gregor2010-01-061-10/+27
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-064-13/+52
* Fix (invalid) may-be-uninitialized warning.Daniel Dunbar2010-01-061-1/+2
* Significantly rework the calculation of effective integer-expression rangesJohn McCall2010-01-061-176/+221
* Revert my available_externally vtables experiment. It's breaking the LLVM-wit...Douglas Gregor2010-01-061-2/+7
* Make our marking of virtual members functions in a class beDouglas Gregor2010-01-064-56/+36
* Reorder to avoid invalidating idx which is an accessor into VCall.Mike Stump2010-01-061-1/+1
* Fix spelling.Mike Stump2010-01-061-1/+1
* Per offline discussion with Doug, don't perform typo correction when we have ...Ted Kremenek2010-01-061-0/+4
* Do not diagnose method disguised as property setterFariborz Jahanian2010-01-061-2/+5
* Add Expr::EvaluateAsBooleanCondition(), which does unprincipled folding toJohn McCall2010-01-051-1/+9
* Fixed a bug where initializer is a macro in rewrite.Fariborz Jahanian2010-01-051-0/+1
* Silence bogus GCC warningDouglas Gregor2010-01-051-1/+2
* Make use of available_externally linkage for vtables when theDouglas Gregor2010-01-051-4/+19
* API support for __block variables which are also __weak.Fariborz Jahanian2010-01-051-5/+16
* Improve key-function computation for templates. In particular:Douglas Gregor2010-01-056-37/+51
* Add code to skip the emission of available externally functions at -O0. WIP.Mike Stump2010-01-051-0/+10
* Minor clean up.Fariborz Jahanian2010-01-051-6/+3
* Remove bogus "C" from preamble block decls.Steve Naroff2010-01-051-2/+2
* More rewriting of __block APIs. wip.Fariborz Jahanian2010-01-051-26/+40
* Fix <rdar://problem/7490212> clang rewriter: return of the mixed line endings...Steve Naroff2010-01-051-1/+3
* Revert r92318. Instead fix the analyzer: do not call Zhongxing Xu2010-01-052-9/+3
* if an arraytype is canonical, then its element is guaranteed to be canonical.Zhongxing Xu2010-01-051-1/+2
* Allow clang to pass -x cl through to compiler driver.Nate Begeman2010-01-051-0/+2
* When emitting member function pointers, use the canonical decl if the member ...Anders Carlsson2010-01-052-1/+4
* Disallow captured arrays in blocks as well. Radar 7438948.Mike Stump2010-01-051-0/+6
* Disallow capturing vlas inside blocks.Mike Stump2010-01-051-0/+6
* Make static analysis support for C++ 'this' expression context-sensitive. Es...Ted Kremenek2010-01-054-30/+46
* More rewriting of __block objective-c pointer variables. wip.Fariborz Jahanian2010-01-051-5/+80
* Remove stale comment. We already do format string checking for functions wit...Ted Kremenek2010-01-051-3/+0
* Fix warnings.Mike Stump2010-01-051-1/+2
* Remove references to 'Checker' and 'GRTransferFuncs' fromTed Kremenek2010-01-056-67/+52
* Move the -Wconversion logic into SemaChecking.cpp. There's a fair amount ofJohn McCall2010-01-043-314/+315
* Move the -Wsign-compare logic into SemaChecking.cpp.John McCall2010-01-042-78/+81
* Avoid warnings for functions that return a value using MS-style inlineMike Stump2010-01-041-0/+8
* Remember if the AsmStmt came from Microsoft-style inline assembly code.Mike Stump2010-01-046-8/+12
* -Wsign-compare shouldn't warn when the signed operand is a conditional operatorJohn McCall2010-01-041-20/+24
OpenPOWER on IntegriCloud