2010-08-19 |
John McCall | When deducing the element type of an array, ignore... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Sebastian Redl | Rename pch namespace to serialization. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Sebastian Redl | Rename PCHBitCodes.h -> ASTBitCodes.h |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Sebastian Redl | Rename stuff in PCHBitCodes.h |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Sebastian Redl | Rename the ASTReader header files. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Sebastian Redl | Rename the ASTReader implementation files. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Sebastian Redl | More PCH -> AST renaming. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Sebastian Redl | Rename various classes from PCH to AST. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Sebastian Redl | Rename PCHStmtReader -> ASTStmtReader. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Sebastian Redl | Rename PCHDeclReader -> ASTDeclReader. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Sebastian Redl | Rename PCHReader to ASTReader. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Sebastian Redl | Rename PCHWriter.h to ASTWriter.h |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Sebastian Redl | Rename the ASTWriter implementation files |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Sebastian Redl | Do the PCH->AST rename for ASTWriter's implementation... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Sebastian Redl | Rename PCHWriter to ASTWriter |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Douglas Gregor | When creating an ASTUnit by parsing source code, set... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Sean Hunt | Generate Attr subclasses with TableGen. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Daniel Dunbar | libclang: Put clang_reparseTranslationUnit inside a... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Daniel Dunbar | CrashRecovery: Add #pragma clang __debug handle_crash... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Daniel Dunbar | c-index-test: Change -test-load-source-repase to only... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Douglas Gregor | Fix crasher with IgnoringDiagClient |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Douglas Gregor | Simplify the ownership model for DiagnosticClients... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Eli Friedman | Add/update a bunch of svn:ignore properties; get rid... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Douglas Gregor | There is no pointer conversion between to similar types... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Dan Gohman | Call llvm::remove_fatal_error_handler before deallocati... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Tom Care | Added psuedo-constant analysis and integrated it into... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
John McCall | Contextual arity is a feature of mangling expressions... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Daniel Dunbar | libclang: Put clang_parseTranslationUnit inside a crash... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Daniel Dunbar | libclang: Implicitly enable crash recovery when using... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | zap dead code. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | no need to pass bumppointer allocator into macroinfo... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Douglas Gregor | Make sure to add MallocAttr to explicitly-declared... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Douglas Gregor | Simplify FixItHint by eliminated the unnecessary Insert... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
John McCall | Flesh out the test cases a little. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
John McCall | Rip out the existing retroactive abstract-class usage... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Argyrios Kyrtzidis | Remove -Wunused-member-function from the 'Extra' diagno... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chandler Carruth | Check whether errors should be included in the diagnost... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Jordy Rose | Remove dead malloc symbols from the symbol-state map. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Jordy Rose | Use RegionStateTy everywhere we mean ImmutableMap<Symbo... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | zap dead code. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | zap a big dead method. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Douglas Gregor | Emit an error if an array is too large. We're slightly... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Chris Lattner | Fix PR7889 by generalizing some over specialized code... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Chris Lattner | fix PR7892, a crash on valid in c++ codegen of __PRETTY... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Ted Kremenek | TypedRegion::isBoundable() should return true by defaul... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Fariborz Jahanian | Get rid of extra nesting when checking for invalid... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Ted Kremenek | Rewrite code fragment to avoide ICE in MSVC. Fixes... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Fariborz Jahanian | Diagnose if type of iboutletcollection attribute is... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Sebastian Redl | Get rid of pretty non-ASCII quotes. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Daniel Dunbar | StringRef'ication of lots stuff, patch by Peter Davies! |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Daniel Dunbar | Lex: Add #pragma clang __debug {llvm_fatal_error, llvm_... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Daniel Dunbar | Driver: Claim the -mlinker-version synthesized argument... |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Argyrios Kyrtzidis | Rename -Wunused-method -> -Wunused-member-function. |
commit | commitdiff | tree | snapshot |
2010-08-17 |
Ted Kremenek | Remove dead code. |
commit | commitdiff | tree | snapshot |
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 |
next |