]> granicus.if.org Git - clang/shortlog
clang
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...
2014-12-10 Sean CallananAdded a testcase to make sure the parser allows
2014-12-10 Fariborz JahanianObjective-C SDK modernizer. When modernizing an enum to
2014-12-10 Daniel Jasperclang-format: Remove a few else after return statements.
2014-12-10 Pekka JaaskelainenOpenCL C: Add support for a set of floating point
2014-12-10 Simon Atanasyan[mips] Removing __SIZEOF_INT128__ macro for MIPS64
2014-12-10 NAKAMURA Takumiclang/test/Modules/modular_maps.cpp REQUIRES shell...
2014-12-10 Richard SmithReinstate r223753, reverted in r223759 due to breakage...
2014-12-10 Sean CallananFixed the AST importer ot use redeclaration contexts...
2014-12-10 David BlaikieDebugInfo: Correct location information for array acces...
2014-12-10 Sean CallananMade the ASTImporter resilient if it can't import
2014-12-10 David BlaikieDebugInfo: Fix another case of array access line inform...
2014-12-10 David BlaikieDebugInfo: Correct the location of array accesses
2014-12-10 Eric ChristopherMake sure that vec_perm is listed as a static function...
2014-12-10 Reid KlecknerTweak test case from r223842 to make it pass on Windows...
2014-12-10 Nico Webercmake: Make SVNVersion.inc step depend on GetSVN.cmake.
2014-12-10 Sean CallananUpdated the AST importer to support importing
2014-12-09 Sean CallananModified the Objective-C lexer and parser (only
2014-12-09 David BlaikieDebugInfo: Correct location of aggregate assignment
2014-12-09 David MajnemerAST: Don't assume two zero sized objects live at differ...
2014-12-09 Nico Weberclang-format: Add a test for PR19603 which seems fixed...
2014-12-09 Fariborz JahanianObjective-C SDK modernizer. Modernize to use
2014-12-09 David BlaikieDebugInfo: Correct location of initialization of auto...
2014-12-09 David BlaikieDebugInfo: Correct the location of initializations...
2014-12-09 David BlaikieDebugInfo: Correct location for compound complex assignment
2014-12-09 David BlaikieDebugInfo: Accurate location information for complex...
2014-12-09 David BlaikieDebugInfo: Emit the correct location for initialization...
2014-12-09 Duncan P. N... Fix a GCC error from r223803
2014-12-09 Duncan P. N... IR: Update clang for Metadata/Value split in r223802
2014-12-09 Chandler CarruthDon't actually generate code for testing the frontend...
next