]> granicus.if.org Git - clang/shortlog
clang
2014-09-15 Benjamin KramerEdit: Do not extend a removal to include trailing white...
2014-09-15 James Molloy[ARM] Add ACLE predefines: maxmin, rounding and h/w...
2014-09-15 Daniel Jasperclang-format: Basic support for Java.
2014-09-15 Daniel Jasperclang-format: Add option to break before non-assignment...
2014-09-14 JF BastienMake test/Driver hermetic
2014-09-12 Richard TrieuCheck delegating constructors for using uninitialized...
2014-09-12 Ehsan Akhgariclang-cl: Warn when a /TC or /TP argument is unused
2014-09-12 Richard TrieuDon't print 'NULL TYPE' when dumping a delegating const...
2014-09-12 Rafael EspindolaAllow protocols to be just declared.
2014-09-12 Fariborz Jahanianpatch to add missing warning on sizeof wrong parameter
2014-09-12 Ehsan Akhgariclang-cl: Don't treat linker input files differently...
2014-09-12 JF BastienNo need to use PNaCl's calling convention since PNaCl...
2014-09-12 JF BastienFix copy/paste for test, the triple should be le64...
2014-09-12 JF BastienAdd support for le64.
2014-09-12 Daniel Jasperclang-format: Improve line breaks at function calls.
2014-09-12 Timur IskhodzhanovAdd a previously-missing test case for return adjustmen...
2014-09-12 Timur Iskhodzhanov[ASan/Win] Fix PR20918 -- SEH handler doesn't work...
2014-09-12 Timur IskhodzhanovUpdate the test case after r217673
2014-09-12 Timur Iskhodzhanov[ASan/Win] Rename asan_win_uar_thunk.lib to asan_win_dy...
2014-09-12 Aaron BallmanFixing a -Woverflow warning from GCC by using a more...
2014-09-12 Joerg SonnenbergerEvery code owner should be reachable via email, so...
2014-09-12 Craig TopperUse unique_ptr for ScratchBuf and PragmaHandlers in...
2014-09-12 David MajnemerMS ABI: The latest VC "14" CTP implements deleted virtu...
2014-09-11 David MajnemerMS ABI: Use the correct this arg when generating implic...
2014-09-11 Justin BognerThread Safety Analysis: Avoid infinite recursion in...
2014-09-11 Fariborz JahanianObjective-C. Under a special flag, -Wcstring-format...
2014-09-11 Ehsan Akhgariclang-cl: Add support for the /o option for object...
2014-09-11 Rafael EspindolaUse the simpler version of llvm::sys::fs::exists.
2014-09-11 Richard SmithUpdate C++ status page to reflect that Clang 3.5 has...
2014-09-11 Richard SmithUpdate DR status list to reflect that Clang 3.5 has...
2014-09-11 Richard SmithTests for DR573-580.
2014-09-11 Rafael EspindolaMerge GetAddrOfCXXConstructor and GetAddrOfCXXDonstruct...
2014-09-11 Roman KashitsynFix bug 20892 - clang-format does not handle C-style...
2014-09-11 Benjamin KramerAvoid some unnecessary SmallVector copies.
2014-09-11 Alexander MusmanNULL->nullptr
2014-09-11 Justin BognerFix a couple of -Wsign-compare warnings introduced...
2014-09-10 DeLesley HutchinsThread Safety Analysis: major update to thread safety...
2014-09-10 Fariborz JahanianMore test for "void *" argument as index of a dictionar...
2014-09-10 Ben LangmuirRemove a couple of fixed paths that snuck into my test...
2014-09-10 Ben LangmuirAvoid a couple of assertions when preprocessing with...
2014-09-10 Rafael EspindolaUpdate for llvm api change.
2014-09-10 Joerg SonnenbergerOnly override the target architecture on -m32 and frien...
2014-09-10 Fariborz JahanianObjective-C. Accept 'nil' as indexing argument to
2014-09-10 Hans WennborgMS ABI: Emit dynamic initializers for selectany globals...
2014-09-10 Fariborz JahanianObjective-C arc. Fixes a crash when issuing diagnostic for
2014-09-10 Dan Liew[sphinx cleanup]
2014-09-10 Ehsan AkhgariRecognize .lib files as linker input explicitly
2014-09-10 Nico WeberAdd a test for an operator access decl.
2014-09-10 Sanjay Pateltypo
2014-09-10 Jordan Rose[analyzer] Fix pthread lock tests so that the API comes...
2014-09-10 Daniel Jasperclang-format: Add option to allow short case labels...
2014-09-10 Benjamin KramerCodeGen: Use a fixed alignment for vtables.
2014-09-10 Benjamin KramerRevert over-eager unique_ptr conversion.
2014-09-10 Craig TopperUnique_ptrify PPCallbacks ownership.
2014-09-10 Nico WeberDon't crash on access decls with invalid scope specifie...
2014-09-09 Fariborz JahanianObjective-C. Under a special flag, -Wcstring-format...
2014-09-09 Jordan RoseTeach the analyzer that __builtin_assume_aligned return...
2014-09-09 Daniel Jasperclang-format: [JS] Support regex literals with trailing...
2014-09-09 Benjamin KramerTooling: Ignore file names in tooling::deduplicate.
2014-09-09 Ehsan AkhgariAllow empty statements in naked functions in addition...
2014-09-08 Ben LangmuirFix PCHs that import more than one module
2014-09-08 Alexey SamsonovReport source location of returns_nonnull attribute...
2014-09-08 Alexey SamsonovImplement nonnull-attribute sanitizer
2014-09-08 Nico WeberRemove a parameter that has been unused since r188481...
2014-09-08 Ben LangmuirMake FileEntry::getName() valid across calls to FileMan...
2014-09-08 Nico WeberAdd a comment for something that confused me.
2014-09-08 Rafael EspindolaHandle constructors and destructors a bit more uniforml...
2014-09-08 Alexander KornienkoAdd .clang-tidy configuration file to provide LLVM...
2014-09-08 NAKAMURA Takumiclang/test/CodeGen/builtin-assume*.c: Fixup for -Asserts.
2014-09-08 Hal FinkelDon't test really-large alignments for now
2014-09-07 Hal FinkelAdd __builtin_assume and __builtin_assume_aligned using...
2014-09-07 Hal FinkelAdjust test/CodeGenCXX/pr12251.cpp
2014-09-07 David BlaikieAvoid writing to the test directory as it may not be...
2014-09-07 David BlaikieFix test to not write output to the test directory...
2014-09-07 Hans WennborgTry to green test/Sema/format-strings.c on Win bots
2014-09-07 Hans WennborgMS format strings: parse the 'Z' printf conversion...
2014-09-06 Nico WeberMove x86-specific bits of warn-unused-local-typedef...
2014-09-06 Nico WeberAttempt to fix ARM bot. (The test references a typedef...
2014-09-06 Chandler Carruth[x86] Clean up the x86 builtin specs to reflect r217310...
2014-09-06 Richard SmithAdd error, recovery and fixit for "~A::A() {...}".
2014-09-06 Nico WeberAdd -Wunused-local-typedef, a warning that finds unused...
2014-09-06 Richard SmithReword switch/goto diagnostics "protected scope" diagno...
2014-09-05 David BlaikieFix r217275 to work without the need for standard heade...
2014-09-05 Ben LangmuirMove the initialization of VAListTagName after Initiali...
2014-09-05 Samuel BenzaquenSeparate the matchers by type and statically dispatch...
2014-09-05 Reid KlecknerRequire an x86 target for ms-inline-asm-return.cpp...
2014-09-05 Reid Kleckner-frewrite-includes: Normalize line endings to match...
2014-09-05 Jordan Rose[analyzer] Don't crash if malloc() has an unexpected...
2014-09-05 James Molloy[ARMv8] Add support for 32-bit MIN/MAXNM and directed...
2014-09-05 Renato GolinMark ms-inline-asm as xfail on ARM
2014-09-05 Daniel Jasperclang-format: [JS] Format embedded function literals...
2014-09-05 Daniel Jasperclang-format: [JS] JavaScript does not have the */...
2014-09-05 Daniel Jasperclang-format: [JS] Better support for empty function...
2014-09-05 Daniel Jasperclang-format: [JS] Fix indentation in dict literals.
2014-09-05 NAKAMURA Takumiclang/test/CXX/drs/dr5xx.cpp: Fix up assumption of...
2014-09-05 Richard SmithRemove suppression of dr547 test and instead test that...
2014-09-05 David Blaikieunique_ptrify AnalysisConsumer.cpp::CreateUbiViz
2014-09-05 David BlaikieRemove a use of raw pointer ownership (then non-ownersh...
2014-09-05 David BlaikieFix comment indentation.
2014-09-05 David Blaikieunique_ptrify ExplodedGraph::trim
next