]> granicus.if.org Git - clang/shortlog
clang
2014-12-19 Hans WennborgTweak the assert in ModuleBuilder from r224533 (PR21989)
2014-12-19 Richard SmithDR1048: drop top-level cv-qualifiers when deducing...
2014-12-19 Alexey SamsonovAllow to disable all sanitizers with "-fno-sanitize...
2014-12-19 Aaron BallmanAdded a fixit to remove empty parens from a C++11 attri...
2014-12-19 Pekka JaaskelainenFix an address space id reset with array decay's
2014-12-19 Fariborz JahanianUse ObjCMultipleMethodNames to match the option.
2014-12-19 Aaron BallmanAttributes accepting an EnumArgument are allowed to...
2014-12-19 Aaron BallmanPutting unevaluated expression warnings, and evaluated...
2014-12-19 Alexey Samsonov[Sanitizer] Get rid of parseArgument helper function...
2014-12-19 David MajnemerFix layering violation, Lex shouldn't know about Decl
2014-12-19 Richard SmithPR21969: Improve diagnostics for a conversion function...
2014-12-19 Kaelyn TakataCorrect delayed typos in the operand to typeof expressions.
2014-12-19 Adrian PrantlFix a typo.
2014-12-18 Fariborz Jahanian[c Sema]. Patch fixes pointer-bool-conversion warning...
2014-12-18 Reid KlecknerRevert "Change -save-temps to emit unoptimized bitcode...
2014-12-18 Alexey Samsonov[CMake] Add check-asan-dynamic command to external...
2014-12-18 Fariborz JahanianObjective-C. Provide group name for warning
2014-12-18 Hans WennborgModuleBuilder: assert that all deferred inline method...
2014-12-18 Reid KlecknerRevert "Don't build invalid AST nodes during recovery"
2014-12-18 Fariborz Jahanian[Objective-C]. Patch to unify code generation for ObjCM...
2014-12-18 Richard BartonCorrection to -mfu=neon-vfpv4 to pass the correct backe...
2014-12-18 Yaron KerenEnabling this test again on mingw. The problem seems...
2014-12-18 Daniel Jasperclang-format: Fix incorrect detection of ObjC "in"...
2014-12-18 Serge PavlovFixed warnings on redefine keywords and reserved ids.
2014-12-18 David MajnemerParse: Don't parse after the eof has been consumed
2014-12-18 Alexey BataevFix for PR21915: assert on multidimensional VLA in...
2014-12-18 Bob WilsonChange -save-temps to emit unoptimized bitcode files.
2014-12-18 Eric ChristopherUpdate for llvm front end change and use the TargetOpti...
2014-12-18 Eric ChristopherMake sure that arm-linux-gnu is still the apcs-gnu...
2014-12-18 Eric ChristopherReinstate aapcs as the default arm abi.
2014-12-18 Duncan P. N... CGDebugInfo: Use DIBuilder API for self-referencing...
2014-12-18 Reid KlecknerFix diagnostic for static methods referencing fields...
2014-12-18 Fariborz Jahanian[Objective-C]. Modern property getters have side-effects.
2014-12-18 Richard TrieuFix a function that only calls itself. The const_cast...
2014-12-17 Justin BognerInstrProf: Simplify/reduce state in CoverageMapping...
2014-12-17 Rafael EspindolaRevert "Put static local variables of inline functions...
2014-12-17 Reid KlecknerDon't assume friended C++ method decls have qualifiers
2014-12-17 Aaron BallmanAdding a -Wunused-value warning for expressions with...
2014-12-17 Kostya Serebryany[sanitizer] allow -fsanitize-coverage=N w/ -fsanitize...
2014-12-17 Richard Smith[c++1z] Fixes for generalized non-type template argumen...
2014-12-17 Reid KlecknerDestroy the diagnostic client first in ~DiagnosticEngine
2014-12-17 Yaron KerenThis test does not pass for -target i686-pc-windows...
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...
next