]> granicus.if.org Git - clang/shortlog
clang
2012-04-06 David Chisnallzext ivar offsets if required (GNU runtimes).
2012-04-06 DeLesley HutchinsFixed scoping error for late parsed attributes in neste...
2012-04-06 Simon AtanasyanMIPS: Add tests for predefined macros for MIPS targets.
2012-04-06 David BlaikieFix diagnostic text for r154163.
2012-04-06 David BlaikieRestrict fixit for missing 'class' in template template...
2012-04-06 Anna Zaks[analyzer]Fix false positive: pointer might escape...
2012-04-05 Richard SmithPoint the caret at the error for the 'expected namespac...
2012-04-05 Eli FriedmanImplement C90 pedantic warning for duplicate declaratio...
2012-04-05 Eli FriedmanProperly implement the C rules for composite types...
2012-04-05 Fariborz Jahanianobjective-c: Don't warn when a category does not implem...
2012-04-05 Eric ChristopherEnhance testing a bit to make sure that we're omitting the
2012-04-05 Eric ChristopherOnly emit the getter and setter names if they're not...
2012-04-05 Eli FriedmanMake the variant of __builtin_shufflevector that takes...
2012-04-05 Ted KremenekRequire that all static analyzer issues have a category...
2012-04-05 Simon AtanasyanMove some MIPS target macro definitions from class...
2012-04-05 Richard SmithTemporary workaround for bug#12457: turn the 'constexpr...
2012-04-05 Daniel Dunbar[Lex] Add support for 'user specified system frameworks...
2012-04-05 Daniel Dunbar[Lex] HeaderSearch: Introduce a FrameworkCacheEntry...
2012-04-05 Daniel DunbarSimplify.
2012-04-05 David BlaikieImprove & simplify diagnostic for missing 'class' in...
2012-04-05 Ted KremenekHandle symbolicating a reference in an initializer...
2012-04-05 Ted KremenekTeach ObjCContainersChecker that the array passed to...
2012-04-05 Ted KremenekDo not crash in the callgraph construction when encount...
2012-04-05 Anna Zaks[analyzer] Move stats calculation out of AnalysisConsum...
2012-04-05 Anna Zaks[analyzer] Change warding in a path diagnostic:
2012-04-05 Anna Zaks[analyzer] Add a coverage calculation to FunctionSummaries.
2012-04-05 Anna Zaks[analyzer] Remove redundant if statement (pointed out...
2012-04-05 Richard SmithImprove diagnostics for invalid use of non-static membe...
2012-04-05 Richard SmithAdd triples to these tests to keep them working on...
2012-04-05 David BlaikieRelNote improvements made to -Wliteral-conversion by...
2012-04-05 Richard SmithFix assertions and wrong output from StmtPrinter's...
2012-04-05 David BlaikieEnable warn_impcast_literal_float_to_integer by default.
2012-04-04 NAKAMURA Takumiclang/test/Tooling/clang-check.cpp: Mark it as XFAIL...
2012-04-04 Douglas GregorAllow a conversion from the empty initializer list...
2012-04-04 Nico WeberHonor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE.
2012-04-04 Chad Rosier[driver] When using the -mfpmath= option, add an error...
2012-04-04 Richard SmithHardcode a triple to prevent the test failing on target...
2012-04-04 Simon AtanasyanTest commit to check commit access.
2012-04-04 Richard SmithImplement C++11 [temp.arg.nontype]'s permission to...
2012-04-04 Dan GohmanFix an oversight: don't run ARC optimization cleanup...
2012-04-04 Chad RosierWhitespace.
2012-04-04 Chad Rosier[driver] Add a static helper function for handling...
2012-04-04 David BlaikieReduce variable scope.
2012-04-04 Chad Rosier[driver] Create a new -mfpmath= option, which is used...
2012-04-04 Fariborz Jahanianobjc-arc: provide a warning when 'receiver' of a messag...
2012-04-04 Ted KremenekLook through chains of 'x = y = z' when employing silen...
2012-04-04 Fariborz Jahanianmodern objc translator. Add more
2012-04-04 Fariborz JahanianRemove unused argument.
2012-04-04 Ted KremenekInclude the "issue context" (e.g. function or method...
2012-04-04 Douglas GregorMove the computation of the lambda mangling information...
2012-04-04 Fariborz Jahanianobjective-c modern translation. Remove commenting out
2012-04-04 Bob WilsonSimplify test a bit now that it's not actually running...
2012-04-04 NAKAMURA Takumiclang/test/Tooling/clang-check.cpp: Mark it as XFAIL...
2012-04-04 NAKAMURA TakumiTooling.cpp: Reorder inclusions according to the condin...
2012-04-04 NAKAMURA TakumiTooling.cpp: Don't refer to $ENV{PWD}. Use llvm::sys...
2012-04-04 David ChisnallDon't crash (assert failure) when generating blocks...
2012-04-04 Manuel KlimekUpdated release notes for tooling.
2012-04-04 Benjamin KramerclangFrontend depends on clangEdit.
2012-04-04 Manuel KlimekAdd the dependency on clang-check to clang-test, so...
2012-04-04 Manuel KlimekAdds a tooling library.
2012-04-04 Benjamin KramerDon't actually execute gcc during testing.
2012-04-04 Bob WilsonAdd a testcase for svn r153854.
2012-04-04 Richard SmithFix diagnostic typos: "non-template arguments" vs ...
2012-04-04 Richard SmithFor PR11916: Add support for g++'s __int128 keyword...
2012-04-04 Douglas GregorWhen performing template argument deduction for an...
2012-04-04 Douglas GregorDependent-sequence initialization of a single element...
2012-04-04 Argyrios Kyrtzidis[preprocessor] In Preprocessor::CachingLex() check...
2012-04-04 John McCallWhen computing the conversion sequence in overload...
2012-04-04 Nick LewyckyIf something already instantiated is reinstantiated...
2012-04-04 John McCallErrorUnsupported on array cookies in the MS C++ ABI...
2012-04-04 John McCallEnter an expression evaluation context when parsing
2012-04-04 Ted KremenekFix dead store warning.
2012-04-04 Ted KremenekChange BugReporter's usage of IsCachedDiagnostic to...
2012-04-04 Ted KremenekSilence dead store warning, and fix indentation.
2012-04-04 Ted KremenekRemove dead assignment to local variable.
2012-04-04 Douglas GregorAdd feature check "cxx_local_type_template_args" descri...
2012-04-04 Douglas GregorEliminate obvious use-after-free. Fixes PR12433 / ...
2012-04-03 Nick LewyckyRemove more redundant lookups. Add a new "all_lookups_i...
2012-04-03 Nick LewyckyDon't treat synthesized ivars as being in the base...
2012-04-03 Kaelyn UhrainReplace the workaround from r153445 with a proper fix.
2012-04-03 Fariborz Jahanianmodern objective-c translator: rewriter linkage spec.
2012-04-03 Argyrios KyrtzidisCorrect handling of _Pragma macro inside a macro argument.
2012-04-03 Ted KremenekRework ProgramPoint to bit-mangle the 'Kind' into both...
2012-04-03 Anna Zaks[analyzer] Record the basic blocks covered by the analy...
2012-04-03 Eric ChristopherAdd more constraint registers for mips.
2012-04-03 Eric ChristopherChange location information for synthesized properties...
2012-04-03 Ted KremenekFix another false positive in RegionStore involving...
2012-04-02 Ted KremenekFix potential null dereference in the static analyzer...
2012-04-02 Ted KremenekReduce static analyzer memory usage by about 4% by...
2012-04-02 Richard SmithPR10217 diagnostic fix: don't say 'copy constructor...
2012-04-02 David BlaikieRemove windows line endings.
2012-04-02 Richard SmithFinish PR10217: Ensure we say that a special member...
2012-04-02 David BlaikieCorrect error recovery when missing 'class' in a templa...
2012-04-02 Matt Beaumont-GaySilence -Wunused-variable in -Asserts build
2012-04-02 Richard SmithPR12438: Profile a reference to a type template paramet...
2012-04-02 Richard SmithImplement DR1402: if a field or base class is not movab...
2012-04-02 Fariborz JahanianUse -rewrite-legacy-objc as clang argument for translating
2012-04-02 Bill WendlingFix build by passing in the needed variable after r153860.
2012-04-02 Richard SmithBasic semantic analysis support for inheriting construc...
2012-04-01 Bob WilsonIgnore unused --serialize-diagnostics option when using...
next