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