2010-10-15 |
Douglas Gregor | Don't complain about a variable within a linkage-specif... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Douglas Gregor | When we are missing the ',' or '>' to terminate a templ... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Douglas Gregor | Add builtin conditional operator candidates for scoped... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Daniel Dunbar | Update CMake. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Oscar Fuentes | Copied some flags from the Makefile build to the list... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Dan Gohman | Add a TBAA type for pointer types. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Dan Gohman | Unsigned types are TBAA-compatible with their signed... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Fariborz Jahanian | Rewrite bug fix rewriting a property assignment when |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Dan Gohman | Experimental TBAA support. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Devang Patel | Use root non-virtual primary base class, not just immed... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Dan Gohman | Wire up the -fstrict-aliasing and -fno-strict-aliasing... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
John McCall | template-ids are looked up differently in friend declar... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Douglas Gregor | When performing typo correction, look through the set... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Douglas Gregor | Make sure that we diagnose invalid qualifiers on friend... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
John McCall | At Fariborz's request, a somewhat cleaner bit-combining... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Andrew Trick | Reverting r116493: removes a test that failed on clang... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Argyrios Kyrtzidis | Fix compiler error that clang didn't report (probably... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Fariborz Jahanian | Put line number on the diagnostic. //rdar: //8550657. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Francois Pichet | r116509 fixed the Win32 XFAIL. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Douglas Gregor | Tweak the typo-correction implementation to determine... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Argyrios Kyrtzidis | Store in PCH the key function of C++ class to avoid... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Argyrios Kyrtzidis | Allow deserialization of just the fields of a record... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Argyrios Kyrtzidis | Give a default implementation for ASTDeserializationLis... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Argyrios Kyrtzidis | Introduce command line option -error-on-deserialized... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Argyrios Kyrtzidis | Don't add the injected class name to the redeclarations... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Argyrios Kyrtzidis | Introduce command line option -dump-deserialized-decls... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
David Chisnall | Test case for r116439 |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Fariborz Jahanian | Eliminate usage of ObjCSuperExpr used for |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Anton Yartsev | support for AltiVec extensions from the Cell architecture |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Zhongxing Xu | Call PreVisitDeclStmt for C++ aggregate initializers... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
John McCall | Compress bit fields / enums from ReferenceType, Builtin... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
John McCall | Whoops. This really shouldn't compile in clang, either. |
commit | commitdiff | tree | snapshot |
2010-10-14 |
John McCall | Perform range restrictions on regparm when applied... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
John McCall | Teach Diagnostic to recursively expand inside %plural... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Chris Lattner | allow I128 suffixes in msextensions mode just like... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Chris Lattner | move logic for computing signed integer overflow when... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Douglas Gregor | Diagnose when a 'static' member function overrides... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Douglas Gregor | Generalize the checking for qualification of (non-frien... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
David Chisnall | Don't claim that things that are Objective-C keywords... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Douglas Gregor | Eliminate the use of ObjCSuperExpr in code completion. |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Douglas Gregor | There is no reason for dereferencing a pointer-to-membe... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Douglas Gregor | Update Type::BitsRemainingInType |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Douglas Gregor | _Bool is not a keyword in C++. Fixes PR7388 and PR8349. |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Douglas Gregor | Place conversion warnings for non-type template argumen... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Douglas Gregor | Introduce a bit into Type that keeps track of whether... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Douglas Gregor | Fix a silly bug in the suppression of non-error diagnos... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Douglas Gregor | Compute whether a type is variably modified as we build... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Fariborz Jahanian | Eliminates a clang warning. |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Rafael Espindola | Call InitSections when assembling. This makes clang... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
John McCall | Preserve the original scope when picking the right... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
John McCall | Support friend function declarations in local classes... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Argyrios Kyrtzidis | Embrace C++ ABI 5.2.6 and consider that template instan... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Douglas Gregor | Teach the warning about unnamed/local types in template... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Douglas Gregor | Introduce support for emitting diagnostics (warnings... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Devang Patel | Fix debug info for anon union. |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Devang Patel | Fix anon union member assignment expression's location. |
commit | commitdiff | tree | snapshot |
2010-10-12 |
John McCall | Handle dependent friends more explicitly and deal with... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Eli Friedman | PR8325: don't do destructor checking when a pointer... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
John McCall | Enter the context of the declared function template... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Douglas Gregor | When finalizing a function template specialization... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Douglas Gregor | If we end up instantiating a function parameter whose... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Chris Lattner | fix PR7885, rejecting invalid uses of __builtin_constant_p. |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Nick Lewycky | Replace \r\n with \n in this file. |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Douglas Gregor | Parse default arguments within member functions in... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Duncan Sands | Pacify gcc-4.4. |
commit | commitdiff | tree | snapshot |
2010-10-12 |
John McCall | C's comma operator performs lvalue conversion on both... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
John McCall | Flesh out test. |
commit | commitdiff | tree | snapshot |
2010-10-12 |
John McCall | I just do what the comments tell me to do. |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Chris Lattner | fix the definition of __builtin_constant_p, the first... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
John McCall | Progress. |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Francois Pichet | This patch remove the Win32 XFAIL from remap-complete.c |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Douglas Gregor | When we load an ASTUnit from command-line arguments... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Cameron Esfahani | Fix spelling error. |
commit | commitdiff | tree | snapshot |
2010-10-12 |
John McCall | Add some infrastructure for dealing with expressions... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Fariborz Jahanian | Fixes a typo which caused byte offset in debug info |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Daniel Dunbar | Basic: Tweak attempt to make version tags work from... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Daniel Dunbar | Basic: Attempt to make version tags work from 'svn... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Daniel Dunbar | Driver/Darwin: Remove a useless warning about missing... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Douglas Gregor | This test should now work on windows, since we're no... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Douglas Gregor | Eliminate CIndexer::getClangPath(), since libclang... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Fariborz Jahanian | Test for //rdar: //8493239 |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Fariborz Jahanian | Some refactoring of property rewriting stuff |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Douglas Gregor | Eliminate the (de-)serialization of code completion... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Douglas Gregor | Eliminate -fdiagnostics-binary and all of the infrastru... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Devang Patel | Fix debug info for functions whose context is a namespace. |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Douglas Gregor | Eliminate clang_codeComplete(). libclang clients should... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Douglas Gregor | Switch c-index-test from clang_codeComplete() over to |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Fariborz Jahanian | This patch does a few things in the area of objective-c |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Daniel Dunbar | IRgen/Obj-C: Fix encoding of "long double". |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Daniel Dunbar | Merge encode-test-1.m into encode-test.m |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Daniel Dunbar | FileCheck'ize test. |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Douglas Gregor | Eliminate clang_setUseExternalASTGeneration() from... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Francois Pichet | Add parsing support for Microsoft attributes. MS attrib... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Francois Pichet | Add 2 Microsoft compiler intrinsics that don't require... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Axel Naumann | Declare argv parameters as const char* const* instead... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Axel Naumann | Tighten up constness of argv parameters to allow for... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Chris Lattner | Per discussion with Sanjiv, remove the PIC16 target... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Chris Lattner | comment out unused function |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Chris Lattner | be less threatening. |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Argyrios Kyrtzidis | Make sure the VTables for template instantiations are... |
commit | commitdiff | tree | snapshot |
next |