2010-08-15 |
Zhongxing Xu | Implement MallocChecker::EvalDeadSymbols() with the... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Douglas Gregor | Extend the code-completion caching infrastructure to... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Eli Friedman | Use Enumerators.data() instead of &Enumerators[0] to... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Argyrios Kyrtzidis | Remove dead code, caught by unused function warnings. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Argyrios Kyrtzidis | DependentTypeOfExprType and DependentDecltypeType are... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Argyrios Kyrtzidis | Call the correct base class in StmtProfiler::VisitUnres... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Argyrios Kyrtzidis | Some refactoring on StmtPrinter to avoid unused functio... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Argyrios Kyrtzidis | Add ATTRIBUTE_UNUSED to methods not supposed to be... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Argyrios Kyrtzidis | Commit improved version of 111026 & 111027. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Eli Friedman | Explicitly handle every case in the switch in RTTIBuild... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Nick Lewycky | Remember that FixItOptions* is optional and don't crash... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Jordy Rose | Update CStringChecker to take advantage of the new... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Eli Friedman | PR7884: Fix the implementations of __real__ and __imag_... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Jordy Rose | Add a test for alloca region extents. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Jordy Rose | Add a callback for when region changes occur. Still... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Jordy Rose | Another metadata symbol change (missed a file) |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Jordy Rose | Add a new metadata symbol type for checkers to use... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
John McCall | More cleanup enabling. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Eli Friedman | PR3344: Downgrade "too many braces around scalar initia... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Ted Kremenek | Always recurse into sub-cursors when annotating tokens... |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Daniel Dunbar | Driver: Increase flags to hold all necessary bits. |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Ted Kremenek | As a heuristic, annotate tokens (via clang_annotateToke... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Douglas Gregor | Implement caching of code-completion results for macro... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
John McCall | Sketch out a framework for delaying the activation... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Argyrios Kyrtzidis | Revert 111026 & 111027, build breakage. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Argyrios Kyrtzidis | The unused warnings extravaganza continues. Warn for: |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Argyrios Kyrtzidis | Expand the unused warnings for functions. Warn for: |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Argyrios Kyrtzidis | Change Sema's UnusedStaticFuncs to UnusedFileScopedDecl... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Fariborz Jahanian | When issuing warning for future conflict resolution, |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Nick Lewycky | Add a new cc1 option -fix-what-you-can which when combi... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Douglas Gregor | Add an options parameter to clang_saveTranslationUnit... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Abramo Bagnara | Fixed NNS insertion in MemberPointerType. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
John McCall | Properly give unique-external linkage to members of... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
John McCall | Fix the help text on -Wwrite-strings. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
John McCall | Work around a crash when checking access to injected... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Douglas Gregor | Implement clang_saveTranslationUnit(), which saves... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Daniel Dunbar | Driver/OptParser: Add a NoForward flag to prevent forwa... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Douglas Gregor | Teach ASTUnit to hold on to the Sema object and ASTCons... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
John McCall | Make two methods have compatible signatures with the... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
John McCall | Perform access control when template lookup finds a... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Eli Friedman | Zap unused UnaryOperator::OffsetOf. |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Douglas Gregor | The Sema object will get destroyed before all of the... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Sebastian Redl | Instead of modifying the ObjC AST to not modify existin... |
commit | commitdiff | tree | snapshot |
2010-08-13 |
Fariborz Jahanian | Make use of __func__ in a block actually refer to |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | Just disable the hidden-visibility optimization for... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Douglas Gregor | Teach CompilerInstance to create and hold on to the... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Tom Care | Small changes to UnreachableCodeChecker |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Douglas Gregor | Add a ParseAST overload that takes a Sema object, so... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Tom Care | Improved IdempotentOperationChecker false positives... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Fariborz Jahanian | Typo. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Fariborz Jahanian | Patch to issue warning when colllection expresion's... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | Implement -Wcast-align. The initial design of this... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | Fixing the build isn't good enough; back out r110956... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | dgregor should write code that compiles. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Douglas Gregor | Update Xcode project |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Douglas Gregor | Add a ParseAST overload that takes a Sema object, so... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Fariborz Jahanian | Fixes block type matching bug. Radar 8302845. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Douglas Gregor | Move Sema's headers into include/clang/Sema, renaming... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Dan Gohman | Revert r110936; this fails on clang-i686-darwin10 too. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Anton Yartsev | first test commit |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Douglas Gregor | Downgrade error about nonnull attribute bbeing applied... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Devang Patel | Make this test darwin only. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Douglas Gregor | Don't emit end-of-file diagnostics like "unterminated... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Dan Gohman | Temporarily disable this failing test, until it can... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Argyrios Kyrtzidis | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Abramo Bagnara | Added locations and type source info for DeclarationNam... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Jordy Rose | Remove OwnershipAttr::Kind, since it's essentially... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | Test for rdar://problem/8073696. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | Handle the obvious case for diagnosing redeclarations... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Jordy Rose | Actually use reduced set of checkers in EvalAssume. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Daniel Dunbar | Frontend: Move the bulk of the cc1_main() processing... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Daniel Dunbar | clang -cc1: Move real diagnostics client initialization... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | Bail out of MaybeBindToTemporary if the record type... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | Implement RTTI generation for Objective C types. Fixes... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | Fix a crash on invalid when declaring an implicit membe... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Daniel Dunbar | Driver: Use the compile time linker version as the... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Devang Patel | Emit debug info for static const class member. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Devang Patel | update test to reflect r110876 change. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
John McCall | Don't try to implicitly declare special members of... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Tom Care | Fix a bug where child statements could not be identifie... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Argyrios Kyrtzidis | Switch on PCH for C++. C++ fans all over the world... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | Driver/Darwin: Pass -demangle when linking, if the... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | Driver: Add -mlinker-version=, which forwards to -targe... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | Frontend: Add -target-linker-version, for specifying... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Eli Friedman | Fix oversight with symbolic names in TargetInfo::valida... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Argyrios Kyrtzidis | -Make TokenID of IdentifierInfo read-only, remove setTo... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
John McCall | Revise r110163: don't mark weak functions nounwind... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Abramo Bagnara | Added locations and type source info for DeclarationName. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Douglas Gregor | Once code completion has completed, pass a "completion... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Fariborz Jahanian | Change text of diagnostics on user request. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Devang Patel | Emit a stop point for delegate constructor call. This... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
John McCall | When re-raising an exception after a cleanup, we need... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Eli Friedman | Work in progress for PR7864. Someone more familiar... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bruno Cardoso... | Remove rsqrtps_nr256 and sqrtps_nr256 builtins, at... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Fariborz Jahanian | Update documentation regarding use of 'class' in |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Redl | Reintroduce the ASTConsumer/ASTUnit fix from r110610... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bruno Cardoso... | Fix define inserting a comma :) |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Fariborz Jahanian | IRGen support for functions returning objc object |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Douglas Gregor | Add a (currently unused) "options" parameter to |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | Remove wpa 'example', it isn't being maintained. |
commit | commitdiff | tree | snapshot |
next |