]> granicus.if.org Git - clang/shortlog
clang
2012-11-11 Daniel JasperFix binding of nodes in case of forEach..() matchers.
2012-11-11 Nico WeberRemove unneeded includes from IdentifierTable
2012-11-11 Nico WeberDelete comment reference to non-existent method
2012-11-11 Nico Webers/BCPLComment/LineComment/
2012-11-11 Nico WeberFileCheckize test
2012-11-11 Richard SmithFix a typo which Matt pointed out.
2012-11-10 Fariborz Jahanianobjective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT...
2012-11-10 Douglas GregorRework my implementation of circular-reference finding...
2012-11-10 Michael LiaoAdd clang support of RTM from TSX
2012-11-10 Richard Smith-momit-leaf-frame-pointer is a -m option, not a -f...
2012-11-10 Ted KremenekRevert "Disable -Wimplicit-fallthrough when not using...
2012-11-10 Meador IngeAdd a few more test cases for verifying -fno-builtin.
2012-11-10 Ted KremenekDisable -Wimplicit-fallthrough when not using C++.
2012-11-10 Jordan Rose[analyzer] When invalidating symbolic offset regions...
2012-11-10 David BlaikieHandle redeclarations of catch variables in catch blocks.
2012-11-10 Douglas GregorDiagnostic circular inheritance involving dependent...
2012-11-10 David BlaikiePR14296: function parameter name collisions in function...
2012-11-10 Eli FriedmanMake __LDBL_MAX__ etc. have the correct type on targets...
2012-11-09 Jordan Rose-Wobjc-literal-compare: look through implicit casts.
2012-11-09 Justin Holewinski[NVPTX] Add __nvvm_* intrinsics as Clang builtins
2012-11-09 Richard SmithDocument -W in clang --help. Also make the help text...
2012-11-09 Richard SmithDon't include the help for -mips* in clang --help....
2012-11-09 Richard Smith-Wlarge-by-value-copy may be awesome, but it really...
2012-11-09 Richard SmithPR13788: Don't perform checks on the initializer of...
2012-11-09 Argyrios KyrtzidisRemove leftover code.
2012-11-09 Argyrios KyrtzidisAdd lldb data formatters for clang classes, starting...
2012-11-09 Richard SmithRemove --help text for deprecated sanitizer options...
2012-11-09 Richard SmithPR14303: Add a NoDriverOption flag to those options...
2012-11-09 Chad RosierAdd string to try and fix build from r167629.
2012-11-09 Argyrios KyrtzidisAdd a SourceLocation::printToString() that returns...
2012-11-09 Argyrios KyrtzidisAdd a FileCharacteristic parameter to SourceManager...
2012-11-09 Argyrios KyrtzidisTurn FrontendInputFile into an immutable class and...
2012-11-09 Argyrios KyrtzidisMake CompilerInstance::InitializeSourceManager accept...
2012-11-09 Rafael EspindolaDon't use so many bits.
2012-11-09 Chad RosierImplement -mstrict-align using '-backend-option -arm...
2012-11-09 Chad RosierAdd test case for r167619.
2012-11-09 Chad Rosier[driver] Add a -mstrict-align compiler option for ARM...
2012-11-09 Andy GibbsImproved support for removing the comma preceding __VA_...
2012-11-09 Nico WeberUse isInvalidDecl() instead of isStatic() as suggested...
2012-11-09 Nico WeberDon't crash on calling static member overloaded operato...
2012-11-09 Bob WilsonRemove old driver code to grab the iOS simulator versio...
2012-11-09 Nico Weber[ms] Implement int64_t version of mangleNumber() in...
2012-11-08 Nico Weber[Windows] Fix mangling of number literal '0'
2012-11-08 Bob WilsonRemove more code related to invoking llvm-gcc. <rdar...
2012-11-08 David BlaikieFix a source range regression in C++ new expressions...
2012-11-08 Matt Beaumont-GayFix a bug I found while preparing my devmtg talk: When...
2012-11-08 NAKAMURA Takumillvm/ConstantFolding.cpp: Make ReadDataFromGlobal(...
2012-11-08 Benjamin KramerLiteralSupport: Don't overflow the temporary buffer...
2012-11-08 Benjamin KramerLiteralSupport: Clean up style violations. No functiona...
2012-11-08 Abramo BagnaraAllow to pass from syntactic form of InitListExpr to...
2012-11-08 Abramo BagnaraAvoid to write function name in comment. Thanks to...
2012-11-08 Abramo BagnaraReadded line removed by mistake.
2012-11-08 Abramo BagnaraFixed converted ConstantArrayTypeLoc range. Added a...
2012-11-08 Abramo BagnaraFixed range of implicit MemberExpr.
2012-11-08 Benjamin KramerSet TLSSupported to false on Haiku.
2012-11-08 Daniel DunbarDriver/Darwin: The -arch argument values aren't exactly...
2012-11-08 Bob WilsonRip out a bunch of code for invoking gcc from clang.
2012-11-08 Bob WilsonRemove code to fall back to llvm-gcc for i386 kexts.
2012-11-08 David BlaikiePR14284: crash on ext-valid returning NULL from a void...
2012-11-07 Richard SmithWhen deciding whether to convert an array construction...
2012-11-07 Dmitri GribenkoForce C89 for c-index-test.c
2012-11-07 Michael J.... [Driver] Fix -Wp,-MMD pr13959
2012-11-07 Nico WeberReduce nesting. No functionality change.
2012-11-07 Richard TrieuWhen template deduction fails on a derived class, try...
2012-11-07 Fariborz Jahanianobjective-C blocks: bring back the CharUnit patch for
2012-11-07 David BlaikiePR12713 - crash on invalid due to unmatched parens...
2012-11-07 Fariborz Jahanianobjective-C modern translator. Start the line
2012-11-07 Douglas GregorWhen loading a module fails because it is out of date...
2012-11-07 David BlaikieTest for source location range of new expressions fixed...
2012-11-07 Jordan Rose[analyzer] Check that the argument to CFMakeCollectable...
2012-11-07 David ChisnallFix the Objective-C exception rethrow from cleanups...
2012-11-07 Jordan Rose[analyzer] Add some examples for the common REGISTER_...
2012-11-07 Jordan Rose[analyzer] Enhance docs for checker callbacks (esp...
2012-11-07 Ted KremenekAdd -Wmismatched-return-types flag for existing warning...
2012-11-07 Ted KremenekAdd -Wmismatched-parameter-types flag for existing...
2012-11-07 Richard SmithPR11851 (and duplicates): Whenever a constexpr function...
2012-11-07 Fariborz Jahanianmodern ObjC translator. Insert line number for @synchro...
2012-11-07 Eli FriedmanAdd missing check to warning for packed attribute....
2012-11-07 Manuel KlimekCreate helper functions in StmtDumper for outputting...
2012-11-07 David BlaikiePR13552: Fix the end location of a CXXNewExpr.
2012-11-06 Eli FriedmanFix assertion failure with auto and nested initializer...
2012-11-06 Douglas GregorTease out the routine that reads the control block...
2012-11-06 Eli FriedmanPut something sane in the DWARF offset field for bitfie...
2012-11-06 Fariborz Jahanianobjective-C modern rewriter. Insert line numbers in
2012-11-06 NAKAMURA TakumiRewriteModernObjC.cpp: Use Lexer::Stringify() on the...
2012-11-06 Anton KorobeynikovImplement codegen for init_priority attribute properly...
2012-11-06 Eli FriedmanBack out 167431+167437+167487; I didn't realize how...
2012-11-06 NAKAMURA Takumiclang/lib/Driver/Tools.cpp: Fix abuse of StringRef.
2012-11-06 Argyrios Kyrtzidis[libclang] Add some comments about the version constant...
2012-11-06 Eli FriedmanFix a silly mistake in r167437.
2012-11-06 NAKAMURA Takumiclang/test/Driver/fsanitize.c: Speculative fix to impro...
2012-11-06 Douglas GregorRemove C++11-isms I just introduced in r167482
2012-11-06 Douglas GregorIntroduce inferred framework modules into the module...
2012-11-06 Michael HanTeach Clang parser to reject C++11 attributes that...
2012-11-06 Richard SmithUpdates to user's manual and release notes for -fsaniti...
2012-11-06 Argyrios Kyrtzidis[c-index-test] When building with BUILD_CLANG_ONLY...
2012-11-06 Manman RenCleanup: 80-column violation
2012-11-06 Chad RosierUse the -fsanitize=thread flag to unbreak buildbot.
2012-11-06 Manuel KlimekAdd unit tests for source locations of AST nodes.
2012-11-06 Fariborz JahanianModern objective-C translator: Start adding line info...
next