2011-07-06 |
Douglas Gregor | Keep track of when "unrecoverable" errors occur, then... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Benjamin Kramer | SmallVectorize a critical vector. |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Douglas Gregor | libclang: Allow callers of clang_saveTranslationUnit... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Chandler Carruth | Build up statistics about the work done for analysis... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Douglas Gregor | Teach the static analyzer's interpretation of Cocoa... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Rafael Espindola | Use attributes from the definition (if available) when |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Joerg Sonnenberger | Fix C&P error |
commit | commitdiff | tree | snapshot |
2011-07-06 |
John McCall | When tree-transforming an expression sequence, always... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
John McCall | Fixed enum types can be complete without actually being... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
John McCall | Properly protect colons when parsing a nested-name... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Douglas Gregor | Improve the Python bindings for libclang in a few ways... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
John McCall | Somehow the -fgnu-runtime option itself got lost in... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
John McCall | Call objc_terminate() instead of abort() when a cleanup... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
John McCall | Missing header from last commit; accidental change. |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Fariborz Jahanian | Added a missing case label. |
commit | commitdiff | tree | snapshot |
2011-07-06 |
John McCall | Change the driver's logic about Objective-C runtimes... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Fariborz Jahanian | objc-arc: enforce performSelector rules in rejecting... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Dan Gohman | Add the ObjC ARC optimization passes manually, now... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Eli Friedman | Remove unused member of Builtin::Info. |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Devang Patel | Testcase for r134441. |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Joerg Sonnenberger | Drop "soft" argument that would be considered as file... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Douglas Gregor | Look through parenthesized declarators when determining... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Joerg Sonnenberger | Hook up mipsel-netbsd and mipsel-freebsd for OS specifi... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Joerg Sonnenberger | Use OS-specific configuration for mips-netbsd and mips... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Douglas Gregor | Some documentation fixes for the parser, from John... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Douglas Gregor | StringRef'ize clang::drive::Option::getName(), from... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Douglas Gregor | Clean up and refactor ParseFunctionDeclarator to reduce... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Douglas Gregor | ActOnCXXConditionDeclaration should take into account... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Fariborz Jahanian | Don't define __CONSTANT_CFSTRINGS__ with -fno-constant... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Joerg Sonnenberger | Don't define _BIG_ENDIAN for NetBSD/PowerPC. |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Joerg Sonnenberger | Fix indentation |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Douglas Gregor | Teach Clang's <float.h> to also include MinGW's <float... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Douglas Gregor | Update header-search paths for MinGW, from Ruben Van... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Benjamin Kramer | Don't overread the buffer when an %x escape in inline... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Benjamin Kramer | Initialize member. |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Joerg Sonnenberger | Add explicit default case for -Wswitch-enum. |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Joerg Sonnenberger | Use switch(os) style consistently. Add a bunch of NetBS... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Joerg Sonnenberger | On PowerPC, both FreeBSD and NetBSD use ints for (s... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Anders Carlsson | Remove unused parameter from ActOnDeclarator. |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Chandler Carruth | Switch the Decl and Stmt stats printing to use llvm... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Chandler Carruth | Start switching the AST stats printing to use llvm... |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Abramo Bagnara | Rewritten fix in r134139 to conform evaluation result... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Nick Lewycky | Fix a typo, remove a tab, canonicalize some spacing... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Eli Friedman | Reorganize builtins to separate out builtins which... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Douglas Gregor | When producing -Wuninitialized Fix-Its for pointers... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Eli Friedman | Don't use x86_mmx where it isn't necessary. |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Chandler Carruth | Make the GCC version proliferation worse by N+1 for... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Eli Friedman | Make clang behave in a gcc-compatible way in the presen... |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Eric Christopher | Add a testcase for r134292. |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Eric Christopher | Update for llvm commit r134291. |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Chandler Carruth | Move the Sema argument to all of the Sema-using helper... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Chandler Carruth | Rename static helpers to use 'camelCaseNames' per the... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Chandler Carruth | Mechanical rename of 'd' Decl pointer parameters to... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | -Fix mistake in ASTContext::getInnerObjCOwnership notic... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | Add initial *-*-rtems* target, from Joel Sherrill |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | Fix the warning that is emitted when an ownership attri... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | Use transferARCOwnershipToDeclaratorChunk in inferARCWr... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | Fix assertion hit in inferARCWriteback. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | [ARC] When casting from a pointer to an objective-c... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | -Remove Sema::ActOnCastOfParenListExpr and move most... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | [ARC] When casting from a pointer to an objective-c... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | Break Sema::GetTypeForDeclarator in 2 functions, one... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Argyrios Kyrtzidis | Introduce Declarator::ObjCCatchContext, this will resul... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | Refactor AttributeList.h to use alphabetical order... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | Emit guard variables for any weak global that has a... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | When adding boolean keywords for typo correction, add... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | Fix testcase |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | Don't zero-initialize default-initialized local variabl... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Richard Trieu | For code such as: |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Richard Trieu | Fix for PR7410. Allow functions in a derived class... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Richard Smith | Fix AST representations of alias-declarations which... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | When we create a precompiled preamble, don't copy the |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | Remove reference to the Index library |
commit | commitdiff | tree | snapshot |
2011-07-01 |
John McCall | Just mangle substituted template parameter types as... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Douglas Gregor | Introduce the notion of instantiation dependence into... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
John McCall | Change the mangling of enclosing template template... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
John McCall | No, actually, we do need to be able to mangle substitut... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Hans Wennborg | Fix off-by-one error in StringLiteral::getLocationOfByte. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Hans Wennborg | Move test/Sema/return.cpp into test/SemaCXX/return.cpp |
commit | commitdiff | tree | snapshot |
2011-06-30 |
John McCall | Perform lvalue-to-rvalue conversions on both operands... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Hans Wennborg | svn propdel svn:eol-style test/Sema/return.cpp |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Peter Collingbourne | Replace an unreachable error path with an assert |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Peter Collingbourne | Fix typo |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Hans Wennborg | Test for errors for returning a value from a ctor or... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
David Chisnall | Add support for weakly imported classes (GNU runtime). |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Abramo Bagnara | Fixed enum constant evaluation assertions. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Chandler Carruth | Improve the wording of the warning when returning a... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
John McCall | Preserve that a TemplateName was arrived at by substituting |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Chandler Carruth | Fix an obvious typo in an attribute's diagnostics. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Evan Cheng | createTargetMachine now takes a CPU string. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
John McCall | Document and check tighter assumptions about the Templa... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Argyrios Kyrtzidis | Introduce a caching mechanism for macro expanded tokens. |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Argyrios Kyrtzidis | [libclang] Introduce cxcursor::getCursorParentDecl... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Argyrios Kyrtzidis | Introduce Preprocessor::getTotalMemory() and use it... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Douglas Gregor | Check for deprecated/unavailable/etc attributes on... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Douglas Gregor | When redeclaring a local extern in the same scope,... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Fariborz Jahanian | objc-arc: fix a IRGen crash when checking for |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Fariborz Jahanian | Use existing -fcatch-undefined-behavior option, |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Benjamin Kramer | Remove doxygen.cfg to prevent accidental commits, it... |
commit | commitdiff | tree | snapshot |
next |