]> granicus.if.org Git - clang/shortlog
clang
2014-12-17 Reid KlecknerDon't build invalid AST nodes during recovery
2014-12-17 Richard SmithSupport constant evaluation for member calls on std...
2014-12-17 David BlaikieRevert "DebugInfo: Generalize debug info location handling"
2014-12-17 Saleem AbdulrasoolBasic: clean up bleeding whitespace
2014-12-17 Saleem AbdulrasoolCodeGen: implement __emit intrinsic
2014-12-17 Joerg SonnenbergerRevert r224433, r224371 is good enough for now.
2014-12-17 Yaron KerenRangify for loop, NFC.
2014-12-17 Joerg SonnenbergerDisable the keyword-as-macro warning for now until...
2014-12-17 NAKAMURA Takumis/ScheduleKind/SchedKind/ in \param. [-Wdocumentation]
2014-12-17 NAKAMURA TakumiExclude printLineState() in -Asserts. [-Wunused-function]
2014-12-17 Toma Tabacu[mips] Always clobber $1 for MIPS inline asm.
2014-12-17 Yaron KerenTeach compile_commands.json test that windows-gnu is...
2014-12-17 Yaron KerenTeach lit.cfg to recognize -windows-gnu in addition...
2014-12-17 Daniel Jasperclang-format: Fix incorrect calculation of token lenghts.
2014-12-17 David MajnemerSema: Don't dyn_cast a null pointer in CheckUsingDeclQu...
2014-12-17 David MajnemerParse: Consume tokens more carefully in CheckForLParenA...
2014-12-17 Richard SmithAdd missing testcase from r224388.
2014-12-17 Anna Zaks[CallGraph] Make sure the edges are not missed due...
2014-12-16 David BlaikiePR21909: Don't try (and crash) to generate debug info...
2014-12-16 Richard SmithDR1684: a constexpr member function need not be a membe...
2014-12-16 Kaelyn TakataTry typo correction on all initialization arguments...
2014-12-16 David BlaikieDebugInfo: Generalize debug info location handling
2014-12-16 Nick LewyckyLook at whether TransformTypos returned a different...
2014-12-16 Rafael EspindolaFix handling of invalid -O options.
2014-12-16 Nick LewyckyFix typo in comment. NFC.
2014-12-16 Nick LewyckyAdd a new flag, -fspell-checking-limit=<number> to...
2014-12-16 Nico WeberMove -Wkeyword-macro into -pedantic, remove -Wreserved...
2014-12-16 Rafael EspindolaPut static local variables of inline functions in the...
2014-12-16 Jacques PienaarConsider calls from implict host device functions as...
2014-12-16 Alexey BataevRenamed RefersToEnclosingLocal bitfield to RefersToCapt...
2014-12-16 Alexey Bataev[OPENMP] Bugfix for processing of global variables...
2014-12-16 David MajnemerSema: Don't crash converting to bool from _Atomic
2014-12-16 Nick LewyckyImprove handling of value dependent expressions in...
2014-12-16 David MajnemerAST: Fix the linkage of static vars in fn template...
2014-12-16 Hans WennborgClarify the code in checkDLLAttribute()
2014-12-16 David MajnemerSema: Check value dependent casts when possible
2014-12-15 Reid KlecknerDiagnose function template definitions inside functions
2014-12-15 Roman DivackySilene -Wreorder warning.
2014-12-15 Reid KlecknerHandle errors in lambda prototype instantiation correctly
2014-12-15 Daniel MarjamakiSema: Cleanup and improve string-plus-char checking.
2014-12-15 Adrian PrantlUpdate this testcase for the new metadata assembler...
2014-12-15 Duncan P. N... IR: Make metadata typeless in assembly, clang side
2014-12-15 Paul RobinsonWarn when attribute 'optnone' conflicts with attributes...
2014-12-15 Samuel BenzaquenAdd voidType() matcher.
2014-12-15 David MajnemerSema: Don't diagnose string + int if the int is value...
2014-12-15 David MajnemerPreprocessor: Recover instead of mutating a token in...
2014-12-15 David MajnemerSema: Don't leave switch stack inconsistent when recovering
2014-12-15 Alexander MusmanTest for 'omp for' (for r224233).
2014-12-15 Alexander MusmanFirst patch with codegen of the 'omp for' directive...
2014-12-15 David MajnemerParse: Don't reorder tokens using ConsumeToken
2014-12-15 Alexey BataevFixed test/CodeGen/atomic_ops.c for compatibility with...
2014-12-15 Alexey BataevBugfix for Codegen of atomic load/store/other ops.
2014-12-15 Alexey BataevMSVC: A wide string literal from L#macro_arg in a macro
2014-12-14 Alexander KornienkoDon't break single-line raw string literals.
2014-12-14 David BlaikieDebugInfo: More accurate line information for placement...
2014-12-14 David MajnemerCodeGen: Compound literals with funny types shouldn...
2014-12-14 David MajnemerAST: Limit zero-sized constexpr behavior to array types
2014-12-14 David MajnemerLex: Don't crash if both conflict markers are on the...
2014-12-14 John McCallIf a non-template constructor instantiated to X(X),
2014-12-14 David MajnemerSema: attribute((annotate)) must have at least one...
2014-12-13 Hans Wennborgclang-cl: Fix handling of the /volatile flag (PR21893)
2014-12-13 Hans Wennborgclang-cl: ignore /cgthreads (PR21894)
2014-12-13 Hans Wennborgclang-cl: Make /Gd ignored instead of unsupported
2014-12-13 Hans Wennborgclang-cl: Add unsupported /Gv option (PR21892)
2014-12-13 David MajnemerParse: MS property members cannot have an in-class...
2014-12-13 David MajnemerSema: Constexpr functions must have return statements...
2014-12-13 Will WilsonNFC: Minor formatting fix
2014-12-13 Will WilsonPretty print support for template arg enum constants
2014-12-13 Nick LewyckyFix two small bugs in typo correction. One assertion...
2014-12-13 Reid KlecknerImplement feedback on r224172 in PR21899
2014-12-13 Reid KlecknerTypo correction: Ignore temporary binding exprs after...
2014-12-12 Peter CollingbourneImplement the __builtin_call_with_static_chain GNU...
2014-12-12 Justin BognerFrontend: Canonicalize to native paths when dumping...
2014-12-12 Reid KlecknerAllow module deps to be printed in an arbitrary order
2014-12-12 Evgeny AstigeevichFix the issue of mangling of local anonymous unions...
2014-12-12 Alexander KornienkoDon't break string literals in Java and JavaScript.
2014-12-12 Daniel Jasperclang-format: Revamp nested block formatting.
2014-12-12 David MajnemerCodeGen: Loads/stores to allocas for atomic ops shouldn...
2014-12-12 Serge PavlovDo not warn on keyword undef
2014-12-11 Fariborz Jahanian[Objective-C]. This patch extends objc_bridge attribut...
2014-12-11 Richard Smith[modules] When constructing paths relative to a module...
2014-12-11 Paul RobinsonInstead of having -Os/-Oz add OptimizeForSize/MinSize...
2014-12-11 David MajnemerAST: Incomplete types might be zero sized
2014-12-11 Aaron BallmanWhen checking for nonnull parameter attributes, also...
2014-12-11 Serge PavlovEmit warning if define or undef reserved identifier...
2014-12-11 Will WilsonMS ABI: Fix mangling of unsigned int template params
2014-12-11 David MajnemerParse: Concatenated string literals should be verified...
2014-12-10 Paul RobinsonRevert r223578, perf data collection depends on the...
2014-12-10 Paul RobinsonDiagnose attributes 'optnone' and 'minsize' on the...
2014-12-10 Paul RobinsonRevert r223980 as it had wrong commit message.
2014-12-10 Paul RobinsonRename a couple of preprocessor symbols to be more...
2014-12-10 David MajnemerForgot to commit this change with r223975
2014-12-10 Eric ChristopherAdd a FIXME for unifying ARM target abi handling.
2014-12-10 Eric ChristopherRevert the default changing behavior part of r216662...
2014-12-10 David MajnemerAST: Properly calculate the linkage of a IndirectFieldDecl
2014-12-10 Sean CallananFixed an 80-column violation.
2014-12-10 Richard SmithDR1891, PR21787: a lambda closure type has no default...
2014-12-10 David BlaikieMake test case 32/64 bit neutral
2014-12-10 David BlaikieDebugInfo: Location information for scalar new expressions
2014-12-10 Daniel Jasperclang-format: Factor out UnwrappedLineFormatter into...
next