2011-07-26 |
Kaelyn Uhrain | Revert r136046 while fixing handling of e.g. &foo[index... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Jonathan D... | This patch extends the previous patch by starting to... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Fariborz Jahanian | Provide fixit for static use of objective-c type |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Benjamin Kramer | Eliminate a bunch of temporary strings. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Douglas Gregor | Add new libclang API, clang_codeCompleteGetObjCSelector... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Douglas Gregor | When we decide not to rebuild an instantiated C++ ... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Douglas Gregor | Objective-C++ ARC: When performing template argument... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Chad Rosier | After further discussion it has been determined that... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Chandler Carruth | Cleanup the stray comments and variables I could dig... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Chandler Carruth | Fix a stray instantiation comment in Parse. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Chandler Carruth | Clean up as many of the comments in Basic I can find... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Chandler Carruth | Migrate 'Instantiation' data and API bits of SLocEntry... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Chandler Carruth | Convert InstantiationInfo and much of the related code... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Chandler Carruth | Rename create(MacroArg)InstantiationLoc to create(Macro... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Chandler Carruth | Rename SourceManager (and InstantiationInfo) isMacroArg... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Kaelyn Uhrain | Expand array bounds checking to work in the presence... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Evan Cheng | Assembler really doesn't need to create TargetMachine... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Kaelyn Uhrain | Test commit |
commit | commitdiff | tree | snapshot |
2011-07-26 |
NAKAMURA Takumi | test/CodeGen/2003-08-18-SigSetJmp.c: XFAIL: mingw,... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | win32 doesn't have sigsetjmp, just xfail this test... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Rework this slightly to work for optimized compilers... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | These tests use standard headers and so need ms extensi... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Remove this test, it's more properly an optimizer test. |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Migrate and FileCheck-ize some of: |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Eric Christopher | Migrate over 2009-04-22-UnknownSize.c, 2009-07-17-VoidP... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Evan Cheng | Rename createCodeEmitter to createMCCodeEmitter; create... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Evan Cheng | Rename createAsmParser to createMCAsmParser. |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Evan Cheng | Rename TargetAsmBackend to MCAsmBackend; rename createA... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Francois Pichet | Fix the MSVC build. 2 problems: |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Fariborz Jahanian | objective-c: Provide a 'fixit' when class was used |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Chandler Carruth | Rename getInstantiationLineNumber to getExpansionLineNu... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Chandler Carruth | Repair some indentation I missed in my previous commit. |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Chandler Carruth | Rename getInstantiationColumnNumber to getExpansionColu... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Evan Cheng | Assembler doesn't need to initialize TargetMachine... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Chandler Carruth | Rename getDecomposedInstantiationLoc to getDecomposedEx... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Chandler Carruth | getInstantiationLocSlowCase -> getExpansionLocSlowCase |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Chandler Carruth | Rename SourceManager::getImmediateInstantiationRange to |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Jonathan D... | Refactor of how modules are handled in ASTReader to... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Chad Rosier | Allow target to specify about using minimum alignment... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Axel Naumann | Pick up expected diagnostics not only in the main file... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Chad Rosier | Fix r135934. Rename was intended, but without addition... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Chad Rosier | Rename an alignment test to be more precise and add... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Douglas Gregor | Update C++0x status for explicit override controls... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Howard Hinnant | http://llvm.org/bugs/show_bug.cgi?id=10472 |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Douglas Gregor | Added clang_getCursorReferenceNameRange to libclang... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Chandler Carruth | Rename SourceManager::getInstantiationRange to getExpan... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Chandler Carruth | Mechanically rename SourceManager::getInstantiationLoc and |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Frits van Bommel | Shorten some expressions by using ArrayRef::slice(). |
commit | commitdiff | tree | snapshot |
2011-07-25 |
NAKAMURA Takumi | www/get_started.html: Fix a phrase, "in the *build... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Chris Lattner | add link to 2010 dev mtg |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Fariborz Jahanian | objc: clang should warn if redeclaration of methods |
commit | commitdiff | tree | snapshot |
2011-07-23 |
NAKAMURA Takumi | lib/AST/CMakeLists.txt: Update LLVM_USED_LIBS, not... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Chris Lattner | fix PR10415, tidying up IR representation of module... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Douglas Gregor | Extend libclang with clang_equalRanges, from Erik Verbr... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Douglas Gregor | Add a link-friendly name to the Clang extension accepta... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Douglas Gregor | Document the criteria for evaluating a proposed extensi... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Douglas Gregor | Tests for explicit conversion operators, along with... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Chris Lattner | Move ArrayRef to LLVM.h and eliminate now-redundant... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Francois Pichet | Unbreak the MSVC build, using namespace clang is requir... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Chris Lattner | remove unneeded llvm:: namespace qualifiers on some... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Chris Lattner | clean up forward declarations of raw_ostream to use... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Eric Christopher | Migrate 2007-10-01-BuildArrayRef.c from llvm/test/Front... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Evan Cheng | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsm... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Anna Zaks | Add ext_backslash_newline_eof to Wnewline-eof group. |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Sean Callanan | This patch (thanks to Doug Gregor) fixes a |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Anna Zaks | Expose no newline at end of file warning under Wnewline... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Evan Cheng | Match LLVM API change. |
commit | commitdiff | tree | snapshot |
2011-07-22 |
David Majnemer | kill a FIXME in IsIntegralPromotion |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Jonathan D... | Remove prepending of '$' to module names. |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Douglas Gregor | Switch all of the "isysroot" const char*'s throughout... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Douglas Gregor | Rename ASTReader::PerFileData to serialization::Module... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Francois Pichet | Use -ffreestanding with clang_cc1 to make the test... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Chandler Carruth | Add a missing forward declaration and namespace qualifi... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
John McCall | Document the existing objc_precise_lifetime attribute. |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Francois Pichet | Fix test on MSVC: since the test includes a system... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Jay Foad | Convert IRBuilder::CreateGEP and IRBuilder::CreateInBou... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Eric Christopher | Bring over a test from llvm/test/FrontendC that is... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Chris Lattner | fix PR10384: C++ allows external arrays of incomplete... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Chris Lattner | rename test. |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Douglas Gregor | Introduce a global bit-offset continuous range map... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Douglas Gregor | Fix an embarrassing bug in relocatable PCH support... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Chandler Carruth | Move duplicate uninitialized warning suppression into the |
commit | commitdiff | tree | snapshot |
2011-07-22 |
John McCall | In ARC, non-atomic getters do not need to retain and... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
John McCall | Move this ObjCImplementationDecl member function into... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
John McCall | In Objective-C, pull arbitrary attributes from overridden |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Jordy Rose | Add a const overload for ObjCInterfaceDecl::all_declare... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Fariborz Jahanian | objective-c: Any use of @synthesize or @dynamic lexical... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Douglas Gregor | In the AST reader, factor out the mapping of local... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Rafael Espindola | Avoid warning on "clang -c -Dfoo test.i". Lines like... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Douglas Gregor | Clean up the rest of the local -> global declaration... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Douglas Gregor | In the ASTReader, factor out the loading of (local... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Sean Hunt | Add a missing test for the limits on wchar |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Argyrios Kyrtzidis | Fix diagnostic when loading a PCH which has different... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Jonathan D... | Cleaning up more of the ID situation in the AST reader... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Douglas Gregor | Add some debugging output to the AST reader, so we... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Douglas Gregor | In the AST reader, keep track of the total number of... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Argyrios Kyrtzidis | For ASTUnit::Save, write the AST to a temporary and... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Argyrios Kyrtzidis | Cut down one open/close pair of system calls by using... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Richard Smith | Update cxx_status page on www: clang has had full suppo... |
commit | commitdiff | tree | snapshot |
2011-07-21 |
Douglas Gregor | Clean up the C++ status page by eliminating the utterly... |
commit | commitdiff | tree | snapshot |
next |