aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-06-08Don't include llvm/MC/MCParser throughout all of SemaAlp Toker
2014-06-07DeclObjC: Fix comments about bad APIAlp Toker
2014-06-07Avoid dubious IdentifierInfo::getNameStart() usesAlp Toker
2014-06-07StringRefize TargetInfo::getABI()Alp Toker
2014-06-07Driver: add -m{,no-}long-calls supportSaleem Abdulrasool
2014-06-06Fix my poor grammar from r210372Richard Trieu
2014-06-06Delay lookup of simple default template arguments under -fms-compatibilityReid Kleckner
2014-06-06Add -Wtautological-undefined-compare and -Wundefined-bool-conversion warningsRichard Trieu
2014-06-06Fix DOS-style newlines.Eli Bendersky
2014-06-06Fix RecursiveASTVisitor to visit types in ObjCPropertyDeclAlp Toker
2014-06-06Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman
2014-06-06Fix typosAlp Toker
2014-06-06Revert "Revert "Devise a package-private means to determine the LLVM version ...Alp Toker
2014-06-06Revert "Devise a package-private means to determine the LLVM version string"Alp Toker
2014-06-06Devise a package-private means to determine the LLVM version stringAlp Toker
2014-06-06PR11306 - Variadic template fix-it suggestion. Recover from misplaced or redu...Nikola Smiljanic
2014-06-05Implement -Wframe-larger-than backend diagnosticAlp Toker
2014-06-05Add hasLocalStorage/hasGlobalStorage matchers.Samuel Benzaquen
2014-06-05Add pointer types to global named registerRenato Golin
2014-06-05Fix equalsNode() to accept pointers to derived types.Samuel Benzaquen
2014-06-04[OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman
2014-06-04[OPENMP] Small comment and reformatting fixes.Alexander Musman
2014-06-04Remove the last remaining llvm/Config/config.h includesAlp Toker
2014-06-04Downgrade "definition of dllimport static field" error to warning for class t...Hans Wennborg
2014-06-03Add __builtin_operator_new and __builtin_operator_delete, which act like callsRichard Smith
2014-06-03Fix leak from r210059Alp Toker
2014-06-03Use IntrusiveRefCntPtr's == and != nullptr operators.Rafael Espindola
2014-06-03[OPENMP] Loop canonical form analysis (Sema)Alexander Musman
2014-06-03Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith
2014-06-03PR11410: Extend diagnostic to cover all cases of aggregate initialization, notRichard Smith
2014-06-03Don't assume an implicit IntrusiveRefCntPtr -> bool operator.Rafael Espindola
2014-06-03Eliminate redundant MangleBuffer classAlp Toker
2014-06-01Revert "Fix the undefined-but-used odr-use marker (DR48)"Alp Toker
2014-06-01Fix the undefined-but-used odr-use marker (DR48)Alp Toker
2014-05-31Preprocessor: make C++ operator names as macro identifiers a compatible exten...Alp Toker
2014-05-31Support C++11 scoped enums in NamedDecl::isCXXClassMember()Alp Toker
2014-05-31Format strings: check against an enum's underlying type.Jordan Rose
2014-05-31Preprocessor: recover gracefully when C++ operator names are used as macro id...Alp Toker
2014-05-31Preprocessor: don't exit early in CheckMacroName()Alp Toker
2014-05-31Diagnose dll attribute on member of class that already has a dll attributeHans Wennborg
2014-05-31Refactor: use the DeclarationNameInfo form of BuildMemberReferenceExprRichard Smith
2014-05-30Add a FIXME for a bug Doug pointed out in code review.Richard Smith
2014-05-30Thread Safety Analysis: fix handling of string and char literals.DeLesley Hutchins
2014-05-30Start adding support for dllimport/dllexport on classes (PR11170)Hans Wennborg
2014-05-30Thread Safety Analysis: fix uninitialized member in TIL Literal.DeLesley Hutchins
2014-05-30Setting a heading for the section/allocate attribute so that the attribute do...Aaron Ballman
2014-05-30PR11410 - Confusing diagnostic when trailing array element tries to call dele...Nikola Smiljanic
2014-05-30PR12214 - Warn on suspicious self-compound-assignments.Nikola Smiljanic
2014-05-29Thread Safety Analysis: implement review suggestions from Aaron Ballman.DeLesley Hutchins
2014-05-29Implement AVX1 vbroadcast intrinsics with vector initializersAdam Nemet