aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-10-11clang/lib/Headers/CMakeLists.txt: Add f16cintrin.h.NAKAMURA Takumi
2012-10-11X86: add F16C support in ClangManman Ren
2012-10-11Remove the ASTDeserializationListener's MacroVisible() callback, whichDouglas Gregor
2012-10-11Remove an unused bit from the serialized IdentifierInfoDouglas Gregor
2012-10-11Deserialize macro history when we deserialize an identifier that hasDouglas Gregor
2012-10-11Minor cleanup for r165678; no functional change.Eli Friedman
2012-10-11Make sure we perform the variadic method check correctly for calls to a membe...Eli Friedman
2012-10-10Reapply "[analyzer] Treat fields of unions as having symbolic offsets."Jordan Rose
2012-10-10Fix a crash-on-invalid when parsing a reference to an invalid auto declarationDavid Blaikie
2012-10-10objective-C IRgen: When sending a method to 'super'Fariborz Jahanian
2012-10-10Temporarily Revert "[analyzer] Treat fields of unions as having symbolic offs...Eric Christopher
2012-10-10Revert "[Options] make Option a value type."Eric Christopher
2012-10-10[Options] make Option a value type.Michael J. Spencer
2012-10-10[analyzer] Treat fields of unions as having symbolic offsets.Jordan Rose
2012-10-10[Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian
2012-10-10[analyzer] Don't run non-path-sensitive checks on system headers...Jordan Rose
2012-10-10[analyzer] Fix typo: s/HandleDeclsGallGraph/HandleDeclsCallGraph/gJordan Rose
2012-10-10-Warc-repeated-use-of-weak: look through explicit casts on assigned values.Jordan Rose
2012-10-10Move Sema::PropertyIfSetterOrGetter to ObjCMethodDecl::findPropertyDecl.Jordan Rose
2012-10-10Change Sema::PropertyIfSetterOrGetter to make use of isPropertyAccessor.Jordan Rose
2012-10-10Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose
2012-10-10Fix stack overflow when trying to create an implicit movingArgyrios Kyrtzidis
2012-10-10Apply the same fundamental fix for PR14048 as was applied for PR11905.Chandler Carruth
2012-10-10Remove the final bits of Attributes being declared in the AttributeBill Wendling
2012-10-10Fix PR 11709: Change the definition of va_list to meet AAPCS requirementLogan Chien
2012-10-10Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling
2012-10-10When indexing a module file, for the ppIncludedFile callback giveArgyrios Kyrtzidis
2012-10-10[modules] Consistently construct a buffer as input to build the module.Argyrios Kyrtzidis
2012-10-10Tidy up formatting.Richard Smith
2012-10-10-fcatch-undefined-behavior: catch a VLA bound which evalutes to a non-positiv...Richard Smith
2012-10-09-fcatch-undefined-behavior: store the type name directly at the end of a type...Richard Smith
2012-10-09Rework the (de-)serialization of macros, as stored inDouglas Gregor
2012-10-09People put pragmas in crazy places; add more handling. PR14046.Eli Friedman
2012-10-09The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola
2012-10-09Simplify the code using SmallVector::append(), as suggested by Benjamin Kramer.Argyrios Kyrtzidis
2012-10-09[driver] Remove redundant cases due to overlapping commits between Ted (r1655...Chad Rosier
2012-10-09-fcatch-undefined-behavior: emit calls to the runtime library whenever one of...Richard Smith
2012-10-09[driver] Remove the -W[no-][int-conversion|constant-conversion|enum-conversion]Chad Rosier
2012-10-09Don't forward -Wenum-conversion to cc1plus.Ted Kremenek
2012-10-09Don't forward -Wint-conversion to cc1plus.Ted Kremenek
2012-10-09Move the functionality that looks for ObjC overridden methods fromArgyrios Kyrtzidis
2012-10-09Make the order of visitation of the pending bodies in the AST readerDouglas Gregor
2012-10-09When we load a function or method body from an AST file, we checkDouglas Gregor
2012-10-09If a macro has been #undef'd in a precompiled header, we still need toDouglas Gregor
2012-10-09Clearing a SmallPtrSet is still expensive, split it out from OverloadCandidat...Benjamin Kramer
2012-10-09We use the enums to query whether an Attributes object has that attribute. TheBill Wendling
2012-10-09Move the logic that searches for overridden methods from libclang toArgyrios Kyrtzidis
2012-10-09When storing the C++ overridden methods, store them once for theArgyrios Kyrtzidis
2012-10-08Make sure we allow "#pragma options align=mac68k" in function-local contexts....Eli Friedman
2012-10-08In VarDecl::getSourceRange() make sure to check that the source locationArgyrios Kyrtzidis