]> granicus.if.org Git - clang/shortlog
clang
2015-01-12 Alexey BataevRename RefersToCapturedVariable to RefersToEnclosingVar...
2015-01-12 Daniel Jasperclang-format: Fix formatting of inline asm.
2015-01-12 David MajnemerParse: Get rid of cxx_exceptspec_end, use EOF instead
2015-01-12 David MajnemerParse: Just a small tidy-up in ParseLexedMethodDeclaration
2015-01-12 David MajnemerParse: Get rid of tok::cxx_defaultarg_end, use EOF...
2015-01-12 David MajnemerParse: It's cleaner to handle cxx_defaultarg_end in...
2015-01-12 David MajnemerParse: Don't let BalancedDelimiterTracker consume cxx_d...
2015-01-12 Saleem AbdulrasoolDriver: include rewrite maps in the diagnostics
2015-01-12 David MajnemerParse: Don't parse beyond the end of the synthetic...
2015-01-11 David MajnemerBasic: Numeric constraints are multidigit
2015-01-11 David MajnemerBasic: [asmSymbolicName] follows the same rule as numbe...
2015-01-11 David MajnemerBasic: The asm constraint '#m' isn't valid, reject it
2015-01-11 David MajnemerCodeGen: Simplify consecutive '%' modifiers
2015-01-11 David MajnemerCodeGen: Simplify consecutive '&' modifiers
2015-01-11 David MajnemerBasic: The asm constraint '+#r' isn't valid, reject it
2015-01-11 Chandler CarruthDon't rely on the default constructor default construct...
2015-01-10 Nathan Sidwellfix pr18645. Correct logic concerning 'T &&' deduction...
2015-01-10 David MajnemerSema: The asm constraint '+&m' isn't valid, reject it
2015-01-10 Richard TrieuAdd a new warning, -Wself-move, to Clang.
2015-01-10 Richard SmithFix temporary lifetime extension from an initializer...
2015-01-10 Hans WennborgDon't emit implicit template instantiations eagerly...
2015-01-09 David BlaikieRemove unnecessary/incorrect XFAIL after the revert...
2015-01-09 Nico Weberclang-format: [Java] Support formatting qualified annot...
2015-01-09 David BlaikieRevert "DebugInfo: Generalize debug info location handl...
2015-01-09 David MajnemerParse: Don't crash when an annotation token shows up...
2015-01-09 Hans WennborgDriver: tweak the code for determining default image...
2015-01-09 David MajnemerSema: Don't crash when variable is redefined as a const...
2015-01-09 Manuel KlimekAdd the shifted cursor position to XML output, so it...
2015-01-09 Olivier GoffartFix test from my previous commit
2015-01-09 David MajnemerParse: Don't crash when namespace is in GNU statement...
2015-01-09 Olivier GoffartFix crash in typo correction while correcting enum...
2015-01-09 David MajnemerSema: RecordDecl shouldn't have a FunctionDecl as a...
2015-01-09 David MajnemerSema: Don't crash when specializing a global scope...
2015-01-09 David MajnemerSema: Remove some dead code from CreateNewFunctionDecl
2015-01-09 David MajnemerParse: Don't crash when trailing return type is missing
2015-01-09 Saleem AbdulrasoolDriver: begin threading frontend support for SymbolRewriter
2015-01-09 Justin BognerInstrProf: Don't emit counter increments in dead code
2015-01-09 David MajnemerSema: Dependent array designators cannot be checked
2015-01-09 Richard SmithPR22117: Fix a case where we would get confused about...
2015-01-09 Richard SmithDon't invent a '$auto-x-y' name for auto types in gener...
2015-01-09 Richard TrieuUse APSInt::isSameValue instead of operator== in a...
2015-01-08 Duncan P. N... IR: Add 'distinct' MDNodes to bitcode and assembly...
2015-01-08 Manuel KlimekImprove clang-format.el.
2015-01-08 Daniel Jasperclang-format: Force line break between "endl" and ...
2015-01-08 Logan ChienFrontend: Fix SourceColumnMap assertion failure on...
2015-01-08 Daniel Jasperclang-format: Improve template parameter detection.
2015-01-08 Richard TrieuAttempt to fix test from r225423 to get build bots...
2015-01-08 Richard TrieuWhen the diagnostic text is simply "%0", sanitize the...
2015-01-07 Nico WeberWrap to 80 columns. No behavior change.
2015-01-07 Nico WeberAdd help text for mmacosx-version-min=, mios-version...
2015-01-07 Kaelyn TakataHandle OpaqueValueExprs more intelligently in the Trans...
2015-01-07 Nico WeberSlightly simplify the test from r225361.
2015-01-07 Nico Weberclang-format: Let Chromium use the Google default for...
2015-01-07 Nico WeberRevert r225085, it caused PR22096.
2015-01-07 Adrian PrantlDebug info: pass in the correct size for a pointer...
2015-01-07 Daniel Jasperclang-format: Understand single-line comments at the...
2015-01-07 Daniel Jasperclang-format: Fix unary operator detection.
2015-01-07 Nico WeberFix comment typo.
2015-01-06 Nico WeberFix grammar-o in comment.
2015-01-06 Rafael EspindolaSuppress clang warnings in a codegen test.
2015-01-06 Matt ArsenaultAdd __builtin_amdgpu_class
2015-01-06 Hal Finkel[PowerPC] Add support for -mcmpb
2015-01-06 Rafael EspindolaUpdate for .ll syntax change.
2015-01-06 Tom StellardR600: Handle amdgcn triple
2015-01-06 Saleem AbdulrasoolBasic: fix compilation with MSVC
2015-01-06 Saleem AbdulrasoolSema: analyze I,J,K,M,N,O constraints
2015-01-06 Brad SmithSet the default ISA for OpenBSD/mips64 to MIPS III.
2015-01-06 Kostya SerebryanyAllow -fsanitize-coverage=N with ubsan, clang part
2015-01-05 Duncan P. N... Revert "Use the integrated assembler by default on...
2015-01-05 Brad SmithUse the integrated assembler by default on 32-bit Power...
2015-01-05 Francisco Lopes... Fix lit for builds under /opt
2015-01-05 Rafael EspindolaMake this test a bit stricter.
2015-01-05 Rafael EspindolaDisable warnings in this test.
2015-01-05 Samuel AntaoFix clash of gcc toolchains in driver regression tests.
2015-01-05 Samuel BenzaquenFix dangling pointer in isDerivedFrom.
2015-01-05 NAKAMURA Takumiclang/CMakeLists.txt: Introduce LLVM_SHLIB_OUTPUT_INTDI...
2015-01-05 Rafael EspindolaFix formatting. NFC.
2015-01-05 Daniel Jasperclang-format: [Java] Fix incorrect detection of cast.
2015-01-04 Daniel Jasperclang-format: [Java] Fix incorrect recognition of annon...
2015-01-04 Daniel Jasperclang-format: [Java] Change a few flags for Google...
2015-01-04 Nico WeberRemove an assert that's not true on invalid code.
2015-01-04 Yaron KerenFix default image name to 'a.exe' on Windows, instead...
2015-01-04 Daniel Jasperclang-format: Re-enable comment re-indentation for...
2015-01-04 Nico WeberFix indentation. No behavior change.
2015-01-04 Nico WeberWrap to 80 columns, no behavior change.
2015-01-04 Nico WeberDocument that GetTypeForDeclarator() cannot return...
2015-01-04 Nico WeberCrash less enthusiasticially on _Atomic or __restrict__...
2015-01-04 Nico WeberWrap to 80 columns, no behavior change.
2015-01-04 David MajnemerAST: Remove overzealous assertion from IsModifiable
2015-01-03 David MajnemerParse: __attribute__((keyword)) shouldn't error
2015-01-03 Aaron BallmanVolatile reads are side-effecting operations, but in...
2015-01-03 Rafael EspindolaRemove -Werror from test.
2015-01-03 Rafael EspindolaReally don't warn about -flto/fno-lto :-(
2015-01-02 Rafael EspindolaAlso avoid warning on -flto/-fno-lto on linux.
2015-01-02 Rafael EspindolaDon't warn on unused -fno-lto.
2015-01-02 David BlaikieDebugInfo: Provide a less subtle way to set the debug...
2015-01-02 Saleem AbdulrasoolDriver: honour the clang-cl behaviour on ARM as well
2015-01-02 Saleem AbdulrasoolDriver: reuse getCompilerRT in place of addSanitizerRTW...
2015-01-02 David BlaikieTemporarily XFAIL fallout from r225083 while investigating.
2015-01-02 David BlaikieDebugInfo: Remove some now-unnecessary location handlin...
next