- 5b629aa Parse attributes on enumerators and instantiate attributes on enum decls. by John McCall · 14 years ago
- b164a19 Minor tweak so that fixit-errors.c is never compiled; it crashes and pops up a crash dialog on my system. by Anders Carlsson · 14 years ago
- ddfa6c3 Update compatibility page for objective-c. by Fariborz Jahanian · 14 years ago
- 38f28c1 Teach clang_getCursorReferenced() and friends about BlockDeclRefExprs. by Douglas Gregor · 14 years ago
- f17b58c In the presence of using declarations, we can find the same class by Douglas Gregor · 14 years ago
- f50595d Fix a horrible bug in all dataflow analyses that use CFGRecStmtVisitor (including live variables analysis). by Ted Kremenek · 14 years ago
- 35fa76d Fix '-analyzer-display-progress' for Objective-C methods. Also remove obsolete code. by Ted Kremenek · 14 years ago
- bd6b04c Test emoved. by Fariborz Jahanian · 14 years ago
- 8a97005 After discussion with Doug and John, I am reverting the patch. by Fariborz Jahanian · 14 years ago
- cee5501 Change handling of inline asm 'p' constraint to match llvm-gcc. by Dale Johannesen · 14 years ago
- 1fb0caa Substantially revise how clang computes the visibility of a declaration to by John McCall · 14 years ago
- 07ed93f Patch fixes miscompile with non-trivial copy constructors and by Fariborz Jahanian · 14 years ago
- 6802027 Delay record type's debug info emission, in -flimit-debug-info mode, if member expression's base is call expr. by Devang Patel · 14 years ago
- 3313357 Revert unintentional check-in. by Devang Patel · 14 years ago
- dd8c10f When we perform name lookup for a template, we may end up finding an by Douglas Gregor · 14 years ago
- 8523d81 Don't try to guess svn version when current path is a symlink. by Oscar Fuentes · 14 years ago
- 58faf20 Tidy up MIPS_linkage name. Provide it only if it does not match regular name, otherwise it confuses debugger. by Devang Patel · 14 years ago
- 79ba2a6 More class anonymization. by Benjamin Kramer · 14 years ago
- cb9c074 Move classes into anonymous namespaces. by Benjamin Kramer · 14 years ago
- fe7574b When performing name lookup for a namespace definition, only look into by Douglas Gregor · 14 years ago
- 9bd1d8d Teach the C++ simple-type-specifier parser and tentative parses about by Douglas Gregor · 14 years ago
- d93fae6 Update clang_getCursor() test to check searches on include directives by Douglas Gregor · 14 years ago
- 31da545 Rename clang's TBAA tree root from "experimental" to "simple". by Dan Gohman · 14 years ago
- 788f489 Tweak diagnostics for redeclaration of a @property in a class extension where the redelcaration and original by Ted Kremenek · 14 years ago
- ee1c08c Tidy up comment (remove extraneous text). by Ted Kremenek · 14 years ago
- 565cc44 Add some more comments. by Dan Gohman · 14 years ago
- 0b8ddb9 Implement the integral promotion rules for the C++0x char16_t and by Douglas Gregor · 14 years ago
- 369ea27 Diagnose the declaration of template template parameters that by Douglas Gregor · 14 years ago
- 0bab54c Always treat 'main' as an extern "C" function, so that we detect by Douglas Gregor · 14 years ago
- 9ee5ee8 When checking whether a return statement returns a stack-local by Douglas Gregor · 14 years ago
- 4f74d02 Revert r117005, WIN32 is not predefined after all. by Francois Pichet · 14 years ago
- 1adee4b Tweak the ObjCAtSyncChecker to assume that a mutex is non-nil after checking that it is by Ted Kremenek · 14 years ago
- 1a6f72d MSVC defines WIN32 as a predefined macro. by Francois Pichet · 14 years ago
- a764e83 Targets: Fix MinGW and VisualStudio predefined macros. by Michael J. Spencer · 14 years ago
- 4419b67 Improve the implementation of libclang's token-annotation logic for by Douglas Gregor · 14 years ago
- 13f8cbf Add test for Windows predefined macros. by Michael J. Spencer · 14 years ago
- dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
- 4d8ae4d Previously, the printf warnings would say your arguments type was 'int' when it was really a 'char' by Ted Kremenek · 14 years ago
- 5cca53e Remove unused variable. by Ted Kremenek · 14 years ago
- a366642 putback r116782, it's a safe fix and should not break windows by Andrew Trick · 14 years ago
- 20249a1 Fix Whitespace. by Michael J. Spencer · 14 years ago
- 542ad38 Revert "Cleanup and fix predefined macros for windows." by Michael J. Spencer · 14 years ago
- 712392e Cleanup and fix predefined macros for windows. by Michael J. Spencer · 14 years ago
- b41d899 Pass TInfo to CXXDestructorDecl::Create(), just like we do for other by Craig Silverstein · 14 years ago
- 85c7eac revert r116782 & r116793 to fix msvc9 buildbots by Andrew Trick · 14 years ago
- 046c03b When implicit members are added to a C++ record, notify the serializer so that a chained PCH writes the definition again. by Argyrios Kyrtzidis · 14 years ago
- 441fff1 Modify the assumptions of an assert; the updated latest redeclaration can have the same location by Argyrios Kyrtzidis · 14 years ago
- f093350 Remove obsolete GRAuditor and GRSimpleAPICheck, which have been completely subsumed by the Checker interface. by Ted Kremenek · 14 years ago
- 2ce2baa Convert GRSimpleAPIChecks in BasicObjCFoundationChecks to be Checkers. by Ted Kremenek · 14 years ago
- ecdcb88 Extend the preprocessing record and libclang with support for by Douglas Gregor · 14 years ago
- 93f5e6a Call clang_disposeTokens() when we are done with the set of tokens. by Ted Kremenek · 14 years ago
- 536bab4 Get FunctionDecl to recurse on FunctionTypeLoc rather than by Craig Silverstein · 14 years ago
- 0ad6dc3 Fix chained PCH issue; make sure all visible decls that will be put into a UPDATE_VISIBLE block were recorded beforehand. by Argyrios Kyrtzidis · 14 years ago
- 3e8a614 Minor optimization; Try to iterator over redeclarations only when necessary. by Argyrios Kyrtzidis · 14 years ago
- e0f8386 Fixes a potential crash in rewriter when sending message to 'super'. by Fariborz Jahanian · 14 years ago
- d9d2a87 Try again to pacify the build bots. =/ I'm getting a Darwin machine to test on. by Chandler Carruth · 14 years ago
- 54bd457 GCC 4.4 warns that Receiver may be used uninitialized in this function. by Duncan Sands · 14 years ago
- aa56a66 Access control polish: drop the note on the original declaration and by John McCall · 14 years ago
- 6b40195 Remove a modern bash-ism and use simpler shell redirects. Hopefully will fix by Chandler Carruth · 14 years ago
- feee58c Add support for the '--sysroot' flag, and an accompanying test of its by Chandler Carruth · 14 years ago
- 4e2cbb2 When matching template parameter lists to template-ids in a scope specifier by John McCall · 14 years ago
- 9a632ea Fix handling of property and ivar lookup in typo correction; the two by Douglas Gregor · 14 years ago
- cae5095 Add a __has_attribute macro that works much like __has_feature and __has_builtin. by Anders Carlsson · 14 years ago
- 06ff47b Disable this test while I track down the platform-specific issue by Douglas Gregor · 14 years ago
- 3eedbb0 Introduce a simple cache for unqualified typo corrections, so that we by Douglas Gregor · 14 years ago
- b4226ff Bah, incompetence by Douglas Gregor · 14 years ago
- f98402d Eliminate another ordering dependency in typo correction. Re-enable typo.m, which seems to be working properly. by Douglas Gregor · 14 years ago
- c87fa06 Had the wrong type for ArgType. :-( Fixed. by Craig Silverstein · 14 years ago
- 0fa0b78 The type-to-delete may not be a pointer if it's a dependent type. by Craig Silverstein · 14 years ago
- 80d56a9 Linux still needs these hacks. by Bill Wendling · 14 years ago
- 9703b0d Fix issue with chained PCH where forward references did not pick up later definition in the chained PCH. by Argyrios Kyrtzidis · 14 years ago
- ec3683b Do not rewrite new accessor if user has defined accessors. by Fariborz Jahanian · 14 years ago
- 3b562af Silence uninitialized value warning. by Ted Kremenek · 14 years ago
- 9714a23 Really^2 fix <rdar://problem/8361834>, this time without crashing. by Ted Kremenek · 14 years ago
- a119477 Provide an upper bound to the edit-distance algorithm when performing by Douglas Gregor · 14 years ago
- 220a9c8 Putting back safe fixes 116836,116837,116838 by Andrew Trick · 14 years ago
- 52a4ff6 Revert most of r116862. It isn't quite the right fix for a memory leak in Preprocessor. by Ted Kremenek · 14 years ago
- ea35f77 Really fix: <rdar://problem/8361834> MacroInfo::AddTokenToBody() leaks memory by Ted Kremenek · 14 years ago
- 2a6b03a Simplify loop. No functionality change. by Ted Kremenek · 14 years ago
- 7cffb55 Reverting 116836,116837,116838 until we resolve the getLangStandardForKind failures. by Andrew Trick · 14 years ago
- da7700e Now that mm_malloc.h was rewritten to *not* include errno.h (see by Bill Wendling · 14 years ago
- 362a8f2 Improve the performance of typo correction, by using a simple by Douglas Gregor · 14 years ago
- 43e1b46 Fixes a bug in ivar lookup in the new objc's default by Fariborz Jahanian · 14 years ago
- a25c408 Tag references shouldn't ever get template parameter lists. by John McCall · 14 years ago
- af8fa25 Simplify lifetime management of MacroInfo objects in Preprocessor by having the Preprocessor maintain them in a linked by Ted Kremenek · 14 years ago
- 0d7d399 Fix up the comments for creating ParmVarDeclAbbrev to reflect reality. by Argyrios Kyrtzidis · 14 years ago
- 0a2e097 Minor optimization; if we have a CXXRecordDecl we can get the definition decl directly without iterating over the redeclarations. by Argyrios Kyrtzidis · 14 years ago
- 1d2a431 Merge headers into test/PCH/chain-cxx.cpp for convenience. by Argyrios Kyrtzidis · 14 years ago
- 105716e Fix CMake installation of arm_neon.h by Douglas Gregor · 14 years ago
- e6a7dab In ~Preprocessor(), also cleanup the MacroInfo objects left-over from stray "#pragma push_macro" uses. This by Ted Kremenek · 14 years ago
- b275e3d Fix typo in comment. by Ted Kremenek · 14 years ago
- 4c73307 This patch implements Next's IRGen for -fconstant-string-class=class-name. by Fariborz Jahanian · 14 years ago
- 102ff97 When marking declarations referenced within an expression (e.g., by Douglas Gregor · 14 years ago
- acd65bd Use CLANG_RESOURCE_DIR define if one is provided, otherwise use the default of by Chandler Carruth · 14 years ago
- 5d058e7 test: FileCheck'ize and document test. by Michael J. Spencer · 14 years ago
- 9cac494 Fix Whitespace. by Michael J. Spencer · 14 years ago
- 35043e5 MSVC space optimization. by John McCall · 14 years ago
- 77be2b4 Petty space optimizations in ElaboratedType and DependentNameType. by John McCall · 14 years ago
- c54d688 When instantiating a dependently-scoped friend function declaration, by John McCall · 14 years ago
- 51f56fc lib/Headers/stddef.h: wint_t should be defined whenever <stddef.h> is included with __need_wint_t. by NAKAMURA Takumi · 14 years ago