]> granicus.if.org Git - clang/shortlog
clang
2012-07-11 Jordan RoseAllow -verify directives to be filtered by preprocessing.
2012-07-11 Daniel JasperMove CompileAssert into namespace clang::ast_matchers...
2012-07-11 Daniel JasperAdd a hook to supply a custom CompilationDatabase....
2012-07-11 Chad Rosier[driver] Fix so that clang can find correct path prefix...
2012-07-11 Rafael EspindolaHandle #pragma visibility in explicit specializations...
2012-07-11 Nico WeberMention -fms-compatibility and -fdelayed-template-parsi...
2012-07-11 Jordan RoseEmit -verify diagnostics even when we have a fatal...
2012-07-11 Nico WeberDefault to -std=c++11 on Windows.
2012-07-11 Nico WeberRemove unused override of CompilerInvocation::setLangDe...
2012-07-11 Justin HolewinskiFix handling of curly braces in NVPTX inline asm
2012-07-11 Eric ChristopherTemporarily revert this to see if it brings the gdb...
2012-07-11 Daniel JasperFix usage instructions for clang-check.
2012-07-11 Alexander KornienkoHow to set up clang tools for llvm
2012-07-11 NAKAMURA Takumiclang/test/Misc/diag-template-diffing-color.cpp: Introd...
2012-07-11 Axel NaumannLLVM_ON_WIN32 case: use the proper key in the UniqueFil...
2012-07-11 Rafael EspindolaDon't process #pragma visibility during instantiation...
2012-07-11 Eric ChristopherThe end of a block doesn't necessarily need a line...
2012-07-11 Eric ChristopherFileCheck-ize.
2012-07-10 Jordan Rose[analyzer] Add debug.DumpCalls, which prints out any...
2012-07-10 Jordan Rose[analyzer] Guard against C++ member functions that...
2012-07-10 Richard SmithFix crash when constant-evaluating a CXXConstructExpr...
2012-07-10 Jordan Rose[analyzer] Construct stack variables directly in their...
2012-07-10 Jordan Rose[analyzer] Use CallEvent for building inlined stack...
2012-07-10 Jordan Rose[analyzer] Make CallEnter, CallExitBegin, and CallExitE...
2012-07-10 Jordan Rose[analyzer] Add a CXXDestructorCall CallEvent.
2012-07-10 Jordan Rose[analyzer] Add new PreImplicitCall and PostImplicitCall...
2012-07-10 DeLesley HutchinsThread safety analysis: impove handling of trylock...
2012-07-10 Chad Rosier80-column violations and whitespace.
2012-07-10 Daniel Jasper Add more matchers and do cleanups.
2012-07-10 Benjamin KramerDisable death tests on platforms which don't support...
2012-07-10 Arnaud A. de... Adds support for auto-detection of compilation database...
2012-07-10 Axel NaumannImprove r159256 following Chandler's comments:
2012-07-10 Anna Zaks[analyzer] Remove redundant check (scalar type is a...
2012-07-10 Axel NaumannClear diagnostic counts after processing the diagnostics.
2012-07-10 Manuel KlimekFixes the MSVC build.
2012-07-10 Manuel KlimekAdds support for auto-detection of compilation databases
2012-07-10 Manuel KlimekUpdate the docs with specifics about escaping of compil...
2012-07-10 Chris LattnerJordan points out that this was incorrect: clang should...
2012-07-10 Jordan RoseAllow -verify directives to specify a min and max count...
2012-07-10 Jordan RoseAllow line numbers on -verify directives.
2012-07-10 Jordan RoseClean up VerifyDiagnosticsConsumer in preparation for...
2012-07-10 Richard TrieuProperly update the FormattedArgs vector when the templ...
2012-07-10 Jordan RoseAdd an explanation of -Wobjc-literal-compare to the...
2012-07-10 Arnaud A. de... [cindex.py] Make CompileCommand.arguments usage consist...
2012-07-09 Chad RosierRevert 159966 since Tanya temporarily updated the test...
2012-07-09 Tanya LattnerTEMPORARY. I will fix this properly shortly.
2012-07-09 Chad RosierPut new warning in r159965 under a flag to appease...
2012-07-09 Tanya LattnerPatch by Anton Lokhmotov to add OpenCL work group size...
2012-07-09 Dmitri GribenkoComment lexing: fix lexing to actually work in non...
2012-07-09 Abramo BagnaraThe delete argument should not be converted to void*.
2012-07-09 Fariborz Jahanianobjective-c: provide fixit hint for @autoreleasepool
2012-07-09 Matt Beaumont-GaySilence unused variable warning in -Asserts build
2012-07-09 Jim GrosbachTests: check for target availability for target-specifi...
2012-07-09 Fariborz Jahanianobjective-c: yank any use of "non-fragile abi" phrase
2012-07-09 Chad Rosier80-column and whitespace.
2012-07-09 Jordan RoseBetter parser recovery in Objective-C containers.
2012-07-09 Jordan Rose[analyzer] When inlining, make sure we use the definiti...
2012-07-09 Jordan RoseDowngrade the "direct comparison" error for ObjC litera...
2012-07-09 NAKAMURA Takumi[CMake] Get rid of unconditional dependency to ClangDia...
2012-07-09 Arnaud A. de... [cindex.py] fix infinite iteration of compilation datab...
2012-07-09 Alexander KornienkoInline storage of attributes in AttributedStmt.
2012-07-09 Manuel KlimekLinks to the python CXCompilationDatabase documentation.
2012-07-09 Richard SmithPR13136:
2012-07-08 Richard SmithHalve template depth in an attempt to get this test...
2012-07-08 Benjamin KramerAdd missing options for -m(no-){pclmul,fma,xop}.
2012-07-08 NAKAMURA Takumitest/SemaTemplate/instantiation-depth-defarg.cpp: Mark...
2012-07-08 Simon AtanasyanMIPS: Range check __builtin_mips_wrdsp / __builtin_mips...
2012-07-08 Simon AtanasyanMIPS: Mark arguments of __builtin_mips_wrdsp / __builti...
2012-07-08 Richard SmithPR13243: When deducing a non-type template parameter...
2012-07-08 Richard SmithPR13293: Defer deduction of an auto type with a depende...
2012-07-08 Richard SmithPR9793: Treat substitution as an instantiation step...
2012-07-07 NAKAMURA TakumiASTMatchers/CMakeLists.txt: Add dependencies to generat...
2012-07-07 Richard SmithReject 'int a[1][];' in Sema rather than crashing in...
2012-07-07 Richard SmithPR13290: Constant-evaluation support for CXXConstructEx...
2012-07-07 NAKAMURA Takumiclang/test/CodeGenCXX/cxx0x-initializer-constructors...
2012-07-07 Benjamin KramerWire up -mrdrnd for X86.
2012-07-07 Richard SmithPR12670: Support for initializing an array of non-aggre...
2012-07-07 Richard SmithWhen marking virtual functions as used for a class...
2012-07-07 John McCallDistinguish more carefully between free functions and...
2012-07-07 Ted KremenekEnhance 'diagtool list-warnings' to report number of...
2012-07-07 Ted KremenekRe-apply r159875 with fixes.
2012-07-07 NAKAMURA TakumiRevert rr159875, "Implement -Wpedantic and --no-pedanti...
2012-07-06 Dmitri GribenkoRestrict the set of declaration kinds for which we...
2012-07-06 Ted KremenekImplement -Wpedantic and --no-pedantic to complement...
2012-07-06 Jordan Rose[analyzer] Fix mis-committed test. No functionality...
2012-07-06 Jordan RoseConstify the argument to SourceLocation::getFromPtrEnco...
2012-07-06 Jordan Rose[analyzer] Add comments to Calls.h.
2012-07-06 Jordan Rose[analyzer] Be careful about LazyCompoundVals, which...
2012-07-06 Matt Beaumont-GaySprinkle llvm_unreachable around to placate GCC's ...
2012-07-06 Fariborz Jahanianobjc-arc: warn when assigning retained object to
2012-07-06 Fariborz Jahanianobjective-c++11: extend c++11 range-based loop to iterate
2012-07-06 Dmitri GribenkoDon't store pointers into a std::vector (RawCommentList...
2012-07-06 Dmitri GribenkoStop using new[] on llvm::BumpPtrAllocator.
2012-07-06 Dmitri GribenkoUse C++ cast.
2012-07-06 Benjamin KramerRemove unreachable default case to pacify clang's ...
2012-07-06 NAKAMURA TakumiASTContext.cpp: Appease msvc to cast NULL to typed...
2012-07-06 NAKAMURA Takumiclang/test/CodeGen/fp-contract.c: It requires ppc32!
2012-07-06 Arnaud A. de... [cindex.py] Fix erroneous comment for CompileCommands
2012-07-06 Manuel KlimekAnother fix for the configure build: correct order...
2012-07-06 Manuel KlimekBuild-fix: Remove non-existent directories from Makefiles.
next