summaryrefslogtreecommitdiffstats
path: root/clang/include
Commit message (Expand)AuthorAgeFilesLines
* Introduce module attributes into the module map grammar, along with aDouglas Gregor2012-01-277-13/+34
* Added source location for the template keyword in AST template-id expressions.Abramo Bagnara2012-01-277-230/+345
* Avoid redundant NNS qualification in constructor/destructor names.Abramo Bagnara2012-01-271-1/+3
* Due to a bug, -Wno-everything works like -Weverything. Fix the bug by havingArgyrios Kyrtzidis2012-01-272-0/+9
* Reimplement (de-)serialization of Objective-C categories to eliminateDouglas Gregor2012-01-274-37/+69
* constexpr: Implement the [dcl.constexpr]p5 check for whether a constexprRichard Smith2012-01-272-0/+11
* Make clz/ctz builtins defined for zero on ARM targets. rdar://10732455Bob Wilson2012-01-261-0/+7
* Keep track of the original target the user specified beforeJoerg Sonnenberger2012-01-261-1/+7
* Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.Ted Kremenek2012-01-2614-155/+164
* objc-arc: introduce -no-finalize-removal which in gc mode,Fariborz Jahanian2012-01-261-1/+2
* Change HasMutableFields to HasOnlyCMembers and consider that a tag insideArgyrios Kyrtzidis2012-01-261-1/+1
* Extend the ExternalASTSource interface to allow the AST source toDouglas Gregor2012-01-266-1/+113
* Fix a minor bug in r148582, which made -ccc-host-triple into an alias option.Bob Wilson2012-01-261-1/+1
* In FixItRewriteToTemp::RewriteFilename don't try to close the file descriptorArgyrios Kyrtzidis2012-01-261-1/+6
* Simplify {Record,Enum}Type::classof.Peter Collingbourne2012-01-261-10/+2
* Refactor to share code for handling return statements between lambda expressi...Eli Friedman2012-01-262-13/+12
* Introduce 3 new fixit options:Argyrios Kyrtzidis2012-01-265-1/+39
* Fix our handling of #pragma GCC visibility.Rafael Espindola2012-01-262-0/+9
* arc migrator: Added an option to the migratorFariborz Jahanian2012-01-262-0/+5
* Rework flushing of diagnostics to PathDiagnosticConsumer. Now all the report...Ted Kremenek2012-01-252-16/+14
* Improve the error message slightly for files that aren't using the expected U...Eli Friedman2012-01-251-2/+2
* Allow typo correction to be disabled in BuildOverloadedCallExpr variant.Kaelyn Uhrain2012-01-251-1/+2
* Avoid correcting unknown identifiers to types where types aren't allowed.Kaelyn Uhrain2012-01-252-5/+13
* Add custom callback object for typo correction in BuildRecoveryCallExpr.Kaelyn Uhrain2012-01-251-0/+5
* When we're substituting into a function parameter pack and expect toDouglas Gregor2012-01-251-1/+2
* Delete still more remnants of the now dead HostInfo. The janitoring willChandler Carruth2012-01-251-9/+0
* Delete the driver's HostInfo class. This abstraction just never reallyChandler Carruth2012-01-252-90/+17
* Switch the ToolChain types to all store a Driver reference rather thanChandler Carruth2012-01-251-3/+2
* Remove the TargetTriple object that I added to the Driver recently. ThisChandler Carruth2012-01-251-5/+0
* Represent 256-bit unaligned loads natively and remove the builtins. Similar c...Craig Topper2012-01-251-3/+0
* Introduce a generation number for selector lookups in the globalDouglas Gregor2012-01-251-1/+6
* Rework the external Sema source's ReadMethodPool() so that it doesn'tDouglas Gregor2012-01-254-11/+7
* Reduce peak memory usage of the static analyzer on sqlite3 (when using inlini...Ted Kremenek2012-01-251-3/+4
* arc migrator: Provide infrastructure to add optionsFariborz Jahanian2012-01-253-0/+43
* Replace a hack to handle NSLog/NSLogv in sema by declaring them as Library Bu...Jean-Daniel Dupas2012-01-241-0/+5
* Remove trailing slash in front of header name of ObjC builtins.Jean-Daniel Dupas2012-01-241-12/+12
* Add a new warning, -Wover-aligned, which detects attempts to use the defaultNick Lewycky2012-01-242-0/+6
* objc: Issue a generic diagnostic assigning to Fariborz Jahanian2012-01-241-3/+1
* The following patch adds __attribute__((no_address_safety_analysis)) which wi...Kostya Serebryany2012-01-242-0/+5
* Promote the extension warning for attempts to catch a reference orDouglas Gregor2012-01-242-7/+4
* objc: issue error if assigning objects in fragile-abi too.Fariborz Jahanian2012-01-241-0/+2
* Only mark an IdentifierInfo as having changed since deserializationDouglas Gregor2012-01-241-1/+2
* Remove HostInfo::useDriverDriver(). This was only used in two placesChandler Carruth2012-01-241-4/+0
* Hoist the targeted triple object into an actual object in the Driver.Chandler Carruth2012-01-241-1/+6
* Support decltype in member initializers.David Blaikie2012-01-241-0/+3
* Reword/rename -Wswitch-unreachable-default.David Blaikie2012-01-242-4/+4
* Improve -Wswitch-enum diagnostic message.David Blaikie2012-01-241-4/+4
* Rename Sema::isNullExpr() -> Sema::isSentinelNullExpr() which is more descrip...Argyrios Kyrtzidis2012-01-241-1/+1
* objective-c: Ignore with warning forward class declaration whose nameFariborz Jahanian2012-01-241-0/+3
* Remove extraneous ';'.Bill Wendling2012-01-231-1/+1
OpenPOWER on IntegriCloud