2010-08-17 |
John McCall | Whoops. Don't fall through into the overload case... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Argyrios Kyrtzidis | Introduce -Wunused-method option for warning on unused... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Fariborz Jahanian | Diagnose use of iboutletcollection on ivar/property |
commit | commitdiff | tree | snapshot |
2010-08-17 |
John McCall | Implicit decl ref expressions might not have name locat... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Sebastian Redl | Fix CMake build |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Ted Kremenek | Fix horrible CFG bug caused by a series of NullStmts... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Ted Kremenek | CFGBuilder: don't create the empty "loop back" block... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Sebastian Redl | Reintroduce the serialization library, with fixed depen... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Fariborz Jahanian | Patch to add type parameter support for attribute ibout... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Douglas Gregor | Remove the last bit of the Clang Serialization library... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Douglas Gregor | Revert Sebastian's build-breaking patch. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Dan Gohman | Add the clangSerialization library to libclang. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Sebastian Redl | Create a new Serialization module that contains all... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Sebastian Redl | Fix a typo in a diag name. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Daniel Dunbar | Remove a gratuitous lie. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Douglas Gregor | A member function never has "C" linkage. Fixes <rdar... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Douglas Gregor | When generating code completion patterns for method... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Chris Lattner | apparently msvc defines _STDCALL_SUPPORTED, so we should |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Chris Lattner | Add a slightly better hack for microsoft style inline... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Chris Lattner | Implement #pragma push_macro, patch by Francois Pichet! |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Douglas Gregor | 1 != I. Fix the formulation of code-completion patterns for |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Benjamin Kramer | Convert all uses of StringLiteral::getStrData() to... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
John McCall | Don't try to initialize a reference with a constructed... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Douglas Gregor | When the # of top-level declarations changes after... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Zhongxing Xu | Generate a node instead of a sink. A leak is not a... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
John McCall | A field of incomplete type is sufficiently disruptive... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Eli Friedman | Move a bunch of code out of the ComplexExprEvaluator... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Jordy Rose | Allow the "size" of a buffer access check to be either... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Douglas Gregor | Move include to the proper place. No functionality... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Douglas Gregor | Implement support for cached code completions for |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Fariborz Jahanian | Diagnose assiging to an interface object in |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Tom Care | Added basic psuedoconstant checking in IdempotentOperat... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Douglas Gregor | Formatting fixes. No functionality change |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Douglas Gregor | Implement name hiding of cached global code-completion... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Jordy Rose | Instead of using operator bool() for testing if a Bindi... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Jordy Rose | Move GRState::AssumeInBound out of its header file... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Douglas Gregor | Move some code out-of-line which has long since grown... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Sebastian Redl | Add two options for playing with modules. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Douglas Gregor | When caching code completions for global declarations... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Fariborz Jahanian | Fix a crash when parsing malformed out-of-line member... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Argyrios Kyrtzidis | Fix initialization for members of anonymous struct... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Argyrios Kyrtzidis | Emit diagnostic error when the field of an anonymous... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Douglas Gregor | Dereferencing NULL pointers is such poor form. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Anton Yartsev | support for vec_add, vec_adds, vec_and, vec_andc with... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Douglas Gregor | When caching global completion results, keep track... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Abramo Bagnara | Fixed typo in conj, conjf, conjl signature. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Jordy Rose | Model the effects of strcpy() and stpcpy() in CStringCh... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Charles Davis | Error out if reinterpret_casting between member pointer... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Charles Davis | Err on incomplete class types in member pointers when... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Charles Davis | Implement support for member pointers under the Microso... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Jordy Rose | - Allow making ElementRegions with complex offsets... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
David Chisnall | Pass some things to the linker that gcc passes. -r... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Jordy Rose | Move GRState's bind* methods out of its header file... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Argyrios Kyrtzidis | Call the base class in StmtProfiler::VisitOverloadExpr. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Benjamin Kramer | Open AST/PCH files in binary mode. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Nick Lewycky | Make the FixItOptions object required instead of optional. |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Zhongxing Xu | StoreManager::RemoveDeadBindings() can take a Store... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Argyrios Kyrtzidis | Remove ATTRIBUTE_UNUSED from the common pattern of... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Argyrios Kyrtzidis | Don't warn for the common pattern of disallowing copying: |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Zhongxing Xu | Remove redundant method. |
commit | commitdiff | tree | snapshot |
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 |
next |