- 1db19de Rework the CXSourceLocation and CXSourceRange APIs. They are now by Douglas Gregor · 15 years ago
- b699866 Eliminate cursor kinds used to express definitions. Instead, provide by Douglas Gregor · 15 years ago
- c39b2bd Fix a serious bug: Tmp3 is the wrong destination set. We should create a new by Zhongxing Xu · 15 years ago
- c5d1e93 Introduce clang_getCursorReferenced, to get a cursor pointing at the by Douglas Gregor · 15 years ago
- a7bde20 Implement clang_getCursorExtent, which provides a source range for the by Douglas Gregor · 15 years ago
- ad2b804 Move AccessSpecifier into the new Specifiers.h; fixes the layering violations by John McCall · 15 years ago
- 547836f Now that a reasonable deprecation cycle has passed, kill by Douglas Gregor · 15 years ago
- 98258af Introduce clang_getCursorLocation(), which supercedes by Douglas Gregor · 15 years ago
- 046c227 allow the HandlerComment callback to push tokens into the by Chris Lattner · 15 years ago
- 3c7313d Clean up the CIndex API slightly. by Douglas Gregor · 15 years ago
- 3530521 Add missing newline. by Daniel Dunbar · 15 years ago
- d038f36 float, double, and long double do need extra data in the by Douglas Gregor · 15 years ago
- cf84aa4 Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing 'contexts' from c-index-test output; it wasn't helpful and was extremely brittle. by Ted Kremenek · 15 years ago
- 42f56b5 Preserve type source information in compound literal expressions. by John McCall · 15 years ago
- b7fd588 Silence a control reaches end of function warning. Patch by Enea Zaffanella. by Mike Stump · 15 years ago
- ddf889a Improve source-location information for builtin TypeLocs, from Enea by Douglas Gregor · 15 years ago
- 80febb9 Fix race condition in creating objdir. by Daniel Dunbar · 15 years ago
- ab8bbf4 Encoding calling conventions in the type system, from Charles Davis! by Douglas Gregor · 15 years ago
- 3ed04d3 Add support for computing size in elements for symbolic regions obtained from by Zhongxing Xu · 15 years ago
- ce757a7 Add PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCastExpr, CXXConstCastExpr and CXXFunctionalCastExpr. by Sam Weinig · 15 years ago
- 79c2278 When we are instantiating a member function of a local class, be sure by Douglas Gregor · 15 years ago
- 3db211b Improve location information for Objective-C category declarations. We by Douglas Gregor · 15 years ago
- 18df52b Keep track of the source locations for each protocol reference in by Douglas Gregor · 15 years ago
- deb06bd Remove 'default' case in switch statement in clang_getCursorKindSpelling(). This identified a missing case (warned by the compiler) and identified that CXCursor_FirstDecl didn't actually correspond to the first decl. by Ted Kremenek · 15 years ago
- 41bdf0d The codegen for these builtins was removed long ago, but their definitions remained. Removing them totally. by Tanya Lattner · 15 years ago
- 283cae3 Make CXCursor's data opaque. by Douglas Gregor · 15 years ago
- 9d12503 Preserve type source information in explicit cast expressions. by John McCall · 15 years ago
- a730583 Convert the type of the LValue offset variable in APValue to CharUnits, moving by Ken Dyck · 15 years ago
- 8b93171 Convert a few more uses of std::string& to llvm::StringRef. by Ted Kremenek · 15 years ago
- 9edad9b When qualified lookup into the current instantiation fails (because it by Douglas Gregor · 15 years ago
- 651f3ee Improve overload diagnostics some more by calling out qualifier mismatches by John McCall · 15 years ago
- e81e15e Improve the diagnostic for bad conversions in overload resolution to talk by John McCall · 15 years ago
- 9f28614 Perform format-expansion on %select results. by John McCall · 15 years ago
- bca403c Banish the notion of a "rank" for code-completion results, since we by Douglas Gregor · 15 years ago
- c38c3e1 Code-completion for @public, @protected, @private, @package. by Douglas Gregor · 15 years ago
- b6ac245 Whenever completing ordinary names for an Objective-C source, also by Douglas Gregor · 15 years ago
- cfb708c Add type source information for both kinds of typeof types. by John McCall · 15 years ago
- b89e8f6 Add 'referringDecl' field to CXCursor to prepare the way to better model declaration references from other delcarations. by Ted Kremenek · 15 years ago
- 7d95747 Predefine __weak attribute when doing objective-c by Fariborz Jahanian · 15 years ago
- 0efc2c1 Reimplement constructor declarator parsing to cope with template-ids by Douglas Gregor · 15 years ago
- a6c058d Implement semantic checking for C++ literal operators. by Sean Hunt · 15 years ago
- 52388f9 diagnose invalid values of -ftabstop, patch by Christian Adaker! by Chris Lattner · 15 years ago
- fa6ef18 Add an unreachable code checker. by Mike Stump · 15 years ago
- 0397af2 cc1: Factor out CompilerInstance::ExecuteAction which has the majority of the by Daniel Dunbar · 15 years ago
- 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 15 years ago
- c50277f Rename clang_getUSR() -> clang_getDeclUSR(). For now we take a CXDecl instead of a CXEntity. by Ted Kremenek · 15 years ago
- d1e4d9b Don't emit string-comparison or self-comparison warnings in by Douglas Gregor · 15 years ago
- 84d0a19 Improve recovery for template-ids whose template-name doesn't actually by Douglas Gregor · 15 years ago
- 7ef655a implement PR6004, warning about divide and remainder by zero. by Chris Lattner · 15 years ago
- a1e1dc7 implement PR6007, diagnosing invalid attribute((section)) by Chris Lattner · 15 years ago
- 5535c38 Fix the CodeGen half of PR5911 by changing reference initialization to by Chandler Carruth · 15 years ago
- 3c80f57 Reorganize some of the code to note overload candidates. Improves the by John McCall · 15 years ago
- 1fc00e6 Change clang_getUSR() to return a CXString instead of a 'const char *'. by Ted Kremenek · 15 years ago
- 3172383 CIndex: by Ted Kremenek · 15 years ago
- e45c149 Avoid use of deprecated functions (CStrInCStrNoCase and StringsEqualNoCase). by Benjamin Kramer · 15 years ago
- aa8741a Change return type of getObjCEncodingTypeSize() to CharUnits as the units are in characters. by Ken Dyck · 15 years ago
- 58408bc Tighten up the "cannot return array or function type" diagnostic to by Douglas Gregor · 15 years ago
- 48026d2 Implement name lookup for conversion function template specializations by Douglas Gregor · 15 years ago
- 199c3d6 Roll out ASTContext::getTypeSizeInChars(), replacing instances of by Ken Dyck · 15 years ago
- e27d87f Make Clang complain about taking the address of an unqualified member function. Fixes PR5985. by Sebastian Redl · 15 years ago
- c50e6df Switch RegionStore over to using <BaseRegion+raw offset> to store by Ted Kremenek · 15 years ago
- 8c72340 Do not parse hexadecimal floating point literals in C++0x mode because they are by Sean Hunt · 15 years ago
- 01dfea0 Improve code completion by introducing patterns for the various C and by Douglas Gregor · 15 years ago
- fc5d513 Make clone() method out-of-line for Attr classes. by Anton Korobeynikov · 15 years ago
- 82d0a41 Generalize target weirdness handling having proper layering in mind: by Anton Korobeynikov · 15 years ago
- a139481 stringref'ize a bunch of filename handling logic. Much by Chris Lattner · 15 years ago
- 804f652 implement rdar://7520940: published framework headers should by Chris Lattner · 15 years ago
- 124fca5 implement -ftabstop=width, patch by Christian Adåker by Chris Lattner · 15 years ago
- e6e8b5a make missing prototypes warn by default in c99 mode like GCC does, by Chris Lattner · 15 years ago
- a999277 Use MacroBuilder for TargetDefines instead of std::vector. by Benjamin Kramer · 15 years ago
- b1b5b90 Move MacroBuilder into Frontend/Utils.h and clean it up a bit. by Benjamin Kramer · 15 years ago
- bc37b8d When binding an rvalue to a reference, create a temporary object. Use by Zhongxing Xu · 15 years ago
- 6ab9db1 For now, add back clang_getDeclSource(). by Ted Kremenek · 15 years ago
- c31176d Use -fno-math-errno by default, and remove the IsMathErrnoDefault by Dan Gohman · 15 years ago
- 827feec Improve the fix-its for -Wparentheses to ensure that the fix-it by Douglas Gregor · 15 years ago
- 828a197 Add an "implicit" bit to CXXThisExpr, so that we can track by Douglas Gregor · 15 years ago
- 6a12a14 Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText(). by Ted Kremenek · 15 years ago
- 1eb3e10 Improve the lead diagnostic for C++ object subscript expressions with by John McCall · 15 years ago
- 782f2f5 Change ObjCContainerDecl to contain the entire range for the '@end' by Ted Kremenek · 15 years ago
- 0d535c8 When we typo-correct a base class initializer, point to the base class by Douglas Gregor · 15 years ago
- d821065 Change clang_getDeclExtent() to have the endpoint point to the last character in the last token. by Ted Kremenek · 15 years ago
- 319d57f Move the allocation of designators in DesignatedInitExpr to the by Douglas Gregor · 15 years ago
- b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
- 3aacd53 Add missing CINDEX_LINKAGE. by Daniel Dunbar · 15 years ago
- cd7a445 Add Expr::EvaluateAsBooleanCondition(), which does unprincipled folding to by John McCall · 15 years ago
- 817db7c Remove deprecated function 'clang_getDeclSource()'. Use 'clang_getDeclFile()' instead. by Ted Kremenek · 15 years ago
- fe6fd3d Add C API hook 'clang_getDeclExtent()', which returns the source extent of a declaration. This implements <rdar://problem/7280072>. by Ted Kremenek · 15 years ago
- 1b6869a Split (mostly nonexistent) USR code out from the main CIndex logic. by Ted Kremenek · 15 years ago
- edcfc41 Allow clang to pass -x cl through to compiler driver. by Nate Begeman · 15 years ago
- 2849734 Disallow captured arrays in blocks as well. Radar 7438948. by Mike Stump · 15 years ago
- 0d6fd57 Disallow capturing vlas inside blocks. by Mike Stump · 15 years ago
- de0d263 Make static analysis support for C++ 'this' expression context-sensitive. Essentially treat 'this' as a implicit parameter to the method call, and associate a region with it. by Ted Kremenek · 15 years ago
- 6ffe643 fix a bug mike noticed. by Chris Lattner · 15 years ago
- 32a5808 Remove references to 'Checker' and 'GRTransferFuncs' from by Ted Kremenek · 15 years ago
- 3b11fd3 Remember if the AsmStmt came from Microsoft-style inline assembly code. by Mike Stump · 15 years ago
- 4424713 Make sure to use ASTContext::getAs*ArrayType() when decomposing array by Douglas Gregor · 15 years ago
- f8c381f Add missing newline (which breaks MSVC build???) by Daniel Dunbar · 15 years ago
- 88a3586 Teach Preprocessor::macro_begin/macro_end to lazily load all macro by Douglas Gregor · 15 years ago
- 95ff742 When declaring an Objective-C implementation without a corresponding by Douglas Gregor · 15 years ago
- f06cdae Implement typo correction for a variety of Objective-C-specific constructs: by Douglas Gregor · 15 years ago