]> granicus.if.org Git - clang/shortlog
clang
2013-02-22 Argyrios KyrtzidisIn LookupResult::resolveKind(), when handling multiple...
2013-02-22 Argyrios KyrtzidisWhen a parameter list in a C function has an error...
2013-02-22 Argyrios KyrtzidisDon't crash when applying an alloc_size attribute on...
2013-02-22 Richard SmithDon't skip '_Alignas' when disambiguating 'final'....
2013-02-22 Richard SmithTeach -ast-print how to print trailing-return-types.
2013-02-22 Ted Kremenek[analyzer] Implement "Loop executed 0 times" diagnostic...
2013-02-22 Richard SmithImplement C++11 [dcl.align]p6-p8, and C11 6.7.5/7....
2013-02-22 Argyrios Kyrtzidis[libclang] Fix a crash with invalid code, while skip...
2013-02-22 NAKAMURA TakumiDecl.cpp/mergeTemplateLV(): Tweak a description. [...
2013-02-22 John McCallOnly suppress instance context if a member is actually
2013-02-22 Anna Zaks[analyzer] Place all inlining policy checks into one...
2013-02-22 Richard SmithAdd -fbracket-depth=N, analogous to -ftemplate-depth...
2013-02-22 Jordan Rose[analyzer] Make sure a materialized temporary matches...
2013-02-22 Ted KremenekFix regression in modeling assignments of an address...
2013-02-22 Eric ChristopherMake sure we only use the output file as a base for...
2013-02-22 Fariborz Jahanianobjective-C arc: Diagnostic can not say to use bridge
2013-02-22 Jordan Rose[analyzer] Fix buildbot by not reusing a variable name.
2013-02-22 Jordan RosePreproceessor: fix #if skipping under -traditional...
2013-02-22 Eric ChristopherMake logic smaller.
2013-02-22 Michael GottesmanAdded a footnote to the documentation for objc_storeStr...
2013-02-22 Aaron BallmanRemoving has_getDecl (added in r175532). It cause a...
2013-02-22 Bill WendlingApply the 'nobuiltin' attribute to call sites when...
2013-02-22 Bill WendlingMake for x86 to stop it failing on ARM buildbots.
2013-02-22 Eric ChristopherGrammar.
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.
next