2011-04-24 |
Chandler Carruth | Add support for '__is_literal_type' spelling of the... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Begin tracking trivialness of move constructors and... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Flesh out these tests just a tad more. This provides... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Test POD and trivial type traits given a class derived... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Use a more precise name for some of the types here... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Mechanical change moving all of the test statements... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Teach the AST reader and writer to preserve the __DEPRE... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Jay Foad | Remove unused STL header includes. |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Move all of the logic for __DEPRECATED to the driver... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Fariborz Jahanian | "note" location of forward class used as receiver of |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Francois Pichet | Remove unnecessary const away cast in LateTemplateParse... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Implement basic __is_trivial type-trait support, enough... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Sort the type traits in a few places where they weren... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Fix Clang's __DEPRECATED define to be controled by... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Jay Foad | Like the coding standards say, do not use "using namesp... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | GCC overloads -Wwrite-strings just to make it extra... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | There were some frustrating problems with the implement... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
John McCall | Diagnose C++ abstract parameters for Objective-C methods. |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Argyrios Kyrtzidis | Exhaust the cases. |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Argyrios Kyrtzidis | Fix an assertion when code-completing, rdar://9288730... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Devang Patel | Tie debug information for method declaration with debug... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Argyrios Kyrtzidis | Don't allow reinterpret_cast to reference of vector... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Douglas Gregor | Teach libclang to be more careful around BlockDecls... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Chris Lattner | don't warn about empty macro arguments in c++'0x mode... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Francois Pichet | Correctly emit a diagnostic for multiple templated... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Argyrios Kyrtzidis | reinterpret_cast to reference of a bit-field is not... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Douglas Gregor | At the end of the translation unit, defining a vtable... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Francois Pichet | Add -fdelayed-template-parsing option. Using this optio... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Fariborz Jahanian | Fixes an instance method meta-data generation bug in |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Bob Wilson | Workaround buildbot failure by hacking up this test... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Francois Pichet | Do not return true from MergeFunctionDecl for a warn_st... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Argyrios Kyrtzidis | For -Wlogical-op-parentheses, point at '&&', not '... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Chandler Carruth | I concur with DPG here. This does indeed apply in 0x... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Argyrios Kyrtzidis | Don't enter a qualified scope for an invalid decl. |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Ted Kremenek | Add static analyzer support for C++'0X nullptr. Patch... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Ken Dyck | Replace a couple of literal 8s with ASTContext::getChar... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Ken Dyck | Eliminate some literal 8s from EmitNullInitialization... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Argyrios Kyrtzidis | In IsUserDefinedConversion try to recover from RequireC... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Ken Dyck | Eliminate some literal 8s from EmitDeclare by convertin... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Ken Dyck | Use CharUnits to eliminate some literal 8s in |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Ken Dyck | Replace some literal 8s with char width and char align... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Justin Holewinski | PTX: Add default PTX calling conventions |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Francois Pichet | For consistency, change suffix from war_ to warn_ for... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Francois Pichet | Downgrade error "static declaration of 'foo' follows... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Argyrios Kyrtzidis | For |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Francois Pichet | _declspec is an alias for __declspec. |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Bob Wilson | Add a testcase for svn r129964 (Neon load/store intrins... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Argyrios Kyrtzidis | Fix crashing rdar://9122854 & http://llvm.org/PR9461. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Nick Lewycky | Wire up the -ftest-coverage and -fprofile-arcs flags... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Nick Lewycky | Fix indentation. No functional change. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Argyrios Kyrtzidis | Don't hide #warnings in a system header, same as gcc... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Argyrios Kyrtzidis | Move the check whether a diagnostic must be ignored... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Richard Smith | Fix gcc warning. Add parens to this assert, incidentall... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Richard Trieu | Add a fixit suggest for missing case keywords inside... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Nick Lewycky | Alphabetize this one flag, just to pull it out of my... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Daniel Dunbar | Driver/Darwin: Allow OS X deployment targets like 10... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Argyrios Kyrtzidis | Use the ArrayFiller to fill out "holes" in the array... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Jay Foad | PR9214: Convert Metadata API to use ArrayRef. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Manuel Klimek | Adds a function to run FrontendActions over in-memory... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Daniel Dunbar | Driver: Tweak -Xarch diags a bit more, we can't actuall... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Daniel Dunbar | Driver: Improve -Xarch argument diagnostics a bit. |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Argyrios Kyrtzidis | Fixit suggestion for adding missing tag name should... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Argyrios Kyrtzidis | Have #pragma message not turn into error by -Werror... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Eli Friedman | PR9772: Fix the definition of WINT_MIN and WINT_MAX... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
John McCall | The 0.98 revision of the x86-64 ABI clarified a lot... |
commit | commitdiff | tree | snapshot |
2011-04-21 |
Argyrios Kyrtzidis | For |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Anders Carlsson | Don't add type names for enums; they're never used... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Chris Lattner | fix a crash on code that uses the result value of __bui... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Bill Wendling | Remove __builtin_ia32_loadup[sd] since clang can repres... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Douglas Gregor | When translating a Clang source range into a libclang... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Justin Holewinski | PTX: Add PTX intrinsics as builtins and add ptx32 and... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Douglas Gregor | Improve test case from prior commit ever so slightly |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Douglas Gregor | Fix a crash-on-invalid involving non-identifier names... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Douglas Gregor | Give invalid tag types 8-bit size and alignment, rather... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Douglas Gregor | Eliminate an uninteresting assertion; invalid code... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Ted Kremenek | Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Fariborz Jahanian | Use S.str() to force a flush. |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Daniel Dunbar | Driver: Suppress some additional warnings with -Qunused... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Douglas Gregor | Be sure to flush raw_string_ostream objects in the... |
commit | commitdiff | tree | snapshot |
2011-04-20 |
Douglas Gregor | Teach SourceManager::getSLocEntry() that it can fail... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Daniel Dunbar | TWEAK |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Daniel Dunbar | Driver/Darwin: Switch to using -macosx for OS name... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Daniel Dunbar | IRgen/ARM: Fix a think-o in conversion-to-null for... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Chris Lattner | some cleanups to use IRBuilder methods instead of llvm... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Daniel Dunbar | Driver/Darwin: Switch to using new style triples. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Daniel Dunbar | ADT/Triple: Switch to using .isOSDarwin() predicate. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Fariborz Jahanian | Avoid superfluous warning after an error is detcted... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Daniel Dunbar | Basic/Darwin: Add support for new -osx and -ios style... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Chris Lattner | use the newly introduced IRBuilder getInt() method... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Argyrios Kyrtzidis | We regard a function as 'unused' from the codegen persp... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Peter Collingbourne | Add a new expression classification, CL_AddressableVoid |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Ted Kremenek | Add missing break statements. |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Anders Carlsson | Make the VariadicMethodTypeChecker accept block pointer... |
commit | commitdiff | tree | snapshot |
2011-04-19 |
Matt Beaumont-Gay | Fix line endings |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Daniel Dunbar | Driver/Darwin: Change to use generic iOS runtime librar... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Ted Kremenek | Report memory usage for global code completion results... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Francois Pichet | Unbreak the MSVC build: Don't mix variable declarations... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Ted Kremenek | Add libclang API to query how much memory is used by... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Ted Kremenek | Add ASTContext::getTotalMemory() to allow clients to... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Ted Kremenek | Add SelectorTable::getTotalMemory() to allow clients... |
commit | commitdiff | tree | snapshot |
next |