]> granicus.if.org Git - clang/shortlog
clang
2012-04-13 Douglas GregorKill the last vestiges of clangIndex
2012-04-13 Douglas GregorRemove clangIndex reference from clang-interpreter...
2012-04-13 Douglas GregorRemove the unused, unmaintained, incomplete 'Index...
2012-04-13 Fariborz Jahanianmodern objective-c translator: When translating
2012-04-13 Douglas GregorMake control flow more explicit for rebuilding property...
2012-04-13 Douglas GregorRemove the -cc1-level option "-pubnames-dump". Such...
2012-04-13 Douglas Gregorsuper and class property reference expressions don...
2012-04-13 Anton KorobeynikovFirst set of tests for ARM homogenous aggregates. C...
2012-04-13 Anton KorobeynikovStep forward with supporting of ARM homogenous aggregates:
2012-04-13 Richard SmithImplement __atomic_fetch_nand and __atomic_nand_fetch...
2012-04-13 Richard SmithPR12500: Improve the wording of the diagnostic for...
2012-04-13 Seth CantrellSupport -Wc++98-compat-pedantic as requested:
2012-04-13 Richard Smithall-std-headers.cpp: Include the C++11 headers when...
2012-04-13 John McCallFix a trivial oversight with apple-kext static local...
2012-04-13 Richard SmithMention atomics support in the release notes.
2012-04-13 John McCallWhen we're flagging a protected scope to prevent jumps...
2012-04-13 Richard SmithNow that we provide sufficient support for three C11...
2012-04-13 Seth CantrellC++11 no longer requires files to end with a newline
2012-04-13 Richard SmithImplement the missing pieces needed to support libstdc...
2012-04-12 Fariborz Jahanianobjective-c modern translator: beautify rewrite of
2012-04-12 Daniel DunbarConfig.h: Add another definition which the Darwin build...
2012-04-12 David BlaikieWarn on 64-to-32 for source value of x bits where 64...
2012-04-12 Anna Zaks[analyzer] PCH deserialization optimization.
2012-04-12 Anna Zaks[analyzer] Test case for r154451 (redefining system...
2012-04-12 Fariborz Jahanianobjective-c literals: Issue warning and ignore
2012-04-12 Douglas Gregors/isAtomicConversion/tryAtomicConversion/g, per Jordy...
2012-04-12 Douglas GregorFix some i1/i8 confusion within _Atomic(bool) in IR...
2012-04-12 Ted KremenekInclude lambda capture init expressions in CFG.
2012-04-12 Ted KremenekAdd -Wuninitialized test for C++11 lambdas.
2012-04-12 Ted KremenekFix CFGBuilder to not include the body of a LambdaExpr...
2012-04-12 Simon AtanasyanMIPS: Initialize MIPS CPU's name by default value.
2012-04-12 Douglas GregorCompute standard conversion sequences for conversions...
2012-04-12 Fariborz Jahanianobjective-c numeric literal: type of boolean is
2012-04-12 Fariborz Jahanianmodern objective-c translator. ifdef'out
2012-04-12 Chad RosierFix the signatures for the _mm256_storeu2_* intrinsics.
2012-04-12 Erik VerbruggenChanged all direct calls to CompletionConsumer.reset...
2012-04-12 Erik VerbruggenAdded a flag to the parser to skip method bodies.
2012-04-12 Nick LewyckyThere's some code in the PCH reader that looks like...
2012-04-12 Richard SmithImplement support for 18 of the GNU-compatible __atomic...
2012-04-12 Eric ChristopherThese functions too have no prototypes. Audited the...
2012-04-12 Eric ChristopherTestcase for previous commit.
2012-04-12 Eric Christopherstatic functions have a need for mangled name debug...
2012-04-12 Eric ChristopherThe copy and destroy helper functions aren't prototyped...
2012-04-12 Ted KremenekImplement clang_getDiagnosticCategoryText() to provide...
2012-04-11 Fariborz Jahanianmodern objective-c translator. Fixes a mis-translation...
2012-04-11 Eli FriedmanAdd test for a construct we currently reject, constant...
2012-04-11 Anna Zaks[analyzer] Another dynamic_cast false positive/negative.
2012-04-11 Anna Zaks[analyzer] dynamic_cast Simplify null value generation.
2012-04-11 Anna Zaks[analyzer] Better test cases for explaining where track...
2012-04-11 Fariborz Jahanianmodern objective-c translator. Fixes a translation...
2012-04-11 Richard SmithPart of PR10101: after a parse error in a declaration...
2012-04-11 Argyrios Kyrtzidis[libclang] Apparently it's important to build in C89...
2012-04-11 Argyrios Kyrtzidis[libclang] Introduce a couple of functions to make...
2012-04-11 Argyrios Kyrtzidis[libclang] In cxloc::translateSourceRange make sure...
2012-04-11 Richard SmithUpdate recently-added test to use new __c11_ form of...
2012-04-11 Richard SmithProvide, and document, a set of __c11_atomic_* intrinsi...
2012-04-11 David ChisnallMake __atomic_init() (soon to be __c11_atomic_init...
2012-04-11 David ChisnallClean up last commit as per dgregor's comments.
2012-04-11 David ChisnallAllow c++ initialisers to initialise _Atomic fields.
2012-04-11 Eric ChristopherAdd a triple to this test.
2012-04-11 Eric ChristopherTry to fix the windows buildbots by making this test...
2012-04-11 Eric ChristopherEnable debug info for objective c implementations that...
2012-04-11 Richard SmithSupport C++11 attributes at the start of a parameter...
2012-04-11 Argyrios Kyrtzidis[libclang] Fix "error: conflicts with new declaration...
2012-04-11 Argyrios Kyrtzidis[libclang] If displayDiagnostics is set (when calling...
2012-04-10 Anna Zaks[analyzer] Don't crash even when the system functions...
2012-04-10 Richard SmithAtomicExpr: make ASTStmtReader a friend and remove...
2012-04-10 Kaelyn UhrainFix quoting to allow shell expansion to occur for shell...
2012-04-10 Fariborz Jahanianmodern objective-c translation: writing container
2012-04-10 Anna Zaks[analyzer] dynamic_cast: Better model cast from a refer...
2012-04-10 Argyrios Kyrtzidis[libclang] For clang_getOverriddenCursors make sure...
2012-04-10 Anna Zaks[analyzer] Add support for C++ dynamic_cast.
2012-04-10 Anna Zaks[analyzer] + comments
2012-04-10 Douglas GregorWhen we determine that an initialization sequence faile...
2012-04-10 Douglas GregorImprove the printing of __PRETTY_FUNCTION__ more provid...
2012-04-10 Douglas GregorAdd a query macro for C++11 N3276, decltype does not...
2012-04-10 Douglas GregorImprove diagnostics in C++11 when a non-type template...
2012-04-10 Eric ChristopherThis test actually needs label names.
2012-04-10 Douglas GregorInclude the Objective-C parameter- and return-passing...
2012-04-10 Eric ChristopherFor debug and coverage analysis if we're not optimizing...
2012-04-10 Douglas GregorDon't include the ':' following code-completion suggest...
2012-04-10 Fariborz Jahanianobjective-c: remove IsConstProperty as it does not
2012-04-10 Argyrios KyrtzidisAdd a target triple to test/Index/complete-synthesized.m.
2012-04-10 Argyrios Kyrtzidis[code-complete] Introduce CodeCompletionTUInfo which...
2012-04-10 Douglas GregorRework implementation of null non-type template argumen...
2012-04-10 Fariborz Jahanianobjective-c: add an assertion for property
2012-04-10 Chandler CarruthFix GCC's pedantic return-type warning -- this enum...
2012-04-10 Manuel KlimekFix tautological FileCheck by moving the CHECK to an...
2012-04-10 David ChisnallDon't link lib[std]c++ when -nostdlib is specified...
2012-04-10 Evgeniy StepanovPass -march, -mcpu, -mfpu to linuxtools assembler.
2012-04-10 Duncan SandsExpress the number of ULPs in fpaccuracy metadata as...
2012-04-10 Eric ChristopherEmitStopPoint already checks if we have debug info.
2012-04-10 Eric ChristopherTidy.
2012-04-10 Richard SmithParsing of C++11 attributes:
2012-04-10 Richard SmithDisambiguation of '[[':
2012-04-10 Rafael EspindolaFix the testcase :-(
2012-04-10 Fariborz Jahanianobjective-c modern translator: rewriting specific
2012-04-09 Rafael EspindolaFix an annoying little bug I found while debugging...
2012-04-09 Fariborz JahanianRemove -fobjc-default-synthesize-properties as the...
2012-04-09 John McCallMy original patch missed the virtual-base case for...
next