]> granicus.if.org Git - clang/shortlog
clang
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...
2014-12-09 Chandler CarruthRe-work the Clang system for classifying Intel x86...
2014-12-09 Duncan P. N... Revert "[modules] Add experimental -fmodule-map-file...
2014-12-09 Richard Smith[modules] Add experimental -fmodule-map-file-home-is...
2014-12-09 David MajnemerMS ABI: Add another test for PR20017
2014-12-09 David BlaikieDebugInfo: Correctly identify the location of C++ membe...
2014-12-09 Richard Smith[modules] If the same .pcm file is imported via two...
2014-12-09 David MajnemerRevert "Driver: Objective-C should respect -fno-exceptions"
2014-12-08 Nico WeberAdd a test for MS-ABI this adjustment for virtual calls...
2014-12-08 Kaelyn TakataHandle possible TypoExprs in member initializers.
2014-12-08 David BlaikieDebugInfo: Ensure the store for an assignment is attrib...
2014-12-08 Daniel Jasperclang-format: Indent correctly in conditional expressio...
2014-12-08 Samuel BenzaquenFix isInstantiated and isInTemplateInstantiation to...
2014-12-08 Daniel Jasperclang-format: [Java] Always break after annotations...
2014-12-08 Daniel Jasperclang-format: Make clang-format-diff.py format java...
2014-12-08 Justin BognerInstrProf: Use LLVM's -instrprof pass for profiling
2014-12-08 Daniel Jasperclang-format: Support commas in lambda return types.
2014-12-08 NAKAMURA Takumiclang/test/Index/usrs.cpp: Appease targeting msvc.
2014-12-08 Argyrios Kyrtzidis[libclang] Use same USR encoding for 'char' regardless...
2014-12-08 Argyrios Kyrtzidis[libclang] Encode InjectedClassNameType in the USR.
2014-12-08 Argyrios Kyrtzidis[libclang] Encode location info for anonymous embedded...
2014-12-08 Argyrios Kyrtzidis[libclang] Use same USR encoding for 'class' as 'struct'.
2014-12-08 Argyrios Kyrtzidis[libclang] Encode C++11 rvalue reference types in the...
2014-12-08 Argyrios Kyrtzidis[libclang] Encode the C++11 method reference qualifier...
2014-12-08 Argyrios Kyrtzidis[libclang] Reflect in USR generation that 'signed char...
2014-12-08 Argyrios Kyrtzidis[libclang] Function templates can be 'overloaded' by...
2014-12-07 Daniel Jasperclang-format: Don't merge lines with comments.
2014-12-06 Richard SmithAdd some file content to avoid test failures on content...
2014-12-06 Richard SmithAdd test file missed from r223561.
2014-12-06 Paul RobinsonRename a couple of preprocessor symbols to be more...
2014-12-06 Richard Smith[modules] If we import a module, and we've seen a modul...
2014-12-06 Kostya SerebryanyNo memcpy for copy ctor with -fsanitize-address-field...
2014-12-06 Richard SmithPR21217: Slightly more eagerly load -fmodule-map-file...
2014-12-06 Richard SmithAdditional safety for the root cause of regression...
2014-12-05 Richard Smith[modules] Instead of storing absolute paths in a .pcm...
next