- 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
- 157c5bf test/Coverage/html-diagnostics.c: Use find(1) to glob wildcards. by NAKAMURA Takumi · 14 years ago
- 4eab39f Instantiate enclosing template parameter lists when instantiating friends. by John McCall · 14 years ago
- 613ef3d Uncomputable contexts are always records but can exist. by John McCall · 14 years ago
- 9a34edb Redirect templated friend class decls to a new Sema callback and by John McCall · 14 years ago
- eada35c test/Sema/return.c: Cygwin does not have _longjmp(). by NAKAMURA Takumi · 14 years ago
- 5e93701 test/Coverage/html-diagnostics.c: Do not make hit "CHECK: Dereference of null pointer" to the output itself! by NAKAMURA Takumi · 14 years ago
- 8ec904c Tweak code-completion result priorities, so that exact and similar by Douglas Gregor · 14 years ago
- 99aaae8 We shouldn't keep track of MMX registers "needed" separately from the SSE by Bill Wendling · 14 years ago
- 87a34fd From scratch rewrite of mm_malloc.h. by Eric Christopher · 14 years ago
- 6be9f35 tests: Force triple to avoid limited precision warning on win32. by Daniel Dunbar · 14 years ago
- 6648e5d "Fix" bogus idempotent operations warning due to loop unrolling not unrolling enough loops to show that an invariant by Ted Kremenek · 14 years ago
- 25b26eb Driver: Reject -fasm-blocks except on X86 (where we just ignore it, since by Daniel Dunbar · 14 years ago
- fcec10b Driver/IA: Accept and ignore -force_cpusubtype_ALL, as in 'clang -c by Daniel Dunbar · 14 years ago
- 270073c Driver/Darwin: Forward -ObjC when linking, which may be needed when using static by Daniel Dunbar · 14 years ago
- a5450a0 Fix the translation of the PCC_ForInit code-completion context for by Douglas Gregor · 14 years ago
- 75ab414 Provide code completion for types after the '^' that starts a block literal. by Douglas Gregor · 14 years ago
- 82b7d7b Fix some bugs in local class mangling brought up in PR8355. by John McCall · 14 years ago
- c7b7b7a Introduce code completion results for Objective-C methods, both when by Douglas Gregor · 14 years ago
- 4eb9fc0 Read/write declaration attributes from/to PCH properly. Embed them in the declaration block instead of trying to create another block. by Argyrios Kyrtzidis · 14 years ago
- eea742b Merge header & cpp for test/PCH/attrs.c - more convenient to keep the tests in one source file. by Argyrios Kyrtzidis · 14 years ago
- ea76618 When providing code completions of Objective-C method declarations by Douglas Gregor · 14 years ago
- 1a4c937 patch fixes class names missing from method names in debug information for by Fariborz Jahanian · 14 years ago
- 693d467 Implement the first half of [dcl.attr.override]p6. by Anders Carlsson · 14 years ago
- 842e7a2 Microsoft enum extensions. 2 things will change on -fms-extensions: by Francois Pichet · 14 years ago
- 6f2d1b1 Add iteration over the preprocessor conditional stack to PreprocessorLexer by Douglas Gregor · 14 years ago
- cf1123b Add declarations nested in a linkage specification to the output of by Douglas Gregor · 14 years ago
- e2ef189 CodeGen: Fix long double on Windows using MSVC runtime. by Michael J. Spencer · 14 years ago
- 237cf58 Fix Whitespace. by Michael J. Spencer · 14 years ago
- bb465d7 Reapply r116684 with fixes. The test cases needed to be updated. by Bill Wendling · 14 years ago
- 115bcd0 Do not use absolute path on the clang++ symlink. by Oscar Fuentes · 14 years ago
- 4d09e84 Implement [dcl.attr.override]p2 and add tests for p1 and p2. by Anders Carlsson · 14 years ago