2010-02-16 |
Anders Carlsson | More work on the new layout code. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
John McCall | When emitting complete destructors for classes with... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
John McCall | White-list comma expressions with the literal 0 as... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
John McCall | Make the various type-decl Types (and their associated... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Sanjiv Gupta | Re-applying 96173. Looks like finally I got the test... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Ted Kremenek | Add test case to show that Clang now checks the format... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Daniel Dunbar | c-index-test: Pass appropriate client data. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Daniel Dunbar | ASTUnit: Constant fold UseBumpAllocator to true, we... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Daniel Dunbar | ASTUnit::LoadFromCompilerInvocation - Take ownership... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Daniel Dunbar | CompilerInstance: Move LLVMContext member out of constr... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Daniel Dunbar | Switch clang to use its own LLVMContext (not the global... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Ted Kremenek | Fix test case. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Ted Kremenek | Refactor the logic for printf argument type-checking... |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Ted Kremenek | Added 'AsWideChar' flag to LengthModifier. |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Douglas Gregor | Skeleton for importing Objective-C classes |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Chris Lattner | mark __builtin_longjmp noreturn, PR6312 |
commit | commitdiff | tree | snapshot |
2010-02-16 |
Douglas Gregor | Don't import __va_list_tag or __builtin_va_list when... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Douglas Gregor | Cope with anonymous tags defined within declarators... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Ted Kremenek | Convert GRExprEngine's handling of ObjCMessageExprs... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Benjamin Kramer | Add Sema support for __builtin_fpclassify by extending... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Fariborz Jahanian | Issue a bettter diagnostics for incorrect property... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Chandler Carruth | Fix instantiation of template functions with local... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Douglas Gregor | Tell ASTMerge to merge every declaration it sees, rathe... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Douglas Gregor | Reimplement the structural-equality checks used to... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Fariborz Jahanian | Class continuation now has its own property ast for |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Fariborz Jahanian | Test to compile the rewritten file for my last patch. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Fariborz Jahanian | Fix a broken rewritin of @implementation keyword. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
John McCall | Optimize the implementation of IdDeclInfo pooling in... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Devang Patel | Use getLocStart(), instead of getLocEnd(), to record... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Sanjiv Gupta | reverting back 96242 as it still causes a test failure. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Sanjiv Gupta | Re-applying 96173 with corresponding changes in test. |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Duncan Sands | Uniformize the names of type predicates: rather than... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Chandler Carruth | Defer covariance checks for dependent types. Add test... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
Zhongxing Xu | Simplify code. If we can reach here, the base must... |
commit | commitdiff | tree | snapshot |
2010-02-15 |
John McCall | When emitting an aggregate into a temporary, make sure... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Ted Kremenek | clang::Attr objects should be treated as AST nodes... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Ted Kremenek | Add LLVM conventions check that scans for AST elements... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Ted Kremenek | Change LLVMConventionsChecker to accept an entire trans... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Ted Kremenek | Rework translation unit actions to actually take an... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Ted Kremenek | For the StringRef check, also visit the children of... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Ted Kremenek | Place type-checking static methods at type of file... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Chris Lattner | temporarily revert 96173, it is causing test failures. |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Sanjiv Gupta | renamed pic16 specifiic macros. |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Anders Carlsson | Don't compute final overriders or build vtables for... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Benjamin Kramer | Pass StringRefs to InsertText/ReplaceText in RewriteObj... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Daniel Dunbar | CIndex: Switch CXSourceRange to proper half-open intervals. |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Daniel Dunbar | CIndex: Avoid an unnecessary getLocForEndOfToken call... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Daniel Dunbar | c-index-test: Unify and always print half-open extents. |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Daniel Dunbar | c-index-test: Simplify file scanning code. |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Daniel Dunbar | c-index-test: Unify syntax for printing extents. Yes... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Daniel Dunbar | CIndex: Simplify (remove provably dead code). |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Daniel Dunbar | CIndex: Inline CompareRegionOfInterest(CXSourceRange... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Daniel Dunbar | Rename translateSourceRange(CXSourceRange) translateCXS... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Zhongxing Xu | Fix pr6293. If ptr is NULL, no operation is preformed. |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Ted Kremenek | Add new static analyzer for checking LLVM coding conven... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Ted Kremenek | Two changes to AnalysisConsumer::HandleTopLevelSingleDe... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Daniel Dunbar | CIndex: Kill off CXSourceLocationPtr, and AtEnd arguments. |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Daniel Dunbar | CIndex: Stop hiding magic end bit in CXSourceRange... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
John McCall | Improve the diagnostic given when referring to a tag... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Anders Carlsson | Build fix. |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Anders Carlsson | Baby steps towards teaching FinalOverriders about virtu... |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Anders Carlsson | Don't try to layout construction vtables for now. |
commit | commitdiff | tree | snapshot |
2010-02-14 |
Anders Carlsson | Improve support for non-virtual 'this' pointer adjustme... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Anders Carlsson | Add basic support for simple non-virtual 'this' pointer... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Anders Carlsson | Add support for very simple non-virtual this adjustment... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Anders Carlsson | Cleanup; remove some duplicated code. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Anders Carlsson | Assert if we encounter this adjustments. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Anders Carlsson | Start laying out secondary vtables. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Anders Carlsson | Merge base offsets and dump them. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Anders Carlsson | Don't make return adjustments for pure virtual member... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Anders Carlsson | Handle virtual bases in return adjustment types. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Anders Carlsson | Handle virtual bases in ComputeBaseOffset. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Daniel Dunbar | Add newline. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Anders Carlsson | More work on covariant return types. We now handle... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chris Lattner | add support for t Fedora 12 (February 2010), patch by |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Daniel Dunbar | cindex/Python: Fix cindex-{dump,includes} examples... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Daniel Dunbar | cindex/Python: Add TranslationUnit.get_includes, patch... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Daniel Dunbar | cindex/Python: Update for clang_getDiagnosticRange... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Charles Davis | Emit the 'alignstack' LLVM function attribute when... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chandler Carruth | Fix think-o, attributes can't come *within* the type... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chandler Carruth | Silence unused variable warning in a build without... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chandler Carruth | Skip implicit instantiation of templated variables... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Benjamin Kramer | Remove dead {include, semicolon, variable}. |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Benjamin Kramer | Use a different name for this iterator. MSVC and clang... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Chandler Carruth | Silence a GCC warning about a possibly uninitialized... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Douglas Gregor | Fix a fiendinshly fun little type-canonicalization... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Douglas Gregor | Permit the use of typedefs of class template specializa... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
John McCall | Raise the responsibility for passing -disable-llvm... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Anders Carlsson | More work on return type adjustments in the new vtable... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Ted Kremenek | Enhance RegionStore::InvalidateRegions() to correctly... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
John McCall | Switch the standard DeclarationName comparator to be... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Ted Kremenek | Pull logic for visiting value bindings in InvalidateReg... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Eli Friedman | Fix for PR6274: teach constant folding to evaluate... |
commit | commitdiff | tree | snapshot |
2010-02-13 |
Eli Friedman | if-0 out printf. |
commit | commitdiff | tree | snapshot |
2010-02-12 |
John McCall | Add an option to disable the LLVM verifier pass (which... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Douglas Gregor | Funnel changes to the ImportedDecls list in the ASTImpo... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Ted Kremenek | Fix bug I introduced with assinging a temporary to... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Ted Kremenek | Make the following functions thread-safe but having... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Douglas Gregor | Implement AST importing and merging for enumeration... |
commit | commitdiff | tree | snapshot |
2010-02-12 |
Fariborz Jahanian | Complain if block-literal expression's parameter name is |
commit | commitdiff | tree | snapshot |
next |