- 3230302 When getting CXXThisRegion from CXXMethodDecl, use the qualifiers. This is by Zhongxing Xu · 14 years ago
- d706434 Let StackFrameContext represent if the call expr is evaluated as lvalue. by Zhongxing Xu · 14 years ago
- f351424 Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals by John McCall · 14 years ago
- 19b78d9 Use StackFrameContext directly in CallEnter program point. Then we don't need by Zhongxing Xu · 14 years ago
- 7eb0a9e Switch a lot of call-sites over to using the new value-kind calculations. by John McCall · 14 years ago
- 834f9de Improve comments in Clang static analyzer, based on kremenek's by Zhanyong Wan · 14 years ago
- 0d4739ab Fix 2 problems with Chris Lattner's FileManager redesign on Windows. by Francois Pichet · 14 years ago
- 3baf672 Adjust method calls to reflect name changes in by Ted Kremenek · 14 years ago
- 5cc1c73 The final result of all this refactoring: instead of doing stat immediately by Chris Lattner · 14 years ago
- 898a061 change the 'is directory' indicator to be a null-or-not by Chris Lattner · 14 years ago
- f9f7766 pull "is directory" handling into FileManager::getStatValue by Chris Lattner · 14 years ago
- dfa1edb A few tweaks to the value-kind computation: by John McCall · 14 years ago
- d6f6111 simplify the cache miss handling code, eliminating CacheMissing. by Chris Lattner · 14 years ago
- 11aa4b0 factor the "cache miss" handling code out of FM into a static by Chris Lattner · 14 years ago
- 74e976b PCH files only cache successful stats. Remove the code that reads/writes by Chris Lattner · 14 years ago
- 10e286a rework the stat cache, pulling it out of FileManager.h into by Chris Lattner · 14 years ago
- 75dfb65 tidy up. Split FileManager::getBufferForFile into by Chris Lattner · 14 years ago
- 681c74a don't allow remapping PTH file paths with -fworking-directory, the by Chris Lattner · 14 years ago
- 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
- 458b5e2 make this file be self contained. by Chris Lattner · 14 years ago
- 7ad97ff give FileManager a 'FileSystemOptions' ivar, which will be used by Chris Lattner · 14 years ago
- cc7bd10 Fix a typo in a comment. by Zhanyong Wan · 14 years ago
- 151466a Partially revert Doug's PCH validation patch (r98585). by Chris Lattner · 14 years ago
- 8e161ed Microsoft C anonymous struct implementation. by Francois Pichet · 14 years ago
- 67452f5 stringref'ize API by Chris Lattner · 14 years ago
- d981146 Fix a bunch of IndirectFieldDecl-related warnings. by Benjamin Kramer · 14 years ago
- 6538227 remove old compatibility APIs, use StringRef versions instead. by Chris Lattner · 14 years ago
- f69a1f3 change the various getFile routines to use StringRef as their implementation form. by Chris Lattner · 14 years ago
- d18857d Compilation error: remove extra comma. by Francois Pichet · 14 years ago
- 87c2e12 Major anonymous union/struct redesign. by Francois Pichet · 14 years ago
- a4c2475 Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652. by Anders Carlsson · 14 years ago
- b13453b Handle CFGAutomaticObjDtor. by Zhongxing Xu · 14 years ago
- 44aa1f3 Revert r119838 "Don't warn for empty 'if' body if there is a macro that expands to nothing" by Argyrios Kyrtzidis · 14 years ago
- 7663f39 A bundle of whitespace changes, separated out from the functional changes. by Nick Lewycky · 14 years ago
- 9ce5584 Implement a simple hash function for libclang cursors by Douglas Gregor · 14 years ago
- 1a9d050 Implement clang_getCanonicalCursor() in libclang, which does the obvious thing. by Douglas Gregor · 14 years ago
- 2aa9267 Several PPCallbacks take an SourceLocation + IdentifierInfo, rather by Craig Silverstein · 14 years ago
- a25b6a4 Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g: by Argyrios Kyrtzidis · 14 years ago
- 46f936e When parsing something that looks like an ill-formed by Douglas Gregor · 14 years ago
- aa5f135 Extend the libclang diagnostic API to provide information about the by Douglas Gregor · 14 years ago
- 3ffe629 Remove Diagnostic's get/setNumErrors() and getNumErrorsSuppressed(). by Argyrios Kyrtzidis · 14 years ago
- 8fc32d2 Refactoring. Get FunctionScopeInfo to use DiagnosticErrorTrap. by Argyrios Kyrtzidis · 14 years ago
- 9c4eb1f Refactoring. by Argyrios Kyrtzidis · 14 years ago
- bce8d4b Use a signed vector type for the shift amount operand of unsigned shifts. by Bob Wilson · 14 years ago
- ab41b97 Remove the hack where, to get the return status, we had special case for VerifyDiagnosticsClient by Argyrios Kyrtzidis · 14 years ago
- f2224d8 Since multiple diagnostics can share one diagnostic client, have the client keeping track by Argyrios Kyrtzidis · 14 years ago
- 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
- 9313aac Copy the LangOptions in PrintingPolicy to avoid pointing to a LangOptions that is long gone. by Argyrios Kyrtzidis · 14 years ago
- 0943168 Add an assertion, fix a whole bunch of bugs, comment the assertion by John McCall · 14 years ago
- 45ab4b5 In some situations, TemplateArgumentLoc wasn't setting TypeSourceLoc (see by Craig Silverstein · 14 years ago
- f89e55a Calculate the value kind of an expression when it's created and by John McCall · 14 years ago
- 6a02b60 Added method for handling CXXOperatorCallExpr differently from CallExpr if CXXOperatorCallExpr represents method call. by Marcin Swiderski · 14 years ago
- cdba659 CursorVisitor: switch remaining expressions over by Ted Kremenek · 14 years ago
- 1380a14 -Rename -Wargument-larger-than -> -Wlarge-by-value-copy by Argyrios Kyrtzidis · 14 years ago
- 0a90d32 Make definition of CXTranslationUnitImpl private to libclang. by Ted Kremenek · 14 years ago
- 3532fdd Introduce option -Wargument-larger-than[=N] which warns about function definitions if they take by-value by Argyrios Kyrtzidis · 14 years ago
- fdda171 Implement -pie. by Rafael Espindola · 14 years ago
- 82c63bf In EvalArguments allow for evaluation of first argument always as a lvalue. Will be used for CXXOperatorCallExpr that represents method call. by Marcin Swiderski · 14 years ago
- de26760 Warn if direct accessing synthesized ivar backing the property in by Fariborz Jahanian · 14 years ago
- 75fd3f9 Put warn_logical_and_in_logical_or warning in new warning group "logical-op-parentheses" member of "parentheses". by Argyrios Kyrtzidis · 14 years ago
- 4ffcb99 Add skeleton for handling various cfg dtors. by Zhongxing Xu · 14 years ago
- 08f92e3 a metric ton of refactoring later, Sema::getLocationOfStringLiteralByte by Chris Lattner · 14 years ago
- b060727 move getSpelling from Preprocessor to Lexer, which it is more conceptually related to. by Chris Lattner · 14 years ago
- 0833dd0 propagate preprocessor out of StringLiteralParser. It is now by Chris Lattner · 14 years ago
- a95880d push the preprocessor out of EncodeUCNEscape by Chris Lattner · 14 years ago
- 7ef5c27 move AdvanceToTokenCharacter and getLocForEndOfToken from by Chris Lattner · 14 years ago
- 872a45e add a static version of PP::AdvanceToTokenCharacter. by Chris Lattner · 14 years ago
- 6c66f07 push use of Preprocessor out farther. by Chris Lattner · 14 years ago
- ca1475e push use of Preprocessor out of getOffsetOfStringByte by Chris Lattner · 14 years ago
- 48cf982 add a static form of the efficient PP::getSpelling method. by Chris Lattner · 14 years ago
- 91f54ce refactor the interface to StringLiteralParser::getOffsetOfStringByte, by Chris Lattner · 14 years ago
- a4ffd85 For an Objective-C @synthesize statement, e.g., by Douglas Gregor · 14 years ago
- e3c60a7 Fix source-range information for Objective-C properties. Previously, by Douglas Gregor · 14 years ago
- 34c2630 Front-end support for __attribute__((may_alias)). This is not by Dan Gohman · 14 years ago
- bee77f7 Warn about arg1 && arg2 || arg3, as GCC 4.3+ does. Fixes rdar://8659922 by Argyrios Kyrtzidis · 14 years ago
- e19df18 turned pointers into pointers to const in function parameters in all functions/builtins accepting pointers to a const-qualified type according to PIM and "Language Extensions for CBEA" by Anton Yartsev · 14 years ago
- 4383e18 Emit a specific diagnostic when typedefing C++ bool, mirroring gcc. by Argyrios Kyrtzidis · 14 years ago
- 07d7e7a Re-work the handling of implicit 'this' arguments and silly GCC-style attribute by Chandler Carruth · 14 years ago
- a60ed47 Change CXTranslationUnit to not directly cast to an ASTUnit*, by Ted Kremenek · 14 years ago
- 64ccf24 Improve diagnostic for calling non-const method on const object. Fixes rdar://7743000 by Argyrios Kyrtzidis · 14 years ago
- 9dc84c9 Handle member initializer in C++ ctor. by Zhongxing Xu · 14 years ago
- a437ad3 Have CXXDeleteExpr::getDestroyedType return the actual destroyed type by Craig Silverstein · 14 years ago
- e2b7688 Kill CK_Unknown and flesh out the documentation for the existing CastKinds. by John McCall · 14 years ago
- 1c23e91 Kill off the remaining places which generate CK_Unknown casts. by John McCall · 14 years ago
- ed12273 Move CXString creation/management routines into by Ted Kremenek · 14 years ago
- 916c870 Add an ExternalASTSource hook to complete a type on demand. by John McCall · 14 years ago
- 4211bb6 Add support for "neon_vector_type" and "neon_polyvector_type" attributes by Bob Wilson · 14 years ago
- 5082d34 Add another case to the whitelist of cast kinds that can convert to bool. by John McCall · 14 years ago
- 7cd7d1a Add a new expression kind, OpaqueValueExpr, which is useful for by John McCall · 14 years ago
- d6543f8 Add method ParentMap::addStmt(). by Ted Kremenek · 14 years ago
- daa8e4e Assorted work leading towards the elimination of CK_Unknown. by John McCall · 14 years ago
- 9c6cd67 Add skeleton for handling other kinds of CFGElements. by Zhongxing Xu · 14 years ago
- 1b27ab3 Revert r119045. It was failing on Windows. by Ted Kremenek · 14 years ago
- b9ce656 Clean up initialization of LangOptions object by splitting part of it into a parent class by Ted Kremenek · 14 years ago
- f3ea8cf Add a few more complex-related cast kinds that arise due to arbitrary by John McCall · 14 years ago
- ae2cf76 When complaining about ambiguous overload resolution for a unary or by Douglas Gregor · 14 years ago
- 2bb5d00 Introduce five new cast kinds for various conversions into and by John McCall · 14 years ago
- cf33b24 Bring UsualArithmeticConversionsType back into Sema and cast the by John McCall · 14 years ago
- 3e47b48 Add GRWorkList::VisitItemsInWorkList() to allow a client to introspect the contents of a worklist. by Ted Kremenek · 14 years ago
- 404cd16 Introduce a null-to-pointer implicit cast kind. by John McCall · 14 years ago