2011-03-10 |
Abramo Bagnara | Avoid do drop outer template parameter lists on the... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Abramo Bagnara | Fixed class type generation for MemberPointerType. |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Ted Kremenek | When doing reachability analysis for warnings issued... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Ken Dyck | Instead of round up sizes to '8', round them up to... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Ken Dyck | Round up the non-virtual size to the next char instead... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Ted Kremenek | Require AddStmtChoice::alwaysAdd() to take a CFGBuilder... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Ted Kremenek | Remove unused 'AddStmtChoice' argument to CFGBuilder... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Ted Kremenek | Rework interaction between AnalysisContext and CFG... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Daniel Dunbar | Revert r127206 "Detect attempts to provide a specializa... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Argyrios Kyrtzidis | Silence gcc warnings. |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Fariborz Jahanian | Property setter/getter must be looked up in property... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Argyrios Kyrtzidis | Fix CMake build. |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Fariborz Jahanian | Lookup selector in protocol list of qualified objc... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Argyrios Kyrtzidis | Introduce '-chain-include' option to specify headers... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Douglas Gregor | Mention an XML printer on the Open Projects page |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Abramo Bagnara | Fixed InnerLocStart. |
commit | commitdiff | tree | snapshot |
2011-03-09 |
NAKAMURA Takumi | include/clang/Basic/BuiltinsX86.def: __builtin_ia32_crc... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Chandler Carruth | FileCheckize this test. |
commit | commitdiff | tree | snapshot |
2011-03-09 |
NAKAMURA Takumi | include/clang/Makefile: [PR2928] "make install" may... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
John McCall | Remove a rather egregious use of getFunctionInfo. |
commit | commitdiff | tree | snapshot |
2011-03-09 |
John McCall | Fix three of the four places where I left breadcrumbs... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
John McCall | Tame this assert, hopefully fixing self-host. |
commit | commitdiff | tree | snapshot |
2011-03-09 |
Anders Carlsson | When deserializing CXXBaseSpecifiers (and offsets)... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
John McCall | Use the "undergoes default argument promotion" bit... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
John McCall | Add a bit to ParmVarDecl indicating whether the paramet... |
commit | commitdiff | tree | snapshot |
2011-03-09 |
NAKAMURA Takumi | c-index-test.c: Fix cygwin warning not to pass signed... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Ted Kremenek | #include Store.h into BasicValueFactory.cpp to provide... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Argyrios Kyrtzidis | Add 'OverridenFilesKeepOriginalName' field in SourceMan... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Ted Kremenek | static analyzer: Fix use-after-free bug in RegionStore... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Abramo Bagnara | Fixed isEmbeddedInDeclarator flag loading. |
commit | commitdiff | tree | snapshot |
2011-03-08 |
NAKAMURA Takumi | test/Makefile: Reapply r127079, use $(ECHOPATH) to... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
NAKAMURA Takumi | libclang/CIndexer.cpp: Apply a new API for Cygwin-1... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Anders Carlsson | Make the Objective-C checker look for subclasses of... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Douglas Gregor | Clarify the context in which an Objective-C type name... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Fariborz Jahanian | Warn on usage of unavailable objc 'class' in |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Douglas Gregor | Teach libclang's token-annotation logic about context... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Abramo Bagnara | Fixed source range for StaticAssertDecl and LinkageSpec... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Anders Carlsson | When writing file references in a pch, make sure to... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Abramo Bagnara | Fixed NamespaceDecl source range. |
commit | commitdiff | tree | snapshot |
2011-03-08 |
NAKAMURA Takumi | lib/Basic/Targets.cpp: mingw-w64 should define __MINGW3... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Abramo Bagnara | Fixed bitfields source range. |
commit | commitdiff | tree | snapshot |
2011-03-08 |
John McCall | Emit block capture initializers as if they were normal... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
John McCall | Extract a function to emit an arbitrary expression... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Abramo Bagnara | Fixed source range for all DeclaratorDecl's. |
commit | commitdiff | tree | snapshot |
2011-03-08 |
John Wiegley | Removed trailing whitespace as a test commit |
commit | commitdiff | tree | snapshot |
2011-03-08 |
John McCall | Fix my earlier commit to work with escaped newlines... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
John McCall | objc_gc wants a pointer type, not a function type;... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
John McCall | Update the check for a NULL macro to use Preprocessor... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
John McCall | Add an API call to retrieve the spelling data of a... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Douglas Gregor | Detect attempts to provide a specialization of a functi... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Carl Norum | Fix tests to account for new warning "expected ';'... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Bill Wendling | When we adjust the inline ASM type, we need to take... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Argyrios Kyrtzidis | Allow passing '-###' to ASTUnit::LoadFromCommandLine... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Carl Norum | Change diagnostic message from "Extension" to "ExtWarn... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Ted Kremenek | Fix null dereference in CFGBlock::FilterEdge that was... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Devang Patel | CodeGenFunction::GenerateBlockFunction() should initial... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Argyrios Kyrtzidis | g++ is more permissive regarding flexible arrays. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Devang Patel | DebugInfo can be enabled or disabled at function level... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Devang Patel | Do not emit stop point for CXXDefaultArgExpr. It result... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Douglas Gregor | Support explicit template specialization and instantiat... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Douglas Gregor | When rebuilding a dependent template specialization... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
John McCall | The conditional needs to be pushed before the branch... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Douglas Gregor | When transforming a dependent template specialization... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Douglas Gregor | Produce a diagnostic for unused overloaded expressions... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
John McCall | An operator new with an empty exception specifier retur... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Anders Carlsson | Check in the implementation as well... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Anders Carlsson | Add a non-static FixupRelativePath to FileManager. |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Joerg Sonnenberger | Redo part of r127137: |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Douglas Gregor | Remove the AST printer (-ast-print-xml), which is too... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Joerg Sonnenberger | Explicitly initialize CCCIsCPP |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Joerg Sonnenberger | If called as *cpp or *cpp-[^-]*, run only the preproces... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Douglas Gregor | Revert r126422 "Use private linkage to avoid symbol... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Abramo Bagnara | Used a nicer cast. |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Anders Carlsson | Convert FileManager::FixupRelativePath over to using... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Abramo Bagnara | Improved type source location for long long type. |
commit | commitdiff | tree | snapshot |
2011-03-06 |
NAKAMURA Takumi | test/PCH/headersearch.cpp: Tweak for Windows hosts... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Douglas Gregor | We may fail to map a declaration in a template to its... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Douglas Gregor | Fix driver for thumb-capable ARM hosts, from Mikko... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Douglas Gregor | Rename the type argument for the iboutletcollection... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Anders Carlsson | Write CXX base specifier offsets for chained ASTs. |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Anders Carlsson | When serializing a DeclRefExpr, always store the number... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Douglas Gregor | Add MinGW GCC 4.5.2 include paths, from Matthieu Monrocq |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Douglas Gregor | Fix copy-and-paste typo in the transformation of Micros... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Douglas Gregor | xpose HeaderSearch::SearchDirs to tools,s, from Paul... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Anders Carlsson | Correctly unwrap 'auto' types. Fixes PR9414. |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Abramo Bagnara | Completed source ranges fixes for all classes inheritin... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Abramo Bagnara | Fixed TypedefDecl and TemplateTypeParameter source... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Sebastian Redl | Reinstate r127112, "Propagate new-style exception spec... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Douglas Gregor | When performing template argument deduction for a non... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
NAKAMURA Takumi | Revert r127112, "Propagate new-style exception spec... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Sebastian Redl | Propagate new-style exception spec information to ExtPr... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Sebastian Redl | Propagate new-style exception spec information to Decla... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Benjamin Kramer | Revert r127079: "test/Makefile: Use $(ECHOPATH) to... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Douglas Gregor | When substituting in for a template name, do not produc... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Abramo Bagnara | Fixed LabelDecl source range and cleaned creation code. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Douglas Gregor | When determining template instantiation arguments withi... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Douglas Gregor | When transforming a substituted template type parameter... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Anton Korobeynikov | Normalize target triple passed out of driver. Basically... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Sebastian Redl | Parser support for noexcept specifications. |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Abramo Bagnara | Improved MemberPointerType source locations. |
commit | commitdiff | tree | snapshot |
next |