aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-20Don't repeat the function name in the comment.Richard Smith
2013-02-20[preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...Argyrios Kyrtzidis
2013-02-20[analyzer] Account for the "interesting values" hash table resizing.Jordan Rose
2013-02-19PR15300: Support C++11 attributes on base-specifiers. We don't support any suchRichard Smith
2013-02-19[analyzer] Don't accidentally strip off base object regions for lazy bindings.Jordan Rose
2013-02-19Add missing clang-format null pointer check..Daniel Jasper
2013-02-19[modules] Const'ify some functions of ModuleMap.Argyrios Kyrtzidis
2013-02-19[modules] Refactor code from ASTReader::makeModuleVisible() into a new function,Argyrios Kyrtzidis
2013-02-19Use MapVector::pop_back() per LLVM r175538.Douglas Gregor
2013-02-19[docs] Rename to permit wider variety of content.Sean Silva
2013-02-19[docs] Revise content on ExternalProjectsUsingClang page.Sean Silva
2013-02-19Correctly format macro with unfinished template declaration.Daniel Jasper
2013-02-19Support in hasDeclaration for types with getDecl()Edwin Vane
2013-02-19[docs] Introduce ExternalProjectsUsingClang.rstSean Silva
2013-02-19[Sanitizer] If -fsanitize-blacklist= option is not explicitly specified, make...Alexey Samsonov
2013-02-19Add the missing 'static' keyword to the testTimur Iskhodzhanov
2013-02-19Fix bug in LineState comparison function.Daniel Jasper
2013-02-19More grammar.Eric Christopher
2013-02-19Fixing a typo where FixIts was accidentally self-assigning instead of assigni...Aaron Ballman
2013-02-19Add support for -fvisibility-ms-compat.John McCall
2013-02-19Use the actual class visibility for the ObjC EHTYPE global,John McCall
2013-02-19Temporarily revert r175471 for more review.Bill Wendling
2013-02-18Add a 'no-builtin' attribute if we do not want to simplify calls.Bill Wendling
2013-02-18Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie
2013-02-18Replace TypeLoc llvm::cast support to be well-defined.David Blaikie
2013-02-18libclang: don't store nul-terminated strings as StringRefs,Dmitri Gribenko
2013-02-18Clean up last use of dyn_cast on TypeLoc in ASTMatchersDavid Blaikie
2013-02-18Test for my last patch. // rdar://13178483Fariborz Jahanian
2013-02-18Add include guards for CommentVisitor.hArgyrios Kyrtzidis
2013-02-18Prevent crash on multiple user errors (which I cannot reproduce inFariborz Jahanian
2013-02-18CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386.Douglas Gregor
2013-02-18Ensure that the identifier chains have the most recent declaration after modu...Douglas Gregor
2013-02-18Improve indentation of builder type calls.Daniel Jasper
2013-02-18Improve formatting of builder-type calls.Daniel Jasper
2013-02-18Reformat lines if they were "moved around".Daniel Jasper
2013-02-18Correctly determine */& usage in more cases.Daniel Jasper
2013-02-18AArch64: add atomic support parameters to TargetInfoTim Northover
2013-02-18Always break after multi-line string literals.Daniel Jasper
2013-02-18Prevent line breaks that make stuff hard to read.Daniel Jasper
2013-02-18Update test cases to account for DIBuilder type changes.David Blaikie
2013-02-18Disable dead stores checker for template instantations. Fixes <rdar://proble...Ted Kremenek
2013-02-18Fix up grammar a bit.Eric Christopher
2013-02-18Unify some "kernel or kext" conditionals.Eric Christopher
2013-02-18Add a comment.Eric Christopher
2013-02-18Clean up comment.Eric Christopher
2013-02-18Grammar.Eric Christopher
2013-02-18Unify some code. No functional change.Eric Christopher
2013-02-17Test ivar-invariant.m: use a more idiomatic RUN line and tighten the testDmitri Gribenko
2013-02-17Remove block names from test case to unbreak release builds.Lang Hames
2013-02-17Documentation: use \brief and don't duplicate the name of the declared entityJames Dennett