]> granicus.if.org Git - clang/shortlog
clang
2013-02-21 Jordan Rose[analyzer] Make sure a temporary object region matches...
2013-02-21 John McCallIgnore visibility from enclosing template arguments
2013-02-21 David BlaikieSimplify code to use castAs rather than getAs + assert.
2013-02-21 David BlaikieFix copy/paste to refer to the relevant type (ProgramPo...
2013-02-21 NAKAMURA Takumiclang/test/Driver/qa_override.c: Appease gcc-driver.
2013-02-21 Richard SmithFix typo 'with with' in diagnostic.
2013-02-21 David BlaikieAdd back implicitly dropped const.
2013-02-21 Eric ChristopherFix formatting and tabs in file.
2013-02-21 Eric ChristopherDon't pass -split-dwarf= to the backend unless we're...
2013-02-21 Eric ChristopherRemove the SplitDebug action and replace with a set...
2013-02-21 David BlaikieReplace ProgramPoint llvm::cast support to be well...
2013-02-21 Ted KremenekRemove superfluous null pointer check. The pointer...
2013-02-21 Dmitri GribenkoAST dumping: dump template instantiations only once
2013-02-21 Daniel JasperRemove accidentally introduced no-op line.
2013-02-21 Ted KremenekTeach serialized diagnostics about notes without locations.
2013-02-21 Daniel JasperConsistently put {} onto the same line for empty functions.
2013-02-21 David BlaikieReplace CFGElement llvm::cast support to be well-defined.
2013-02-21 Fariborz JahanianPatch for debug info of qualified-id types is 'id'
2013-02-21 Benjamin KramerTry to fix the test for cmake builds, where clang is...
2013-02-21 Ted Kremenek[scan-build] Add quotes around clang executable name...
2013-02-21 Bill WendlingTry to get buildbots to pass these tests.
2013-02-21 Ted Kremenek[scan-build] fix xcode version parsing to handle dot...
2013-02-21 Chad Rosier[driver] Handle the processing of the QA_OVERRIDE_GCC3_...
2013-02-21 Jordan RosePreprocessor: preserve whitespace in -traditional-cpp...
2013-02-21 Chad Rosier[driver] Add a dump method for ArgList.
2013-02-21 Daniel JasperAllow breaking between type and name in for loops.
2013-02-21 Evgeniy StepanovAdd MSan to the list of targets in Makefile-based builds.
2013-02-21 Joey GoulyAdd a 64-bit triple to these tests, to fix 32-bit bots.
2013-02-21 Joey GoulyFix an OpenCL test case. Pointer arguments to kernels...
2013-02-21 Joey GoulyAdd support to Sema and CodeGen for floating point...
2013-02-21 David BlaikieCorrect spelling of 'enumerator'.
2013-02-21 David BlaikieAvoid implicit conversions of Optional<T> to bool.
2013-02-21 NAKAMURA TakumiStaticAnalyzer/Core: Suppress warnings. [-Wunused-varia...
2013-02-21 NAKAMURA TakumiWhitespace.
2013-02-21 Jordan Rose[analyzer] Record whether a base object region represen...
2013-02-21 Jordan Rose[analyzer] Add another reinterpret_cast behavior test.
2013-02-21 Jordan Rose[analyzer] Tidy up a few uses of Optional in RegionStore.
2013-02-21 NAKAMURA TakumiCIndex.cpp: Appease g++-4.4. "if (Optional<unsigned...
2013-02-21 Richard Smithlibstdc++'s <cstdalign> #includes <stdalign.h> and...
2013-02-21 Nick LewyckyRespect -fno-canonical-prefixes when deciding where...
2013-02-21 David BlaikieUse None rather than Optional<T>() where possible.
2013-02-21 David BlaikieRename TypeLoc's isType to isKind
2013-02-21 Jordan Rose[analyzer] Tighten up safety in the use of lazy bindings.
2013-02-21 Ted KremenekStrip 'llvm' from 'llvm::Optional' uses.
2013-02-21 Richard TrieuRemove commented out code.
2013-02-21 Fariborz Jahanianobjective-C arc IR-gen. Retaining of strong
2013-02-21 David BlaikieMark unimplemented function with LLVM_DELETED_FUNCTION
2013-02-21 David BlaikieDoxycomment SVal's getAs/castAs.
2013-02-20 Jordan RoseRevert "intmax_t is long long on Darwin, not long."
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-20 David BlaikieInclude llvm::Optional in clang/Basic/LLVM.h
2013-02-20 David BlaikieRemove redundant Optional type in favor of llvm::Optional
2013-02-20 David BlaikieUse op-> directly rather than via Optional<T>::getPointer.
2013-02-20 David BlaikieRename SVal::isType functions to SVal::isKind
2013-02-20 Richard SmithPR15311: Finish implementation of the suggested resolut...
2013-02-20 Bill WendlingAttempt to clean up tests for non-X86 platforms.
2013-02-20 Richard SmithProcess and handle attributes on conditions and for...
2013-02-20 Chad Rosier[ms-inline asm] Remove this test while I investigate...
2013-02-20 Manuel KlimekFix regression in string literal alignment.
2013-02-20 Manuel KlimekFixes bug in string literal alignment.
2013-02-20 Daniel JasperDon't remove blank lines within unwrapped lines.
2013-02-20 Manuel KlimekImplements breaking of string literals if they stick...
2013-02-20 Bill WendlingRemove target-specific features.
2013-02-20 Bill WendlingModify the tests to use attribute group references...
2013-02-20 David BlaikieReplace SVal llvm::cast support to be well-defined.
2013-02-20 Jordan Roseintmax_t is long long on Darwin, not long.
2013-02-20 John McCallAdd a new 'type_visibility' attribute to allow users to
2013-02-20 Richard SmithDon't repeat the function name in the comment.
2013-02-20 Argyrios Kyrtzidis[preprocessor] Split the MacroInfo class into two separ...
2013-02-20 Jordan Rose[analyzer] Account for the "interesting values" hash...
2013-02-19 Richard SmithPR15300: Support C++11 attributes on base-specifiers...
2013-02-19 Jordan Rose[analyzer] Don't accidentally strip off base object...
2013-02-19 Daniel JasperAdd missing clang-format null pointer check..
2013-02-19 Argyrios Kyrtzidis[modules] Const'ify some functions of ModuleMap.
2013-02-19 Argyrios Kyrtzidis[modules] Refactor code from ASTReader::makeModuleVisib...
2013-02-19 Douglas GregorUse MapVector::pop_back() per LLVM r175538.
2013-02-19 Sean Silva[docs] Rename to permit wider variety of content.
2013-02-19 Sean Silva[docs] Revise content on ExternalProjectsUsingClang...
2013-02-19 Daniel JasperCorrectly format macro with unfinished template declara...
2013-02-19 Edwin VaneSupport in hasDeclaration for types with getDecl()
2013-02-19 Sean Silva[docs] Introduce ExternalProjectsUsingClang.rst
2013-02-19 Alexey Samsonov[Sanitizer] If -fsanitize-blacklist= option is not...
2013-02-19 Timur IskhodzhanovAdd the missing 'static' keyword to the test
2013-02-19 Daniel JasperFix bug in LineState comparison function.
2013-02-19 Eric ChristopherMore grammar.
2013-02-19 Aaron BallmanFixing a typo where FixIts was accidentally self-assign...
2013-02-19 John McCallAdd support for -fvisibility-ms-compat.
2013-02-19 John McCallUse the actual class visibility for the ObjC EHTYPE...
2013-02-19 Bill WendlingTemporarily revert r175471 for more review.
2013-02-18 Bill WendlingAdd a 'no-builtin' attribute if we do not want to simpl...
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-02-18 David BlaikieReplace TypeLoc llvm::cast support to be well-defined.
2013-02-18 Dmitri Gribenkolibclang: don't store nul-terminated strings as StringRefs,
2013-02-18 David BlaikieClean up last use of dyn_cast on TypeLoc in ASTMatchers
2013-02-18 Fariborz JahanianTest for my last patch. // rdar://13178483
2013-02-18 Argyrios KyrtzidisAdd include guards for CommentVisitor.h
2013-02-18 Fariborz JahanianPrevent crash on multiple user errors (which I cannot...
2013-02-18 Douglas GregorCodeGenFunction::CurFuncDecl can be NULL; fix crash...
2013-02-18 Douglas GregorEnsure that the identifier chains have the most recent...
2013-02-18 Daniel JasperImprove indentation of builder type calls.
next