2010-03-10 |
Anders Carlsson | Add newline. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | Don't accidentally mark some functions in construction... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
John McCall | Allow the fast path through ASTContext::getTypeDeclType... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Zhongxing Xu | Add use-after-free check to MallocChecker. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Douglas Gregor | Statement expressions can be used in global- or namespa... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
John McCall | Create a new InjectedClassNameType to represent bare... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | When building construction vtables, we need to check... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Rafael Espindola | add missing test |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Anders Carlsson | Improve vcall offset handling in construction vtables... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Rafael Espindola | Delay codegen of vtables when handling implicit instant... |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Eric Christopher | Add insert/extract_ps and related random macros. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Devang Patel | Use SmallString instead of alloca. |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Ted Kremenek | When computing in AnalysisContext the variables referenced |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Ted Kremenek | Enhance basic store to also lazily symbolicate VarRegions |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Devang Patel | Fix file reference for derived and composite types... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
John McCall | Value-initialize the written-builtin-specifiers field... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Fariborz Jahanian | Fix the test some more. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Fariborz Jahanian | See if this test makes it though buildbot. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Devang Patel | More then one anonymous aggregates on one line creates... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Fariborz Jahanian | Reverse the code gen. enabled part of test until I... |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Douglas Gregor | Improve Objective-C token-annotation test |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Fariborz Jahanian | Code gen test for a previous patch for |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Devang Patel | Use getLast() instead of getBasename(). |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Fariborz Jahanian | Don't error when a block pointer is passed to a |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Douglas Gregor | Add an Objective-C test for token annotation |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Benjamin Kramer | Replace copy loops with memcpy. |
commit | commitdiff | tree | snapshot |
2010-03-09 |
Devang Patel | Start using DIFile. Corresponding llvm patch is r98020. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Ted Kremenek | Add test cases for r98003 and r98006. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Ted Kremenek | Add preprocessor guards to the definitions of size_t... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Ted Kremenek | Place the definition of 'va_list' within a preprocessor... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Ted Kremenek | Implement clang_isUnexposed(), a predicate function... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chris Lattner | add a codegen hack to work around an AST bug, allowing... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Ted Kremenek | Allocate ASTRecordLayout objects using the allocator... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Devang Patel | Avoid using DIDescriptor.isNull(). |
commit | commitdiff | tree | snapshot |
2010-03-08 |
John McCall | Revert r97727 at ddunbar's request; we want to solve... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
John McCall | Rename -Wbad-literal to -Wliteral-range. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Devang Patel | Revert r97949. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Ted Kremenek | Don't enable static analysis support for C++ by default... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Douglas Gregor | Improve XML output for C++ classes, from Olaf Krzikalla! |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Kovarththanan... | Mark variable as const |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Devang Patel | Avoid DIDescriptor.isNull() checks. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Douglas Gregor | Extend ObjCMessageExpr for class method sends with... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Douglas Gregor | Keep track of type source information in the return... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Duncan Sands | Remove unused headers. |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Douglas Gregor | Remove redundant semicolon |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Douglas Gregor | Make a note for the C++0x future, when we'll have to... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Douglas Gregor | In C++98/03, an uninitialized variable that has POD... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Douglas Gregor | Downgrade errors when trying to catch a pointer or... |
commit | commitdiff | tree | snapshot |
2010-03-08 |
Chandler Carruth | Revert r97925, it only contained the test updates not... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Douglas Gregor | Downgrade errors when trying to catch a pointer or... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Douglas Gregor | Robustify callers that rebuild typename type nodes... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Douglas Gregor | Perform overload resolution when static_cast'ing from a |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Douglas Gregor | Reference binding via user-defined conversion can compu... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Kovarththanan... | Undefine correct macro |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Chris Lattner | implement support for -Wno-deprecated, PR6534. While |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Kovarththanan... | Don't rely on implicit conversion |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Kovarththanan... | Rename to addPPCallbacks since we're effectively adding... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Kovarththanan... | Don't assert if PP already contains a valid PP callback... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Eric Christopher | Add sse4.1 packed min and max intrinsics. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Eric Christopher | Add load hint instruction intrinsic. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Eric Christopher | Add in movntdqa intrinsic for load hint. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Eric Christopher | Add in support for dword multiply and fp dot product... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Eric Christopher | Add in dot product intrinsics for dpps and dppd. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Eli Friedman | Fix for PR6294: we should only delay recording nested... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Douglas Gregor | Don't turn off mangling in implicitly extern "C" system... |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Tanya Lattner | Fix 80 col violation. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Rafael Espindola | Don't produce debug info when given -g. Fixes PR6529. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Tanya Lattner | Fix indentation, use string directly instead of StringRef. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Tanya Lattner | Fix some weird patch issue. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Tanya Lattner | Implement missing-braces warning and add a test case. |
commit | commitdiff | tree | snapshot |
2010-03-07 |
Chris Lattner | disable these dirs which rely on dynamic linking on... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Chris Lattner | add mblaze target support, patch by Wesley Peck! |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Chris Lattner | on both the mac and linux, /usr/local/include is treated |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Benjamin Kramer | Rename the new Iterator objects and raise an assertion... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Benjamin Kramer | Update the python bindings for recent changes in the... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Kovarththanan... | Lowercase for consistency |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Eric Christopher | Fix _MM_FROUND_NEARBYINT and move rounding intrinsics... |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Benjamin Kramer | Add a message to these asserts. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Rafael Espindola | Use static method in GlobalValue |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Eli Friedman | PR6515: Implement __builtin_signbit and friends. |
commit | commitdiff | tree | snapshot |
2010-03-06 |
Fariborz Jahanian | Allow use of byref (__block attributed) arrays inside |
commit | commitdiff | tree | snapshot |
2010-03-06 |
John McCall | Implement __builtin_dwarf_sp_column for i386 (Darwin... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Douglas Gregor | When declaring a catch block in C++, make sure that... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Ted Kremenek | Augment __has_feature to report that Clang supports... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Ted Kremenek | Check if 'Unit' is NULL before trying to iterate over... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Ted Kremenek | Add clang version to crashtracer string. |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Fariborz Jahanian | Patch to build qualifier on objective-c |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Douglas Gregor | The Windows build is just too weird; there's no real... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Douglas Gregor | Switch from NDEBUG to _DEBUG, since our Windows build... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Douglas Gregor | Only make __ptr64 and __w64 keywords when Microsoft... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Douglas Gregor | A little hack to identify unwanted concurrency in CIndex |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | Emit warning on indirect goto that potentially violates |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Chris Lattner | address PR6502 by downgrading the scope checker's address |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Kovarththanan... | Use clang::io::Emit8 |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Benjamin Kramer | Make sure the raw_string_ostream gets flushed so we... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Zhongxing Xu | Remove reference to AnalysisContext in Environment... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Fariborz Jahanian | Remove header file dependencies in block patch |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Blaine Garst | add support for a 1<<29 bit in the block flags field... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Rafael Espindola | Don't produce an alias for a destructor if the target... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Douglas Gregor | When we invalidate a declaration, make it public, so... |
commit | commitdiff | tree | snapshot |
next |