Age | Commit message (Expand) | Author |
2011-09-28 | Fix a typo spotted by Jonathan Sauer. | Chandler Carruth |
2011-09-28 | Introduce non-const Decl::getParentFunctionOrMethod. | Argyrios Kyrtzidis |
2011-09-28 | [libclang] Introduce clang_Range_isNull. | Argyrios Kyrtzidis |
2011-09-28 | Install c-index-test also on CMake build, following up r140681. | NAKAMURA Takumi |
2011-09-28 | Attempt to silence the GCC -Wreturn-type warning... | Chandler Carruth |
2011-09-28 | Generate tests for all of the x86 SIMD instruction feature set | Chandler Carruth |
2011-09-28 | Add a little banner to this test. This lets my scripts more easily | Chandler Carruth |
2011-09-28 | Fix a think-o on my part that got enshrined in a FIXME by setting up the | Chandler Carruth |
2011-09-28 | Move some of the defines down to more natural locations, consolidating | Chandler Carruth |
2011-09-28 | Teach Clang to reject 32-bit only CPUs when compiling in 64-bit mode. | Chandler Carruth |
2011-09-28 | Simplify the control flow for predefined macro selection by using | Chandler Carruth |
2011-09-28 | Switch the X86TargetInfo object from a string representation of the | Chandler Carruth |
2011-09-28 | Introduce an enumeration for the x86 CPUs recognized by Clang. I've | Chandler Carruth |
2011-09-28 | Clean up a bit of the uses of CPU in the TargetInfo classes. This makes | Chandler Carruth |
2011-09-28 | Driver: Fix two bad typos that were breaking the buildbots. | Benjamin Kramer |
2011-09-28 | Install c-index-test as part of install-clang-c Makefile rule. | Ted Kremenek |
2011-09-28 | Begin fixing Clang's predefined macros for various architectures. This | Chandler Carruth |
2011-09-28 | Introduce Decl::getParentFunctionOrMethod which if the decl is defined inside | Argyrios Kyrtzidis |
2011-09-28 | [driver] If no OSX or iOS target has been specified and we're compiling for | Chad Rosier |
2011-09-27 | PR11002: Make sure we emit sentinel warnings with a valid source location. (... | Eli Friedman |
2011-09-27 | Include prefix with default synthesized ivars. | Ted Kremenek |
2011-09-27 | Only print _Bool as 'bool' when 'bool' is defined as an object-like | Douglas Gregor |
2011-09-27 | Remove the egregious hack that made Objective-C++ ARC work with older | Douglas Gregor |
2011-09-27 | When 'bool' is not a built-in type but is defined as a macro, print | Douglas Gregor |
2011-09-27 | objcetive-c-arc: When overriding a method, its ns_consumed patameter | Fariborz Jahanian |
2011-09-27 | Fix a crash in MallocOverflowSecurityChecker. Patch by Lei Zhang. | Anna Zaks |
2011-09-27 | Check for GCC paths that have the target triple in them. This is required fo... | David Chisnall |
2011-09-27 | Get rid of useless helper Sema::CastCategory. | Eli Friedman |
2011-09-27 | If you download clang and delete the test directory, you can end up | Douglas Gregor |
2011-09-27 | de-tmpify clang. | Benjamin Kramer |
2011-09-27 | [analyzer] Remove target triple from the malloc overflow test. | Anna Zaks |
2011-09-27 | Some changes to improve compatibility for MSVC-style C++ struct layout. Patch... | Eli Friedman |
2011-09-27 | Document the incompatibility that stems from Clang properly implement | Douglas Gregor |
2011-09-27 | Move test, so it actually tests what it is supposed to (given that we don't h... | Eli Friedman |
2011-09-27 | Fix examples for r140478. PR11021. | Eli Friedman |
2011-09-27 | [libclang] Expose array size and element type, patch by Vinay Sajip! | Argyrios Kyrtzidis |
2011-09-27 | Constant evaluation for pointer CXXScalarValueInitExpr | Peter Collingbourne |
2011-09-27 | Introduce a callback to PPCallbacks for lines skipped by the preprocessor. | Argyrios Kyrtzidis |
2011-09-27 | Break SourceManager::translateFileLineCol into translateFile, no functionalit... | Argyrios Kyrtzidis |
2011-09-27 | When parsing a character literal, extract the characters from the | Douglas Gregor |
2011-09-27 | Revert r139989 and r140031, which implemented the Objective-C type | Douglas Gregor |
2011-09-27 | Let -B work for ld paths on Linux. | David Chisnall |
2011-09-27 | Revert r140589. It was causing failures during llvm compilation: | Bill Wendling |
2011-09-27 | MSVC is stuck in the 80s. | Argyrios Kyrtzidis |
2011-09-27 | Renaming PathDiagnosticClients.h to PathDiagnosticConsumers.h (issue 5397) | David Blaikie |
2011-09-27 | PR11009: Fix a FIXME which was leading to an assertion failure with rvalue re... | Eli Friedman |
2011-09-27 | Add typo correction for the type name in C++ "new" statements | Kaelyn Uhrain |
2011-09-27 | [libclang] Refactor the important stuff in clang_getCursor into a cxcursor::g... | Argyrios Kyrtzidis |
2011-09-27 | [libclang] Introduce clang_Cursor_isNull and clang_Cursor_getTranslationUnit ... | Argyrios Kyrtzidis |
2011-09-27 | objc - don't complain about unimplemented property when conforming | Fariborz Jahanian |