aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-08-27Call ResolveExceptionSpec for non-OdrUsed functions.Nico Weber
2014-08-27Allow __fp16 as a function arg or return type for AArch64Oliver Stannard
2014-08-27Use unique_ptr instead of OwningPtr. I'm not certain how this compiled.Ted Kremenek
2014-08-27Add support for the static analyzer to synthesize function implementations fr...Ted Kremenek
2014-08-27Move some ARM-specific code from CGCall.cpp to TargetInfo.cppOliver Stannard
2014-08-27Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper
2014-08-27Fix some cases were ArrayRefs were being passed by reference.Craig Topper
2014-08-27Driver: Restore -fkeep-inline-functions as an ignored flagJustin Bogner
2014-08-27Fix representation of __attribute__((nonnull)) to support correctly modelingRichard Smith
2014-08-26Return a std::unique_ptr from getBufferForFile. NFC.Rafael Espindola
2014-08-26Ignore -fdevirtualize and -fdevirtualize-speculatively for gcc compatReid Kleckner
2014-08-26Return a std::unique_ptr from getBufferForFile. NFC.Rafael Espindola
2014-08-26Convert MC command line flag for fatal assembler warnings into a properJoerg Sonnenberger
2014-08-26ARM: Add dbg builtin intrinsicYi Kong
2014-08-26clang-format: New option SpacesInSquareBrackets.Daniel Jasper
2014-08-26[modules] Track the described template in an alias declaration that is theRichard Smith
2014-08-25Objective-C. Allow [super initialize] in an +initializeFariborz Jahanian
2014-08-25Objective-C modernization. Convert -initWithUTF8String messagingFariborz Jahanian
2014-08-25Update for llvm api change.Rafael Espindola
2014-08-25ASTVector: Fix return value of various insert() methods.Will Dietz
2014-08-25Add hasAttr matcher for declarations.Manuel Klimek
2014-08-24PR20716 - Crash when recovering from type in known dependent base.Nikola Smiljanic
2014-08-23[modules] When merging a tag declaration that has a typedef name for linkageRichard Smith
2014-08-22Objective-C. Warn when @encode'ing provides an incompleteFariborz Jahanian
2014-08-22Ignore -Wunsupported-dll-base-class-template by defaultHans Wennborg
2014-08-22Objective-C. Warn if user has made explicit callFariborz Jahanian
2014-08-22-fms-extensions: Alias _intNN to __intNNReid Kleckner
2014-08-22[AArch64, inline-asm] Improve diagnostic that is printed when the size of aAkira Hatanaka
2014-08-22MS ABI: Don't use the Itanium scheme for numbering lambdasDavid Majnemer
2014-08-21Fix grammatical error in diagnostic.Richard Smith
2014-08-21Driver: Implement -cl-denorms-are-zeroTom Stellard
2014-08-19Objective-C [qoi]. Provide fix-it hint when sendingFariborz Jahanian
2014-08-19C++1y is now C++14!Aaron Ballman
2014-08-19Move the body out of line to try to fix a buildbot.Rafael Espindola
2014-08-19Go back to having a takeModule instead of a getModule.Rafael Espindola
2014-08-19[OPENMP] Extract common superclass from all the loop directives. No functiona...Alexander Musman
2014-08-19Update for llvm api change.Rafael Espindola
2014-08-18Add a warning flag for an existing diagnostic.Nico Weber
2014-08-18Store std::unique_ptr in InMemoryBuffers. NFC.Rafael Espindola
2014-08-18return a std::unique_ptr from getMainBufferWithPrecompiledPreamble. NFC.Rafael Espindola
2014-08-18Use std::unique_ptr to simplify this code a bit.Rafael Espindola
2014-08-18Inline function into only use.Rafael Espindola
2014-08-18Simplify ASTUnit::Parse a bit by passing a std::unique_ptr to it.Rafael Espindola
2014-08-17Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper
2014-08-17Use std::unique_ptr in a few methods that take ownership.Rafael Espindola
2014-08-17Convert a few ownership comments with std::unique_ptr.Rafael Espindola
2014-08-16When loading a module with no local entities, still bump the size of theBen Langmuir
2014-08-16[libclang] Introduce clang_File_isEqual for comparing CXFile handles.Argyrios Kyrtzidis
2014-08-15Add a RAII class for saving and restoring instantiations and uses. No behavio...Nico Weber
2014-08-15Typo fix in comments: definintion -> definitionJames Dennett