summaryrefslogtreecommitdiff
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Fix an assertion hit when the serialized diagnostics writer receive a diagnosticArgyrios Kyrtzidis2012-05-109-95/+144
* Warn about visibility attributes in typedefs.Rafael Espindola2012-05-102-0/+6
* Fix an old (2009) FIXME:Rafael Espindola2012-05-107-125/+204
* [analyzer] Do not highlight the range of the statement in case of leak.Anna Zaks2012-05-102-158/+24
* RecursiveASTVisitor:Richard Smith2012-05-092-2/+16
* objective-c. Fixes a 'fixit' where location ofFariborz Jahanian2012-05-095-3/+29
* hopefully fix a bunch of ARM buildbot failuresNuno Lopes2012-05-0917-22/+22
* Pull some cases of initialization with self-reference warnings out ofRichard Trieu2012-05-092-36/+67
* Push the knowledge that we are parsing a type-id/type-name further into theRichard Smith2012-05-096-7/+21
* Stop AltiVec parsing from going down the 'implicit int' codepath as part of itsRichard Smith2012-05-093-2/+22
* Roll logic into a single if statement, per David's suggestion.Chad Rosier2012-05-091-3/+2
* Use the triple directly, rather then getTriple().Chad Rosier2012-05-091-1/+1
* Pass a target triple explicitly to check platform specific macros definitions.Simon Atanasyan2012-05-092-0/+85
* Now the proper fix for r156497. Sorry for the churn.Chad Rosier2012-05-091-4/+5
* Move the iOSVersionMin string to a header so as to avoid a dangling pointer.Chad Rosier2012-05-092-1/+4
* Fix -Wdelete-non-virtual-dtor in Tooling code.David Blaikie2012-05-092-0/+6
* Update test case for new default of 3.0Chad Rosier2012-05-091-2/+2
* Implement PPC64TargetCodeGenInfo.Roman Divacky2012-05-091-0/+60
* ARM: Support marking intrinsic definitions as 'unavailable'Jim Grosbach2012-05-093-4/+11
* [driver] Use the iOS target triple to infer the deployment target.Chad Rosier2012-05-092-2/+41
* [analyzer]Extend the available checks list and the release notes for 264Anna Zaks2012-05-092-1/+51
* Ignore a "generic" return value from getHostCPUName. <rdar://problem/11314502>Bob Wilson2012-05-091-1/+1
* [libclang] Add a test for objc boxed expressions.Argyrios Kyrtzidis2012-05-092-0/+29
* [analyzer] Simplify r156446, as per Ted's review.Anna Zaks2012-05-091-7/+2
* [analyzer] Allow pointers to escape through selector callbacks.Anna Zaks2012-05-092-2/+32
* Remove this test again which fails the build-bot for reasons yetFariborz Jahanian2012-05-091-85/+0
* Declare abstract class ArgumentsAdjuster. This abstract interface describesSimon Atanasyan2012-05-096-3/+117
* Re-add test for // rdar://11374235Fariborz Jahanian2012-05-091-0/+85
* [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reservin...Argyrios Kyrtzidis2012-05-098-81/+252
* update calls to objectsize intrinsic to match LLVM r156473Nuno Lopes2012-05-094-6/+33
* Recover properly if a class member declaration starts with a scope specifierRichard Smith2012-05-094-10/+14
* Fix Engrish.Ted Kremenek2012-05-091-1/+1
* Teach IsTailPaddedMemberArray() (used by -Warray-bounds) that a FieldDecl may...Ted Kremenek2012-05-092-4/+30
* A little tweak to the SFINAE condition reporting. Don't say:Richard Smith2012-05-094-3/+86
* Fix typo.Ted Kremenek2012-05-091-1/+1
* Remove thid test for now.Fariborz Jahanian2012-05-091-85/+0
* Update the SelfReferenceChecker. Refactored some of the visitor methods.Richard Trieu2012-05-092-32/+57
* Update checker build.Ted Kremenek2012-05-092-1/+10
* Modern objective-c translation. Translating defaultFariborz Jahanian2012-05-082-20/+100
* [analyzer] We currently do not fully support CompoundLiterals inAnna Zaks2012-05-082-1/+33
* add -fbounds-checking option.Nuno Lopes2012-05-088-2/+35
* Having RegionStore lower field bindings to raw offsets, just like ElementRegi...Ted Kremenek2012-05-083-10/+23
* When creating lazy bindings in RegionStore, propagate existing lazy bindings ...Ted Kremenek2012-05-081-1/+19
* Include address of Store in graphviz output of ExplodedGraph.Ted Kremenek2012-05-081-1/+3
* Bind cleanups after doing l2r conversion on the operand of aJohn McCall2012-05-082-5/+11
* [analyzer] SelfInit: Stop tracking self if it's assigned a value weAnna Zaks2012-05-082-2/+52
* modern objc translation. objc_getClass() and objc_getMetaClass()Fariborz Jahanian2012-05-082-17/+24
* The address of a vla is actually complex and requires a dereference.Eric Christopher2012-05-082-1/+30
* Whitespace.Eric Christopher2012-05-081-1/+0
* Fix fmin*/fmax* library builtin signatures.Douglas Gregor2012-05-082-6/+8