]> granicus.if.org Git - clang/shortlog
clang
2012-12-21 NAKAMURA TakumiRevert r170806, "Fix some bugs where we would sometimes...
2012-12-21 Argyrios Kyrtzidis[libclang] Follow-up to r170824, provide the correct...
2012-12-21 Anna Zaks[analyzer] Address Jordan's nitpicks as per code review...
2012-12-21 Rafael EspindolaRevert r170826. The output of
2012-12-21 Rafael EspindolaDon't eagerly emit a global static merged with a local...
2012-12-21 Anna Zaks[analyzer] Traverse the Call Graph in topological order.
2012-12-21 Anna Zaks[analyzer] Add blocks and ObjC messages to the call...
2012-12-21 Argyrios Kyrtzidis[libclang] Make sure we can code-complete inside a...
2012-12-21 NAKAMURA TakumiEditedSource.cpp: Appease msvc, to add <cctype>.
2012-12-21 Sean Silvadocs: Convert ObjectiveCLiterals to reST.
2012-12-21 Sean Silvadocs: fix Sphinx toctree warning.
2012-12-21 Sean Silvadocs: Convert DriverInternals to reST.
2012-12-20 Richard SmithFix some bugs where we would sometimes use 0, not ...
2012-12-20 Douglas GregorRevert r170801, which breaks the mingw build.
2012-12-20 Douglas GregorEliminate errors when running the 'PrintFunctionNames...
2012-12-20 Ted KremenekRevert "Warn if a __weak variable is initialized with...
2012-12-20 Argyrios KyrtzidisUse some heuristics so that when a fixit removes a...
2012-12-20 Ted KremenekWarn if a __weak variable is initialized with an Object...
2012-12-20 Dmitri GribenkoDocumentation: use monospaced font in BlockLanguageSpec...
2012-12-20 Chad RosierUse the MaybeParseMicrosoftAttributes function.
2012-12-20 Daniel JasperRemove namespace qualifier that lead to build breakage.
2012-12-20 Daniel JasperMove operator precedence calculation to new header
2012-12-20 Fariborz JahanianAdd objective-C style formatting to clang format and
2012-12-20 Ted KremenekUpdate RetainCountChecker to understand attribute ns_re...
2012-12-20 Ted KremenekAttribute 'cf_returns_autoreleased' doesn't really...
2012-12-20 Bill WendlingRename llvm::Attributes to llvm::Attribute.
2012-12-20 Bill WendlingRevert r170500. It over-zealously converted *ALL* thing...
2012-12-20 Rafael EspindolaFix Generic_GCC::GCCVersion::operator<
2012-12-20 NAKAMURA Takumic-index-test/Makefile: Add clangFormat to USEDLIBS...
2012-12-20 NAKAMURA Takumic-index-test/Makefile: Reformat.
2012-12-20 Alexander KornienkoMinor coding style issue: NULL -> 0
2012-12-20 Evgeniy StepanovAdd __has_feature(memory_sanitizer).
2012-12-20 Alexander KornienkoASTDumper coding style fixes.
2012-12-20 NAKAMURA Takumiclang/test/Driver/warning-options.cpp: Appease MSYS...
2012-12-20 NAKAMURA Takumiclang/test/Misc/ast-dump-decl.c: Add triple. __thread...
2012-12-20 Michael GottesmanUpdated link in LanguageExtensions.rst to point to...
2012-12-20 Michael GottesmanChanged UTF-8 emdashes to --- ala Dmitri Gribenko's...
2012-12-20 Richard SmithFix another uninitialized bool member bug found by...
2012-12-20 John McCallRobustify the @encode code and add support for _Atomic.
2012-12-20 Richard SmithFix code that attempted to produce a diagnostic with...
2012-12-20 Fariborz JahanianProvide couple of DeclPrint tests for my last patch.
2012-12-20 Alexander KornienkoImplement AST dumper for Decls.
2012-12-20 Anna Zaks[analyzer] Add the pointer escaped callback.
2012-12-19 Argyrios Kyrtzidis[preprocessor] When "merging" macro argument tokens...
2012-12-19 Chad RosierTypo.
2012-12-19 Chad Rosier[driver] Have -isysroot warn on nonexistent paths.
2012-12-19 Fariborz JahanianAudit DeclPrinter with -ast-dump on Cocoa.h and
2012-12-19 Argyrios Kyrtzidis[PCH/Modules] In ASTReader::completeVisibleDeclsMap...
2012-12-19 Dmitri GribenkoDocumentation: UsersManual.rst: some cleanups after...
2012-12-19 Fariborz Jahanianobjective-C: Don't warn of unimplemented property of...
2012-12-19 Michael GottesmanForgot to remove trailing whitespace when I converted...
2012-12-19 Michael GottesmanConverted BlockLanguageSpec.txt => BlockLanguageSpec...
2012-12-19 Ted KremenekChange test to dump Filecheck output to an intermediate...
2012-12-19 Dmitri GribenkoFix PR14591: Windows newlines in doxygen comments cause...
2012-12-19 Dmitri GribenkoAdd a missing 'else'. Found by grep '} if'
2012-12-19 Dmitri GribenkoComment parsing: add a missing 'else'. Found by inspec...
2012-12-19 Fariborz JahanianImprove on header comment suggested by James Dennet.
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-19 Richard SmithAttempt to clarify a vexing-parse diagnostic.
2012-12-19 Richard SmithFix assertion failure in self-host (and probably bogus...
2012-12-19 Richard SmithPR13470: Ensure that copy-list-initialization isntantia...
2012-12-19 Ted KremenekPass AnalyzerOptions to PathDiagnosticConsumer to make...
2012-12-19 Ted KremenekSimplify logic to use SourceManager::getFileLoc(),...
2012-12-19 Fariborz Jahanianfixes a doxygen comment.
2012-12-19 NAKAMURA Takumitest/Index/preamble_macro_template.cpp: Suppress this...
2012-12-19 David BlaikieChange DeclContextLookup(Const)Result to (Mutable)Array...
2012-12-19 Fariborz JahanianIncreas number of iterations before a new libclang...
2012-12-19 Eli FriedmanMake sure CodeGen uses a value of the correct type...
2012-12-19 Fariborz JahanianSome code refactoring per Dimitri's comment.
2012-12-18 Eli FriedmanFix a crash in diagnostic printing when a template...
2012-12-18 Nadav RotemEnable the loop vectorizer in clang via -fvectorize
2012-12-18 Nadav RotemFix the fvectorize testcase
2012-12-18 Ted KremenekHave clang_getSpellingLocation() use the same logic...
2012-12-18 Fariborz JahanianThis is the libclang patch providing minimal API to
2012-12-18 Douglas GregorBe defensive when printing module import locations...
2012-12-18 Eli BenderskySimilar to 170440 - fix build warning with gcc
2012-12-18 Bill WendlingAdd tests to check recent changes to some builtins.
2012-12-18 Daniel JasperBetter support for constructor initializers.
2012-12-18 Meador IngeCodeGen: Expand creal and cimag into complex field...
2012-12-18 Daniel JasperMake the format scrambler understand line comments.
2012-12-18 Douglas GregorCMake: Make sure to detect LibXml2 when Clang is built...
2012-12-18 Eli BenderskyFix a compilation warning with gcc 4.6
2012-12-18 Guy BenyeiRe-commit r170428 changes with Linux style file endings.
2012-12-18 Guy BenyeiRevert changes from r170428, as I accidentally changed...
2012-12-18 Guy BenyeiAdd OpenCL images as clang builtin types.
2012-12-18 David ChisnallRemove obsolete FIXMEs.
2012-12-18 NAKAMURA Takumitest/Misc/dev-fd-fs.c: Mark this as XFAIL:freebsd ...
2012-12-18 Rafael EspindolaInline hasAtomicCopyHelperAPI.
2012-12-18 Rafael EspindolaMerge storage classes even when contexts don't match.
2012-12-18 Rafael EspindolaNow that the uninitialized variable has been fixed...
2012-12-18 Richard SmithFix typo (thanks to Jordan for spotting it!).
2012-12-18 Eli FriedmanThe underlying type for an enum should be an integer...
2012-12-18 Sean Silvadocs: Nuke AnalyzerRegions.rst.
2012-12-18 Anders CarlssonWhen warning about a missing prototype because a functi...
2012-12-18 Eli FriedmanMore conservative fix for <rdar://problem/12847524...
2012-12-18 Bill WendlingUse the correct return type (size_t) for these builtins.
2012-12-18 Bill WendlingAdd an expected parameter for the size of the destination.
2012-12-18 Eric ChristopherAdd support for passing the main file name down to...
2012-12-18 Richard SmithRein ubsan's vptr sanitizer back a bit. Per core issue...
2012-12-17 Rafael EspindolaFix isThisDeclarationADefinition for extern following...
next