2012-01-25 |
Kaelyn Uhrain | Allow typo correction to be disabled in BuildOverloaded... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chandler Carruth | Restore a tiny bit of functionality that I completely... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Kaelyn Uhrain | Avoid correcting unknown identifiers to types where... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Argyrios Kyrtzidis | [driver] Do emit the diagnostics when CompilerInvocatio... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Kaelyn Uhrain | Add custom callback object for typo correction in Build... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Douglas Gregor | When we're substituting into a function parameter pack... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chandler Carruth | The Linux pattern of adding all the search paths that... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chandler Carruth | Remove the 'ToolTriple' concept from the NetBSD toolcha... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chandler Carruth | Delete still more remnants of the now dead HostInfo... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chandler Carruth | Delete the driver's HostInfo class. This abstraction... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chandler Carruth | Add some really minimalist freebsd testing trees and... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Jean-Daniel... | Add support for const pointer to literal-objc string... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chandler Carruth | Switch the ToolChain types to all store a Driver refere... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
NAKAMURA Takumi | test/CodeGen/avx-builtins.c: Fix more for -Asserts. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
NAKAMURA Takumi | Fixup r148926, for -Asserts. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chandler Carruth | Remove the TargetTriple object that I added to the... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chandler Carruth | Have FreeBSD use even more of the same smarts as Linux... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chandler Carruth | Switch FreeBSD to just include both '/usr/lib32' and... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chandler Carruth | Switch the Linux C++ standard library header search... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chandler Carruth | Make a major refactoring to how the GCC installation... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Craig Topper | Re-enable test that was broken by r148919 |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Ted Kremenek | Fix -fmacro-backtrace-limit=0 to show the entire macro... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chris Lattner | disable this test for now. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chris Lattner | reapply r148902: |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chris Lattner | fix broken testcase. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Eli Friedman | Fix a crash for an edge case of the GNU ?: extension. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Eli Friedman | Fix r148920 to what I actually meant to commit. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Eli Friedman | Add missing check for placeholders. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Craig Topper | Represent 256-bit unaligned loads natively and remove... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Argyrios Kyrtzidis | In TreeTransform<Derived>::TransformBlockExpr, call... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Argyrios Kyrtzidis | Revert 148902 which was part of 148901 which was revert... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Richard Smith | Fix PR11848: decree that an alias template contains... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Eric Christopher | Refactor the record decl forward declaration code a... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Eric Christopher | Typo. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Chris Lattner | use the new ConstantVector::getSplat method where it... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Nick Lewycky | With a little more work in the tentative parse determin... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Douglas Gregor | Introduce a generation number for selector lookups... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Douglas Gregor | Only try to import a definition if there is an definiti... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Eli Friedman | Make sure we correctly treat __is_convertible_to as... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Jean-Daniel... | Fix test on cygwin (where va_list expands to a differen... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Douglas Gregor | Whenever Sema attempts to look in the global method... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Jean-Daniel... | Add "multiple format attributes" support on block. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Douglas Gregor | Rework the external Sema source's ReadMethodPool()... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Ted Kremenek | Reduce peak memory usage of the static analyzer on... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Fariborz Jahanian | arc migrator: Provide infrastructure to add options |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Douglas Gregor | Factor out the addition of a method into the global... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Ted Kremenek | Fix NSLog format string checking for %@. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Eli Friedman | Switch PerformImplicitConversion over to use DefaultLva... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jean-Daniel... | Replace a hack to handle NSLog/NSLogv in sema by declar... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Jean-Daniel... | Remove trailing slash in front of header name of ObjC... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Anna Zaks | [analyzer] Add the HTML file to the SATest diagnostic... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Anna Zaks | [analyzer] Testing: make diagnostic diffs more informat... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Argyrios Kyrtzidis | [libclang] In clang::getCursorKindForDecl() don't retur... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Ted Kremenek | Teach scanf/printf checking about '%Ld' and friends... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Nick Lewycky | Force triple on these tests to pacify the windows tester. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Nick Lewycky | Add a new warning, -Wover-aligned, which detects attemp... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chandler Carruth | Fix one of the (larger) FIXMEs where we were misusing... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Kaelyn Uhrain | Small code cleanup/simplification in Sema::ClassifyName. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Argyrios Kyrtzidis | [libclang] When calling clang_getCursorReferenced on... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Fariborz Jahanian | objc: Issue a generic diagnostic assigning to |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Anna Zaks | [analyzer] Add more C taint sources/sinks. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chandler Carruth | Address one part of the FIXME I introduced my switching... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Kostya Serebryany | The following patch adds __attribute__((no_address_safe... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chandler Carruth | At least within these classes, consistently spell ... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chandler Carruth | Start hoisting the logic for computing the target tripl... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Douglas Gregor | Promote the extension warning for attempts to catch... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Douglas Gregor | When importing a RecordDecl as a DeclContext, make... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Fariborz Jahanian | objc: issue error if assigning objects in fragile-abi... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Douglas Gregor | Teach the AST importer about redeclaration chains for... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Douglas Gregor | Only mark an IdentifierInfo as having changed since... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Douglas Gregor | On Darwin, use the system's <unwind.h> whenever it is |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chandler Carruth | Remove HostInfo::useDriverDriver(). This was only used... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chandler Carruth | Hoist the targeted triple object into an actual object... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Blaikie | Support decltype in member initializers. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Blaikie | Support decltype as a simple-type-specifier. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Richard Smith | Add a test for a diagnostic special case added in r1484... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Blaikie | Reword/rename -Wswitch-unreachable-default. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Blaikie | Improve -Wswitch-enum diagnostic message. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Blaikie | Revert various template unreachability code I committed... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Blaikie | More fixes/tests. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Blaikie | Test for the previous commit/crash. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Blaikie | Support undefined dependent bases. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
David Blaikie | Simple hack to do unreachable code analysis on template... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Argyrios Kyrtzidis | Rename Sema::isNullExpr() -> Sema::isSentinelNullExpr... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chandler Carruth | Make driver tests more resilient to output trees contai... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Argyrios Kyrtzidis | In CXXRecordDecl::isCLike(), also check for PODness. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Fariborz Jahanian | objective-c: Ignore with warning forward class declarat... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Akira Hatanaka | Make sure the integer type used to align the vaarg... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Fariborz Jahanian | fixes location of "availability" attribute so warning... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Akira Hatanaka | Ignore return type if its size is zero. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Bill Wendling | Remove extraneous ';'. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Sebastian Redl | Minor fixups for auto deduction of initializer lists. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Argyrios Kyrtzidis | [libclang] For: |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Argyrios Kyrtzidis | Introduce Sema::isNullExpr() that contains the checks... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Kaelyn Uhrain | In CorrectTypo, use the cached correction as a starting... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Kostya Serebryany | [asan] document the need for -fno-optimize-sibling... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Bob Wilson | Fix a typo: _MM_FLUSH_ZERO_OFF has the wrong value... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Argyrios Kyrtzidis | Introduce CXXRecordDecl::isCLike() that is true if... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Argyrios Kyrtzidis | [libclang] Index C++ template specializations, rdar... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Argyrios Kyrtzidis | [libclang] Index namespaces in C++ qualified lookup... |
commit | commitdiff | tree | snapshot |
next |