]> granicus.if.org Git - clang/shortlog
clang
2013-02-09 Dmitri GribenkoFileCheck'ize a test
2013-02-09 Dmitri GribenkoRemove unreachable statement
2013-02-09 Dmitri GribenkoComment parsing: use CharInfo.h
2013-02-09 Dmitri Gribenkolibclang: use CXCursor getters to simplify code
2013-02-09 Jordan RoseRemove some stray uses of <ctype.h> functions.
2013-02-09 Ted KremenekQoI: -Wreadonly-iboutlet-property should have the warni...
2013-02-09 Jordan RoseRelease notes: mention support for Unicode and UCNs...
2013-02-09 Douglas GregorEnsure that type definitions present in just-loaded...
2013-02-09 NAKAMURA Takumiclang/lib/StaticAnalyzer/Core/BugReporter.cpp: Appease...
2013-02-09 Jordan RoseProperly validate UCNs for C99 and C++03 (both more...
2013-02-09 Anna Zaks[analyzer] Invalidation checker: move the "missing...
2013-02-08 Anna Zaks[analyzer] Move DefaultBool so that all checkers can...
2013-02-08 Anna Zaks[analyzer] Split IvarInvalidation into two checkers
2013-02-08 Anna Zaks[analyzer] IvarInvalidation: refactor, pull out the...
2013-02-08 Anna Zaks[analyzer] IvarInvalidation: add annotation for partial...
2013-02-08 Fariborz Jahanianobjective-C: don't issue bogus warning about
2013-02-08 Jordan RoseCharInfo: Add missing "using namespace clang::charinfo...
2013-02-08 Jordan RoseExcise <cctype> from Clang (except clang-tblgen) in...
2013-02-08 Jordan RoseSimplify logic for avoiding concatenation after numeric...
2013-02-08 Jordan RoseStmtPrinter: Write large char values using \u or \U.
2013-02-08 Jordan RosePull Lexer's CharInfo table out for general use through...
2013-02-08 Ted KremenekNote that checker-271 is newer than the analyzer in...
2013-02-08 Ted KremenekUpdate open source checker build to checker-271.
2013-02-08 Douglas GregorAlways keep highest identifier, selector, and macro...
2013-02-08 Douglas GregorNever cache the result of a module file lookup.
2013-02-08 Manuel KlimekFix indentation-detection at indent level 0.
2013-02-08 Ted KremenekTeach BugReporter (extensive diagnostics) to emit a...
2013-02-08 Argyrios Kyrtzidis[libclang] Add a test to make sure annotation works...
2013-02-08 Ted KremenekRemove stale instance variable.
2013-02-08 Fariborz Jahanianobjective-C modern translation: Fix another random...
2013-02-08 Manuel KlimekTakes the context into account when re-indenting regions.
2013-02-08 Fariborz Jahanianobjective-C modern translator. Fixes a trivial
2013-02-08 Daniel JasperFix handling of fake parenthesis during formatting.
2013-02-08 Daniel JasperImplement a tiny expression parser to improve formattin...
2013-02-08 Daniel JasperAvoid unnecessary line breaks in nested ObjC calls.
2013-02-08 Tim NorthoverImprove filechecking of volatile test.
2013-02-08 Jordan RoseCMake: Include Clang unit tests in check-clang target...
2013-02-08 Nick LewyckyFix test failure by making sure this file isn't identic...
2013-02-08 Jordan RoseCMake: Optionally allow running the Clang unit tests...
2013-02-08 Richard SmithFix conflict between r174685 and r174645 (rename -fmodu...
2013-02-08 Argyrios Kyrtzidis[libclang] Attribute visitation happens out-of-source...
2013-02-08 Tanya LattnerUse the target address space value when mangling names.
2013-02-08 Richard SmithFix stack overflow and improve performance when a modul...
2013-02-08 Fariborz Jahanianobjective-C modern translator. Generate #line
2013-02-08 Douglas GregorTeach subframework header lookup to suggest modules...
2013-02-07 Anna Zaks[analyzer] Remove redundant check as per Jordan's feedback.
2013-02-07 Anna Zaks[analyzer] Fix typo.
2013-02-07 Anna Zaks[analyzer] Report bugs when freeing memory with offset...
2013-02-07 Anna Zaks[analyzer] Add pointer escape type param to checkPointe...
2013-02-07 Anna Zaks[analyzer] Don't reinitialize static globals more than...
2013-02-07 Douglas GregorForm the default -fmodules-cache-path= properly.
2013-02-07 Fariborz Jahanianobjective-C modern translator. More fixups for
2013-02-07 Daniel Jasperclang-format: Don't put useless space in f( ::g()).
2013-02-07 Douglas GregorAdd missing header from r174648
2013-02-07 Douglas GregorRetain all hidden methods in the global method pool...
2013-02-07 Dmitri Gribenkolibclang: reduce CXString abuse
2013-02-07 Douglas GregorRename -fmodule-cache-path <blah> to -fmodules-cache...
2013-02-07 DeLesley HutchinsThread safety analysis: make sure that expressions...
2013-02-07 Chad RosierTestcase for r174477.
2013-02-07 Guy BenyeiEnable overloading of OpenCL events - this is needed...
2013-02-07 Tim NorthoverFileCheckize volatile test
2013-02-07 Tim NorthoverOnly check for volatile memcpys in test.
2013-02-07 Tim NorthoverAdd AArch64 wchar definition to test
2013-02-07 Tim NorthoverXFAIL test that's inappropriate for AArch64 ABI
2013-02-07 Tim NorthoverPermit ABIs where the caller extends the result (test...
2013-02-07 Dmitri GribenkoDocumentation: fix typo: stdard -> stdarg
2013-02-07 Dmitri GribenkoDocumentation: add information about builtin includes...
2013-02-07 NAKAMURA Takumilibclang: CursorVisitor::VisitBuiltinTypeLoc(): Add...
2013-02-07 Manuel KlimekImplements equalsNode for Decl and Stmt.
2013-02-07 Guy BenyeiAdd OpenCL samplers as Clang builtin types and check...
2013-02-07 Nick LewyckyApply the pure-virtual odr rule to other constructs...
2013-02-07 Richard SmithFix handling of module imports adding names to a DeclCo...
2013-02-07 Richard SmithSimplify FindExternalVisibleDeclsByName by making it...
2013-02-07 Alexander Kornienko-Wimplicit-fallthrough: fixed two cases where "fallthro...
2013-02-07 Fariborz Jahanianobjective-C modern translator. Fix up the translated
2013-02-07 Richard SmithAST dumping: indicate the previous declaration for...
2013-02-07 Douglas GregorBe a little more permissive with -fmodules-ignore-macro...
2013-02-07 Richard SmithAdd a *San + modules FIXME.
2013-02-07 Douglas GregorIntroduce -fmodules-ignore-macro=NNN to ignore a macro...
2013-02-07 Nico WeberFormatter: Move ObjC literal tests to its own test...
2013-02-06 Douglas GregorDetect when we end up trying to load conflicting module...
2013-02-06 Daniel JasperFix bug in the alignment of comments.
2013-02-06 Daniel JasperBecome a little smarter with formatting long chains...
2013-02-06 Manuel KlimekCleanup of ASTMatcher macros and adding support for...
2013-02-06 Daniel JasperAlign trailing block comments like trailing line comments.
2013-02-06 Ted KremenekRemove unneeded test. We have plenty of subgroup relat...
2013-02-06 Jordan RoseAccept and ignore the -fextended-identifiers option.
2013-02-06 Douglas GregorEliminate a race condition with the global module index.
2013-02-06 Nico WeberFormatter: Correctly detect ObjC message expressions...
2013-02-06 Manuel KlimekFix handling of comments in macros.
2013-02-06 Manuel KlimekMuch semicolon after namespaces.
2013-02-06 Daniel JasperFix formatting of ObjC method calls.
2013-02-06 Manuel KlimekParse record declarations with token pasted identifiers.
2013-02-06 Daniel JasperFix a formatting bug caused by comments in expressions.
2013-02-06 Daniel JasperOptionally derive formatting information from the input...
2013-02-06 Daniel JasperFix an issue with the formatting of stars in default...
2013-02-06 Manuel KlimekAdds a convenience function selectFirst to simplify...
2013-02-06 Daniel JasperHandle nested ObjC calls.
2013-02-06 Nico WeberFormatter: No space after & and * in front of ObjC...
2013-02-06 Nick LewyckyDon't check whether a friend declaration is correctly...
next