]> granicus.if.org Git - clang/shortlog
clang
2012-07-13 Richard SmithPR13360: When deciding the earliest point which inevita...
2012-07-13 Rafael EspindolaMove option test earlier in the function.
2012-07-13 Joel JonesThis is one of the first steps at moving to replace...
2012-07-13 Dmitri GribenkoComment.h: reword comments
2012-07-13 Richard TrieuModify tree printing mode for template type diffing...
2012-07-13 Nuno Lopesadd support for conditional expressions in Expr::HasSid...
2012-07-13 Tanya LattnerMove a bunch of the attribute warnings under the Ignore...
2012-07-13 Dmitri GribenkoComment AST nodes: rename getXXXCount() methods to...
2012-07-13 Rafael EspindolaApply visibility pragmas to class template declarations...
2012-07-13 Rafael EspindolaUse -fvisibility-inlines-hidden in inline functions...
2012-07-13 Benjamin KramerMove helper class into an anonymous namespace.
2012-07-13 Hans WennborgMention -ftls-model in release notes and manual.
2012-07-13 Manuel KlimekAllows retrieving all files in a CompilationDatabase.
2012-07-13 Richard SmithProvide a special-case diagnostic when two class member...
2012-07-13 Rafael EspindolaFix a bug in my previous commit. The problem is not...
2012-07-13 Dmitri GribenkoAttaching comments to declarations during parsing:...
2012-07-13 Dmitri GribenkoAlso remove include directory for libComments.
2012-07-13 Dmitri GribenkoRemove empty lib/Comments directory.
2012-07-13 Dmitri GribenkoComment parsing: repaint the bikesched: rename 'HTML...
2012-07-12 Dmitri GribenkoMake concepts of optional and forbidden end tags separa...
2012-07-12 Rafael EspindolaUse the canonical template decl when trying to find...
2012-07-12 Manuel KlimekUpdates the example to the latest incarnation of clang...
2012-07-12 Dmitri GribenkoAlways initialize variable. If opening quote is the...
2012-07-12 Alexander KornienkoUpdated -help message in clang-check.
2012-07-12 Timur Iskhodzhanov[Windows] Split the back reference tests into two separ...
2012-07-12 NAKAMURA Takumitest/CodeGen/rdrand-builtins.c: Define __MM_MALLOC_H...
2012-07-12 Benjamin KramerDon't include mm_malloc.h in test, it pulls in system...
2012-07-12 Timur Iskhodzhanov[Windows] Use thiscall as the default calling conventio...
2012-07-12 Benjamin KramerAdd _rdrand{16,32,64}_step intrinsics to immintrin.h
2012-07-12 Daniel JasperThis commit combines three patches to the ASTMatchers.
2012-07-12 Benjamin KramerBe lax about trailing whitespace when checking fixit...
2012-07-12 Benjamin KramerPR13312: Don't crash when printing a fixit that ends...
2012-07-12 Gregory Szorc[clang.py] Implement Token API
2012-07-12 Gregory Szorc[clang.py] Add TranslationUnit.get_{file,source_locatio...
2012-07-12 Gregory Szorc[clang.py] Refactor how ctypes functions are registered
2012-07-12 Rafael EspindolaProcess #pragma visibility early in the parsing of...
2012-07-12 Rafael EspindolaIgnore visibility attributes after definitions. This...
2012-07-12 NAKAMURA TakumiRevert r160052, "Default to -std=c++11 on Windows....
2012-07-12 John McCallAdd the ObjFW runtime. Patch by Jonathan Schleifer!
2012-07-12 NAKAMURA TakumiAST/CommentSema.cpp: Fix signess in abs() to appease...
2012-07-12 NAKAMURA Takumiclang/lib/Basic/CMakeLists.txt: Add missing dependency...
2012-07-12 Jordan Rose[analyzer] Don't inline virtual calls unless we can...
2012-07-11 Tanya LattnerAdd OpenCL metadata for kernel arg names. This output...
2012-07-11 Nico WeberDon't try to do RVO on block variables that refer to...
2012-07-11 Richard SmithStop instantiating a class if we hit a static_assert...
2012-07-11 Richard SmithFix warning.
2012-07-11 Dmitri GribenkoEnable comment parsing and semantic analysis to emit...
2012-07-11 Argyrios KyrtzidisIntroduce a flag in SourceManager to treat non-system...
2012-07-11 Jordan RoseStart testing some commented-out cases of badly-formed...
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
next