2010-07-14 |
Fariborz Jahanian | Consider obective-c pointer arguments as valid sentinel... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
John McCall | Fix the mangling of template template arguments, which... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Chandler Carruth | Wire up '-Wignored-qualifiers' to the warning on 'const... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Douglas Gregor | Add test case that was causing an infinite loop when... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
John McCall | Remove a few mangling FIXMEs: |
commit | commitdiff | tree | snapshot |
2010-07-14 |
John McCall | Implement the standard mangling for array-subscript... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Douglas Gregor | Fix typo in test program |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Daniel Dunbar | Driver/Darwin: Pass -pie/-no_pie to the linker when... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Add missing testcases for lvalue bitcasts |
commit | commitdiff | tree | snapshot |
2010-07-13 |
John McCall | Work around an obnoxious GCC warning by changing semant... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Introduce a new cast kind for an "lvalue bitcast",... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Nick Lewycky | Add __builtin_snprintf. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
John McCall | Switch the __cxa_rethrow cleanup to be lazy. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
John McCall | Allow for the possibility that __cxa_end_catch might... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Fariborz Jahanian | Check on property attributes which are declared |
commit | commitdiff | tree | snapshot |
2010-07-13 |
John McCall | Switch the __cxa_free_exception cleanup to be lazy. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Fariborz Jahanian | Set DeclContext of ParamVarDecl only. No need |
commit | commitdiff | tree | snapshot |
2010-07-13 |
John McCall | Teach IR generation how to lazily emit cleanups. This... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Sebastian Redl | Add two small utility functions to PCHReader that the... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Fariborz Jahanian | More block instantiation stuff. Set variable/param... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Chris Lattner | Add a warning to catch a bug recently caught by code... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Chris Lattner | 80 column issues. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Whenever we're creating an expression that is typically... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Chandler Carruth | Silence Doug's favorite GCC warning. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Devang Patel | Add volatile qualifiers for "this". |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Properly add to 32 |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Downgrade the "when type is in parentheses, array canno... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Argyrios Kyrtzidis | Modify the pragma handlers to accept and use StringRefs... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Improve diagnostics for the "type qualifier on return... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | When computing the canonical profile of a DeclRefExpr... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | When forming a function call or message send expression... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Diagnose typedef of an operator name. Fixes PR7462 |
commit | commitdiff | tree | snapshot |
2010-07-13 |
John McCall | Check in this -Wconversion C++ test case that's been... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Complain when an unnamed enumeration has no enumeration... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Reinstate the optimization suppressing available_extern... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Devang Patel | const qualify debug info for "this" for const methods. |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Fariborz Jahanian | Instantiate attributes when first building an instantiated |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Douglas Gregor | Provide a special diagnostic for attempts to explicitly... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Douglas Gregor | Fix a documentation paste-o and eliminate a useless... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Craig Silverstein | We should not be recursing over the shadow definitions... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Sebastian Redl | Produce an error on encountering a pointer or reference... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Devang Patel | While collecting members for a class, always create... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Sebastian Redl | Split the normal and chained PCH writing paths and... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Argyrios Kyrtzidis | Remove the check for repeated tok::eofs, we are not... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Argyrios Kyrtzidis | Simplify code using the new FoldingSetImpl::InsertNode... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Fariborz Jahanian | Copy over attributes to instantiated variable. |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Douglas Gregor | Speculatively revert r108156; it appears to be breaking... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Argyrios Kyrtzidis | If we are past tok::eof and in caching lex mode, avoid... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Douglas Gregor | Add a -code-completion-timing= mode to c-index-test... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Fariborz Jahanian | Compute Type dependent-ness of BlockDeclRefExpr |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Ted Kremenek | Add test case for <rdar://problem/8177927> (which trigg... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Fariborz Jahanian | Move setting of Dependent Type to BlockDeclRefExpr's |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Douglas Gregor | Do not generate LLVM IR for available_externally functi... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Chandler Carruth | Fix another aspect of PR7047, macro expansions. Previou... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Chris Lattner | we do in fact have to cache the EOF token returned... |
commit | commitdiff | tree | snapshot |
2010-07-12 |
Chris Lattner | revert a hunk of code that Argiris added in r106213... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Chris Lattner | fix PR7280 by making the warning on code like this: |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Chris Lattner | change the 'invalid token after top level declarator... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Chris Lattner | Fix PR7617 by not entering ParseFunctionDefinition... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Chris Lattner | add a const qualifier, refactor some code. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Chandler Carruth | Switch to void-cast for this. Chris prefers that over... |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Chandler Carruth | Mark assert-only variables as unused. |
commit | commitdiff | tree | snapshot |
2010-07-11 |
John Thompson | Rename clang.dll to libclang.dll, to fix Windows build. |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Nick Lewycky | PrintFunctionNames is a plugin, it should pull in symbo... |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Nick Lewycky | Clang do so have plugins, we can't prune exports. ... |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Dale Johannesen | Fix compile error. Per Fariborz. |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Chandler Carruth | Lay the ground work for resoving PR7047. This doesn... |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Argyrios Kyrtzidis | Add PCH support for the remaining C++ exprs. |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Peter Collingbourne | Fix CMake build |
commit | commitdiff | tree | snapshot |
2010-07-09 |
John Thompson | Hack for dealing with commas until we support multiple... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Fariborz Jahanian | BlockDeclRefExpr of a dependent type must |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Fariborz Jahanian | Instantiation of byref variable in |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Sebastian Redl | Slightly improve the diagnostic when using a qualified... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Argyrios Kyrtzidis | Reorganize how ClassTemplate[Partial]SpecializationDecl... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Argyrios Kyrtzidis | isMemberSpecialization -> setMemberSpecialization. |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Sebastian Redl | When given the -chained-pch option and a previous PCH... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Craig Silverstein | Fix a crashing but trying to print a TemplateTemplatePa... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Eli Friedman | Ignore -Wno-main, per PR7269. |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Chandler Carruth | Rip out the floating point return type handling from... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Chandler Carruth | Fix PR7600, and correctly convert the result of an... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Fariborz Jahanian | Instantiation of block literal expressions. wip. |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Douglas Gregor | Document my otherwise-inexplicable change |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Douglas Gregor | Refer to implicit "conversions" rather than implicit... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Sebastian Redl | Correctly initialize Reader to null. |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Sebastian Redl | Really respect -chained-pch. |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Douglas Gregor | Introduce -f{no-}spell-checking options to enable/disable |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Douglas Gregor | Document -f{no-}color-diagnostics |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Craig Silverstein | Move traverseunqualifiedtypeloc over to the 'main'... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
John Thompson | Revert 107953, remove comma ignoring from PPC constraints. |
commit | commitdiff | tree | snapshot |
2010-07-09 |
John Thompson | Updating PPC target to ignore commas in asm contrains... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Sebastian Redl | Add a frontend option -chained-pch and don't pass an... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Jordy Rose | Cleanup in CStringChecker. Now properly bifurcates... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Douglas Gregor | Support code completion for parameter names in Objectiv... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Douglas Gregor | Introduce a new code-completion point prior to an ident... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Sebastian Redl | When looking for an entity's Scope, don't consider... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Sebastian Redl | Some preparatory work for chained PCH. No functionality... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Zhanyong Wan | Makes RecursiveASTVisitor traverse the type of a tempor... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Douglas Gregor | During code completion, give the "nil" and "NULL" macro... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Douglas Gregor | Allow C-style casts and reinterpret_casts between block... |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Eli Friedman | PR7588: Fix the _mm_shufflehi_epi16 macro. (The issue... |
commit | commitdiff | tree | snapshot |
next |