summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Make -mms-bitfields behave consistently.Eli Friedman2012-10-121-0/+5
* Fix typo correction of one qualified name to another.David Blaikie2012-10-121-0/+12
* Track which particular submodule #undef's a macro, so that the actualDouglas Gregor2012-10-121-14/+37
* search for overridden methods with comment when overriding methodFariborz Jahanian2012-10-112-28/+8
* Remove pointless classof()'s.Sean Silva2012-10-1135-404/+0
* Add missing classof().Sean Silva2012-10-111-0/+4
* Diagnose the expansion of ambiguous macro definitions. This can happenDouglas Gregor2012-10-113-0/+18
* Introduce a simple "hint" scheme to eliminate the quadratic behaviorDouglas Gregor2012-10-112-3/+4
* Make the deserialization of PendingMacroIDs deterministic.Douglas Gregor2012-10-111-6/+2
* -Warc-repeated-use-of-weak: Check messages to property accessors as well.Jordan Rose2012-10-111-0/+6
* [libclang] Improve AST serialization done by ASTUnit::Save().Argyrios Kyrtzidis2012-10-112-4/+13
* Add codegen support for __uuidof().Nico Weber2012-10-111-0/+3
* X86: add F16C support in ClangManman Ren2012-10-112-0/+8
* Remove the ASTDeserializationListener's MacroVisible() callback, whichDouglas Gregor2012-10-112-7/+0
* Deserialize macro history when we deserialize an identifier that hasDouglas Gregor2012-10-114-26/+67
* Revert "[Options] make Option a value type."Eric Christopher2012-10-104-28/+43
* [Options] make Option a value type.Michael J. Spencer2012-10-104-43/+28
* Make -Wshift-op-parentheses a subgroup of -WparenthesesDavid Blaikie2012-10-101-0/+1
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-102-18/+46
* Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.Jordan Rose2012-10-102-12/+8
* Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor.Jordan Rose2012-10-101-1/+2
* Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose2012-10-101-7/+7
* Fix PR 11709: Change the definition of va_list to meet AAPCS requirementLogan Chien2012-10-101-1/+6
* When indexing a module file, for the ppIncludedFile callback giveArgyrios Kyrtzidis2012-10-102-7/+16
* [modules] Consistently construct a buffer as input to build the module.Argyrios Kyrtzidis2012-10-101-0/+4
* Rework the (de-)serialization of macros, as stored inDouglas Gregor2012-10-099-31/+182
* Initialize the end loc in ObjCInterfaceTypeLoc.Benjamin Kramer2012-10-091-0/+1
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-093-9/+0
* -fcatch-undefined-behavior: emit calls to the runtime library whenever one of...Richard Smith2012-10-091-1/+1
* Create variable for warning group -Wshorten-64-to-32.Ted Kremenek2012-10-092-3/+3
* Move the functionality that looks for ObjC overridden methods fromArgyrios Kyrtzidis2012-10-091-0/+10
* Make the order of visitation of the pending bodies in the AST readerDouglas Gregor2012-10-091-1/+7
* When we load a function or method body from an AST file, we checkDouglas Gregor2012-10-092-8/+15
* If a macro has been #undef'd in a precompiled header, we still need toDouglas Gregor2012-10-091-0/+3
* Clearing a SmallPtrSet is still expensive, split it out from OverloadCandidat...Benjamin Kramer2012-10-091-1/+3
* CXXMethodDecl::isConst() and CXXMethodDecl::isVolatile() can be const methodsArnaud A. de Grandmaison2012-10-091-2/+2
* Move the logic that searches for overridden methods from libclang toArgyrios Kyrtzidis2012-10-091-0/+10
* Actually add the -Wenum-conversion group to -Wconversion as r165361Chandler Carruth2012-10-081-0/+1
* Sort the subgroups of the diagnostic group for -Wconversion. NoChandler Carruth2012-10-081-6/+6
* FileNameMatchTrie: Use StringRef instead of Twines where possible.Daniel Jasper2012-10-081-2/+1
* Support symlinks and relative paths in complilation databases.Daniel Jasper2012-10-083-0/+95
* Use a single note diagnostic for all the precedent/parentheses warnings.David Blaikie2012-10-081-10/+2
* StringRef-ify Binary/UnaryOperator::getOpcodeStrDavid Blaikie2012-10-082-4/+4
* Expose __builtin_bswap16.Benjamin Kramer2012-10-061-0/+1
* Place warn_impcast_different_enum_types in a new warning group, -Wenum-conver...Ted Kremenek2012-10-062-1/+2
* [libclang] Fix the comments, as suggested by Dmitri.Argyrios Kyrtzidis2012-10-061-10/+11
* Implement -Wshift-op-parentheses for: a << b + cDavid Blaikie2012-10-052-0/+6
* [libclang] Now that we have a CXModule object, pass it to theArgyrios Kyrtzidis2012-10-051-11/+5
* [libclang] Introduce new C functions that provide information about modules:Argyrios Kyrtzidis2012-10-051-0/+58
* [Modules] Introduce Module::TopHeaders which is a set of top-level headersArgyrios Kyrtzidis2012-10-052-4/+10