2010-07-09 |
John Thompson | Revert 107953, remove comma ignoring from PPC constraints. |
commit | commitdiff | tree | snapshot |
2010-07-09 |
John Thompson | Updating PPC target to ignore commas in asm contrains... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Sebastian Redl | Add a frontend option -chained-pch and don't pass an... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jordy Rose | Cleanup in CStringChecker. Now properly bifurcates... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Douglas Gregor | Support code completion for parameter names in Objectiv... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Douglas Gregor | Introduce a new code-completion point prior to an ident... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Sebastian Redl | When looking for an entity's Scope, don't consider... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Sebastian Redl | Some preparatory work for chained PCH. No functionality... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Zhanyong Wan | Makes RecursiveASTVisitor traverse the type of a tempor... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Douglas Gregor | During code completion, give the "nil" and "NULL" macro... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Douglas Gregor | Allow C-style casts and reinterpret_casts between block... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Eli Friedman | PR7588: Fix the _mm_shufflehi_epi16 macro. (The issue... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Devang Patel | Handle forward declarations properly in debug info. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Ted Kremenek | Add missing whitespace. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Douglas Gregor | When performing substitution of template arguments... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Argyrios Kyrtzidis | Introduce PCHReader::GetTranslationUnitDecl() and use... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Argyrios Kyrtzidis | Support TemplateTemplateParmDecl for PCH. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Douglas Gregor | Bowing to popular demand, reduce the "comma at end... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
John McCall | Apparently the {{$}} hack doesn't work on Windows;... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Argyrios Kyrtzidis | For TagType and TemplateSpecializationType, isDependent... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Argyrios Kyrtzidis | Read/write the C++ parts of DeclRefExpr and MemberExpr... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Argyrios Kyrtzidis | Fix reading of UsingDecl from PCH. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Argyrios Kyrtzidis | Remove unused protected constructor of DeclRefExpr. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Chandler Carruth | Wrap the new ext-warn on extraneous comma on the last... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Chandler Carruth | Add support for differentiating between attributes... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Duncan Sands | Tweak documentation to mention Debug+Asserts. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
John McCall | Mark calls to 'throw()' functions as nounwind, and... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Douglas Gregor | Reinstate the fix for PR7556. A silly use of isTrivial... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Chris Lattner | allow this to pass on 32-bit hosts. |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Chris Lattner | fix the clang side of PR7437: EmitAggregateCopy |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Chris Lattner | filecheckize this test. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Sebastian Redl | Fix a few errors in the internals doc. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Douglas Gregor | Revert r107828 and r107827, the fix for PR7556, which... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Chris Lattner | fix PR4499, patch by Kyle Dean! |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Sebastian Redl | Rip out the C++0x-specific handling of destructor names... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Douglas Gregor | A using declaration can redeclare a typedef to the... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Douglas Gregor | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Douglas Gregor | Do not use CXXZeroValueInitExpr for class types. Instea... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Nate Begeman | Fix an issue with opencl init list checking. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Zhanyong Wan | Changes how the TypeLoc traverser invokes the Type... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Douglas Gregor | When printing statistics for the ASTContext, also print... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Chris Lattner | add driver support for minix, patch by Kees van Reeuwijk |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Argyrios Kyrtzidis | Fix broken reading of NestedNameSpecifiers from PCH. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Argyrios Kyrtzidis | Delay passing InterestingDecls to the Consumer until... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Argyrios Kyrtzidis | getBody() -> hasBody() |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Argyrios Kyrtzidis | Simplify code and remove comment that is no longer... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Argyrios Kyrtzidis | Remove Decl::getCompoundBody(). |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Argyrios Kyrtzidis | Simplify code. CompoundStmt's RBraceLoc can be found... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Argyrios Kyrtzidis | Simplify code. FunctionDecl and ObjCMethodDecl have... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Argyrios Kyrtzidis | Introduce Decl::hasBody() and FunctionDecl::hasBody... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Jordy Rose | Add memcmp() and bcmp() to CStringChecker. These check... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Duncan Sands | A Release-Asserts build is now called a Release build. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Jordy Rose | Cleanup on CStringChecker and its associated tests... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
John McCall | Teach function-try-blocks on constructors and destructo... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Chris Lattner | implement PR7569, warning about assignment to null... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
John McCall | Don't consider casted non-global pointers to be evaluat... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Craig Silverstein | Avoid double-traversing for QualifiedTypeLoc -- we... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Tom Care | Change explicit handling of impossible condition to... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Chandler Carruth | Silence an annoying GCC warning about use of an uniniti... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Chandler Carruth | Use 'llvm_unreachable' to mark impossible code paths... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
John McCall | Provide a hook for the benefit of clients using clang... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Ted Kremenek | Fix casts in RegionStore to not always assume that... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Craig Silverstein | Add a const version of a method, to be consistent with... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Tom Care | Fix idempotent operations test command line arguments. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Ted Kremenek | Implement dumpToStream() for NonStaticGlobalSpaceRegion... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jordy Rose | Add comment noting VLASizeChecker's duty in defining... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jordy Rose | Add a new path-sensitive checker for functions in ... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Ted Kremenek | Sort CMake file. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Tom Care | Added a path-sensitive idempotent operation checker... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Nick Lewycky | Fix multiple emission of the this-> fixit for each... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
John McCall | Make CGBuilderTy a typedef again; its functionality... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Douglas Gregor | Improve the accuracy of getSourceRange() for Declarator... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Douglas Gregor | Correctly set the location of the "template" keyword... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Douglas Gregor | Remove my egregious hack that forced deserialization... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Duncan Sands | Pacify versions of gcc that think these variables may... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
John McCall | When destroying a cleanup, kill any references to instr... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Tom Care | Added several helper functions to Stmt to recursively... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Argyrios Kyrtzidis | Read/write function template specializations for PCH... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Argyrios Kyrtzidis | Add to PCH missing Sema information about VTable uses... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Argyrios Kyrtzidis | Allow a CXXRecordDecl to get a DefinitionData pointer... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Argyrios Kyrtzidis | Read/write instantiated-from-member of EnumDecl for... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Zhongxing Xu | Add skeleton code to make wpa call the analysis engine. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Zhongxing Xu | Add an assertion. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Zhongxing Xu | Collect function definitions in the Indexer when indexi... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
John McCall | When creating functions to run global initializers... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jordy Rose | Remove the now-unused GRState::isEqual method. Instead... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jordy Rose | Oops, tabs --> spaces in test. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jordy Rose | Improve NULL-checking for CFRetain/CFRelease. We now... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
John McCall | Stop testing for specific basic block numbers in this... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
John McCall | Validated by nightly-test runs on x86 and x86-64 darwin... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Zhongxing Xu | Local variables have no linkage, make invalid Entities. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | Generate fewer first class aggregate values for other |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | in the "coerce" case, the ABI handling code ends up... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | fix a bug I introduced in r107624 |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | rearrange some logic, no functionality change. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | fix PR7564 a cast where the bitfield struct init code |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | AppendBitField really can never fail, so return its... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Argyrios Kyrtzidis | Read/write the identifier namespace in PCH for decls... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Argyrios Kyrtzidis | Read/write some source location for PCH. |
commit | commitdiff | tree | snapshot |
next |