]> granicus.if.org Git - clang/shortlog
clang
2012-12-05 Jordan RoseFormat strings: the correct conversion for 'char' is...
2012-12-05 Daniel JasperRemove bad and useless enum to bool conversion.
2012-12-05 Alexander KornienkoClang-format: parse for and while loops
2012-12-05 Daniel JasperIndentation fixes for clang-format.
2012-12-05 Alexander KornienkoFollow-up to r169286, addresses comments in http:/...
2012-12-05 Evgeniy StepanovReuse an existing diagnostic for tsan/msan needing...
2012-12-05 NAKAMURA Takumitest/Modules/build-fail-notes.m: Tweak to unbreak Win32...
2012-12-05 Richard SmithIn C++, if we hit an error in the class-head, don't...
2012-12-05 Richard SmithPR14049: Don't say "expanded from macro 'foo'" when...
2012-12-05 Richard SmithMinor reorganization. No functionality change.
2012-12-05 Daniel JasperAdd missing virtual destructors reported by -Wnon-virtu...
2012-12-05 Daniel JasperSmall tweaks to automatic formatting.
2012-12-05 Richard SmithSimplify slightly by seperating out the responsibility...
2012-12-05 Richard SmithThis test used to fail forever if it failed once, becau...
2012-12-05 NAKAMURA TakumiDriver.cpp: Restore clang/Config/config.h to be include...
2012-12-05 Richard SmithSimplify diagnostic emission. No functionality change...
2012-12-05 DeLesley HutchinsThread-safety analysis: check locks on method calls...
2012-12-05 Anna Zaks[analyzer] Implement an opt-in variant of direct ivar...
2012-12-05 DeLesley HutchinsThread Safety Analysis: refactor to make more methods...
2012-12-05 Fariborz JahanianTesting C++ declarations embedded in
2012-12-05 DeLesley HutchinsThread safety analysis: Add a new "beta" warning flag...
2012-12-04 Chandler CarruthAdd -whole-archive around the ASan runtime archive...
2012-12-04 Ted KremenekAlphabetize source files, just like they have been...
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 Matt Beaumont-GayCurrently, with -fsanitize=address, the driver appends...
2012-12-04 Fariborz JahanianTesting C declarations embedded in
2012-12-04 Daniel JasperAdd missing destructors found with -Wnon-virtual-dtor.
2012-12-04 Eli BenderskyAdapt to LLVM commit 169291 which streamlines the usage...
2012-12-04 Fariborz Jahanianadditional test for declaration tag of a class extension.
2012-12-04 Alexander KornienkoError recovery part 2
2012-12-04 Fariborz Jahanianobjective-c blocks: Consider padding due to alignment
2012-12-04 Alexander KornienkoClang-format error recovery part 1
2012-12-04 NAKAMURA Takumic-index-test.c: Make C89-compliant.
2012-12-04 Dmitri Gribenkolibclang: Add a function to libclang for retrieving...
2012-12-04 Daniel JasperMake parenthesis counting and aligning a bit saner.
2012-12-04 Alexander KornienkoEnum formatting implementation
2012-12-04 Manuel KlimekFix spelling I ran over while proof-reading tests.
2012-12-04 NAKAMURA TakumiToolChains.cpp: Fixup r169260, clang/Config/config...
2012-12-04 Manuel KlimekFixes crash in isDerivedFrom for recursive templates.
2012-12-04 Daniel JasperSmall fixes to unary operator recognition and handling...
2012-12-04 Chandler CarruthAutotools has the same include guard for both Clang...
2012-12-04 Daniel JasperUpdate matcher documentation with script.
2012-12-04 Daniel JasperAdd parameterCountIs() matcher.
2012-12-04 Daniel JasperReplace workarounds with correct fixes.
2012-12-04 Chandler CarruthSort the #include lines under utils/...
2012-12-04 Chandler CarruthReally sort the #include lines in unittests/...
2012-12-04 Chandler CarruthSort the #include lines for unittests/...
2012-12-04 Chandler CarruthSort the #include lines for examples/...
2012-12-04 Chandler CarruthSort #include lines for tools/...
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-12-04 NAKAMURA TakumiASTTests, ASTMatchersTests: Move clangEdit before clang...
2012-12-04 NAKAMURA TakumiUntabify (in USEDLIBS, Makefile(s)).
2012-12-04 NAKAMURA Takumiclang/Lex: [CMake] Update CMakefiles since r169229.
2012-12-04 Bill WendlingDon't test for ASM output but for IR output.
2012-12-04 Argyrios KyrtzidisRefactor recording the preprocessor conditional directi...
2012-12-04 Argyrios KyrtzidisIn the PreprocessingRecord, to identify the different...
2012-12-04 Argyrios Kyrtzidis[libclang] Avoid copying the CompileCommand related...
2012-12-04 Argyrios KyrtzidisIntroduce CompilationDatabase::getAllCompileCommands...
2012-12-04 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-zero-length-arrays...
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-12-04 Richard SmithDocument the existence of -fsanitize=bounds.
2012-12-04 NAKAMURA Takumiclang/test/Index/comment-objc-decls.m: Try to fix r1691...
2012-12-04 Fariborz JahanianTesting objective-C declarations embedded in
2012-12-04 Michael IlsemanHave clang use LLVM IR's fast-math flags when in FastMa...
2012-12-04 Michael Ilsemanremove trailing whitespace
2012-12-03 NAKAMURA Takumiclang/test/Driver/fsanitize-blacklist.c: Mark it as...
2012-12-03 Richard SmithFix test failure when building Clang with g++4.7 -...
2012-12-03 Manuel KlimekFixes a compile warning and crash in the tests.
2012-12-03 Alexey SamsonovAdd Clang flags -fsanitize-blacklist and -fno-sanitize...
2012-12-03 Benjamin KramerlibclangFormat is not libclangTooling, but it depends...
2012-12-03 Alexey SamsonovFix PR14474: don't emit debug info for interface types...
2012-12-03 Daniel JasperInitial version of formatting library.
2012-12-03 Daniel JasperMake hasDeclaration work for enums.
2012-12-03 Evgeniy StepanovAdd -fsanitize=memory.
2012-12-02 Will Dietz[ubsan] Add flag to enable recovery from checks when...
2012-12-01 Benjamin KramerMake helper classes anonymous. Make helper functions...
2012-12-01 Simon Atanasyan[MIPS] Add -mxgot/-mno-xgot command line options
2012-12-01 Benjamin KramerAdd raw_ostream include to pacify MSVC.
2012-12-01 Benjamin KramerUpdate unit tests not to rely on transitive includes.
2012-12-01 Benjamin KramerInclude pruning and general cleanup.
2012-12-01 Benjamin KramerDon't include Type.h in DeclarationName.h.
2012-12-01 Benjamin KramerMake ASTVector.h standalone without including all of...
2012-12-01 Benjamin KramerPull the Attr iteration parts out of Attr.h, so includi...
2012-12-01 Eli BenderskyFix a test that was redefining FileCheck variables...
2012-12-01 Joey GoulySwitch to using -### as mentioned by chandlerc.
2012-12-01 Joey GoulyAdd -emit-llvm to test/Driver/fsanitize.c to stop this...
2012-12-01 Benjamin KramerAdd .arcconfig to the repository. Useful if someone...
2012-12-01 Michael HanFix a typo in comment.
2012-12-01 Richard SmithMake these functions more clearly express the test...
2012-12-01 Richard SmithConsistently use 'needsImplicit<special member>' to...
2012-12-01 Eli FriedmanTry to make the source location information for token...
2012-12-01 Richard SmithRemove restriction on combining ubsan with asan or...
2012-12-01 Douglas GregorFix the determination of whether a capture refers to...
2012-11-30 Bill WendlingDon't emit a warning with an input/output parameter...
2012-11-30 Douglas GregorFix test for Windows path separators
2012-11-30 Douglas GregorTeach the serialized diagnostic writer to clone() itsel...
2012-11-30 Bill WendlingDon't warn if the input size is less than the register...
2012-11-30 Eli FriedmanMake -Wtautological-constant-out-of-range-compare behav...
2012-11-30 Douglas GregorRename ModuleBuildPath -> ModuleBuildStack. Thanks...
next