aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-10-31Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as aRichard Smith
2013-10-31[AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier
2013-10-31iboutletcollection really does have custom parsing.Aaron Ballman
2013-10-31Remove unused diagnostic.Benjamin Kramer
2013-10-31Factor out custom parsing for iboutletcollection and vec_type_hint attributesRichard Smith
2013-10-30Add CodeGenABITypes.h for use in LLDB.Mark Lacey
2013-10-30clang-cl: Parse the /arch, /Yu and /Fp options (PR17736)Hans Wennborg
2013-10-30[mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related testsDaniel Sanders
2013-10-30[mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...Daniel Sanders
2013-10-30[AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier
2013-10-30[mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders
2013-10-30Recover instead of crashing on MS assembly when no target is loadedAlp Toker
2013-10-30Make thunk this/return adjustment ABI-specific. Also, fix the return adjustme...Timur Iskhodzhanov
2013-10-29Changed tests_typestate to test_typestate for consistency.Chris Wailes
2013-10-29Add support for the separate version of /FI.Rafael Espindola
2013-10-29clang-format: Option to control spacing in template argument lists.Daniel Jasper
2013-10-29Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...Samuel Benzaquen
2013-10-29ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clangBernard Ogden
2013-10-29Use Rewriter::overwriteChangedFiles() directlyAlp Toker
2013-10-29Remove obsolete RewriteBuffer commentAlp Toker
2013-10-29Add missing attributes [[gnu::no_sanitize_address]] andNick Lewycky
2013-10-29Treat [[gnu::__const]] the same as [[gnu::const]]. GCC's tokenizer can't tellNick Lewycky
2013-10-28Allow a new syntax in a module requires-declaration:Richard Smith
2013-10-28Fix a parser crash when there are #pragmas in a context which requires a singleRichard Smith
2013-10-26Remove unused diagnostic.Benjamin Kramer
2013-10-26ObjectiveC arc. Warn when an implicitly 'strong' property Fariborz Jahanian
2013-10-25ObjectiveC: under -Wunused-property-ivar warn if property'sFariborz Jahanian
2013-10-25Add -Wstring-plus-char, which warns when adding char literals to C strings.Jordan Rose
2013-10-25clang-format: Adapt line break penalties for LLVM style.Daniel Jasper
2013-10-25Sema: Do not allow lambda expressions to appear inside of constant expressionsDavid Majnemer
2013-10-25Simplify and refactor the uninitialized field warning.Richard Trieu
2013-10-24Revert "Tooling/ReplacementsYaml.h: Prune Tooling's llvm::yaml::ScalarTraits<...Argyrios Kyrtzidis
2013-10-24Tooling/ReplacementsYaml.h: Prune Tooling's llvm::yaml::ScalarTraits<std::str...NAKAMURA Takumi
2013-10-24Teach Clang to accept and ignore -f[no-]implicit-templates.Chandler Carruth
2013-10-24Teach Clang to recognize and ignore GCC's -fdiagnostics-show-locationChandler Carruth
2013-10-24Use the same SourceManager for ModuleMaps and compilations.Manuel Klimek
2013-10-24PR17666: Instead of allowing an initial identifier argument in any attributeRichard Smith
2013-10-23A decl never becomes unused. Make that explicit in the API.Rafael Espindola
2013-10-23Refactor out the circular reference to LambdaExpr in CXXRecordDecl.Faisal Vali
2013-10-23[mips][msa] Add intrinsics that map to pseudo-instructions.Daniel Sanders
2013-10-23Revert r193223 and r193216.Rafael Espindola
2013-10-23Remove the circular reference to LambdaExpr in CXXRecordDecl.Faisal Vali
2013-10-23Make UsingShadowDecls redeclarable. This fixes some visibility problems withRichard Smith
2013-10-22Retain previous language linkage of friend function declarationsAlp Toker
2013-10-22Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-insertedRichard Smith
2013-10-22Treat aliases as definitions.Rafael Espindola
2013-10-22New fix for pr17535.Rafael Espindola
2013-10-22Revert r193073 and the attempt to fix it in r193170.Chandler Carruth
2013-10-22Revert "This patch causes clang to reject alias attributes that point to unde...Rafael Espindola
2013-10-22This patch causes clang to reject alias attributes that point to undefinedRafael Espindola