1. b2b93c1 if we succeed in opening a directory but expected a file, ensure we don't by Chris Lattner · 14 years ago
  2. 291fcf0 hopefully resolve the windows buildbot issue (retch) by Chris Lattner · 14 years ago
  3. 898a061 change the 'is directory' indicator to be a null-or-not by Chris Lattner · 14 years ago
  4. f9f7766 pull "is directory" handling into FileManager::getStatValue by Chris Lattner · 14 years ago
  5. dfa1edb A few tweaks to the value-kind computation: by John McCall · 14 years ago
  6. 7a73002 Remove static_casts from SemaDeclAttr.cpp by Peter Collingbourne · 14 years ago
  7. f3e8a99 tidy up code, add a comment about dir caching. by Chris Lattner · 14 years ago
  8. 72f6130 replicate a terrible hack to fix a build error on VC++ by Chris Lattner · 14 years ago
  9. d6f6111 simplify the cache miss handling code, eliminating CacheMissing. by Chris Lattner · 14 years ago
  10. 11aa4b0 factor the "cache miss" handling code out of FM into a static by Chris Lattner · 14 years ago
  11. f8f6129 r120013 dropped passing in the precomputed file size to by Chris Lattner · 14 years ago
  12. 74e976b PCH files only cache successful stats. Remove the code that reads/writes by Chris Lattner · 14 years ago
  13. 10e286a rework the stat cache, pulling it out of FileManager.h into by Chris Lattner · 14 years ago
  14. 75dfb65 tidy up. Split FileManager::getBufferForFile into by Chris Lattner · 14 years ago
  15. 681c74a don't allow remapping PTH file paths with -fworking-directory, the by Chris Lattner · 14 years ago
  16. b088cd3 reduce indentation and use early outs, to make it easier to read by Chris Lattner · 14 years ago
  17. 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
  18. 7ad97ff give FileManager a 'FileSystemOptions' ivar, which will be used by Chris Lattner · 14 years ago
  19. 151466a Partially revert Doug's PCH validation patch (r98585). by Chris Lattner · 14 years ago
  20. 8e161ed Microsoft C anonymous struct implementation. by Francois Pichet · 14 years ago
  21. 67452f5 stringref'ize API by Chris Lattner · 14 years ago
  22. 7ad629e tidy up by Chris Lattner · 14 years ago
  23. efc4be2 avoid creating sys::Path instances when -fworking-directory isn't being used. by Chris Lattner · 14 years ago
  24. 36f327c Stylistic changes to CFG.cpp: by Zhanyong Wan · 14 years ago
  25. ada4b32 Refactor the null-initialization for record types and make it handle bases that aren't i8 arrays. by Anders Carlsson · 14 years ago
  26. f27f03e Remove the other FIXME I added. This is covered by the Index test and not testable via -ast-dump. by Nico Weber · 14 years ago
  27. 76f11c9 Remove one I just added, add a more focused test for why the current code is correct. by Nico Weber · 14 years ago
  28. c43271e Try to get the bots green after r119966. by Nico Weber · 14 years ago
  29. 253e80b Fix the source range of CXXNewExprs. Fixes http://llvm.org/pr8661. by Nico Weber · 14 years ago
  30. 59b173d Minor whitespace fix, no functionality change by Nico Weber · 14 years ago
  31. 99cae5b Fix PR8419. Reviewed by kremenek and xuzhongxing. by Zhanyong Wan · 14 years ago
  32. 7acb953 Undo part of my previous commit to mm_malloc.h, going back to the use of by Chandler Carruth · 14 years ago
  33. a03613d Remove FIXME; we don't ever want to lay out empty bases. by Anders Carlsson · 14 years ago
  34. 9a5a3f2 Rename BaseLLVMType to NonVirtualBaseLLVMType. by Anders Carlsson · 14 years ago
  35. f4a15b0 Add getCGRecordLayout helper function. No functionality change. by Anders Carlsson · 14 years ago
  36. 2e6c19a The 'X' printf type has a valid alternative form. Fixes PR8641. by Anders Carlsson · 14 years ago
  37. d981146 Fix a bunch of IndirectFieldDecl-related warnings. by Benjamin Kramer · 14 years ago
  38. aa8b2d9 Filename.rfind("/\\") won't give us the position of the last directory seperator. by Benjamin Kramer · 14 years ago
  39. 6538227 remove old compatibility APIs, use StringRef versions instead. by Chris Lattner · 14 years ago
  40. f69a1f3 change the various getFile routines to use StringRef as their implementation form. by Chris Lattner · 14 years ago
  41. 41f5e66 Fix warning: enumeration value 'IndirectField' not handled in switch. by Francois Pichet · 14 years ago
  42. 87c2e12 Major anonymous union/struct redesign. by Francois Pichet · 14 years ago
  43. a4c2475 Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652. by Anders Carlsson · 14 years ago
  44. ba09cbb Add comments. by Zhongxing Xu · 14 years ago
  45. cf84887 Fix a typo in EnvironmentManager::bindExprAndLocation(). Reviewed by kremenek. by Zhanyong Wan · 14 years ago
  46. b13453b Handle CFGAutomaticObjDtor. by Zhongxing Xu · 14 years ago
  47. 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
  48. 7663f39 A bundle of whitespace changes, separated out from the functional changes. by Nick Lewycky · 14 years ago
  49. 2aa9267 Several PPCallbacks take an SourceLocation + IdentifierInfo, rather by Craig Silverstein · 14 years ago
  50. e4539ef Check for gcc 4.3.4. by Rafael Espindola · 14 years ago
  51. 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
  52. b95cfe4 Make sure to print cvr-qualifiers on function declarations by Douglas Gregor · 14 years ago
  53. 75f91d6 Minor cleanup. No change otherwise. by Fariborz Jahanian · 14 years ago
  54. 0bc5c66 objc_msgSend is not a builtin type in non-objc mode. Fixes //rdar://8686888 by Fariborz Jahanian · 14 years ago
  55. a30d6cd Driver/Darwin: Don't pass -demangle to an iOS linker, which may not understand by Daniel Dunbar · 14 years ago
  56. a6a32e2 Initialize StoredDiagnostic's members in order. by Benjamin Kramer · 14 years ago
  57. 2a69ddd add support for the i686-pc-linux-gnu triple (used by Gentoo x86) by Nuno Lopes · 14 years ago
  58. 46f936e When parsing something that looks like an ill-formed by Douglas Gregor · 14 years ago
  59. d02bba8 Driver: Ignore -force_cpusubtype_ALL. by Daniel Dunbar · 14 years ago
  60. aa5f135 Extend the libclang diagnostic API to provide information about the by Douglas Gregor · 14 years ago
  61. e8f0ba7 getNumErrors() -> hasErrorOccurred() by Argyrios Kyrtzidis · 14 years ago
  62. 8fc32d2 Refactoring. Get FunctionScopeInfo to use DiagnosticErrorTrap. by Argyrios Kyrtzidis · 14 years ago
  63. 9c4eb1f Refactoring. by Argyrios Kyrtzidis · 14 years ago
  64. a762514 Fix a bug where write-barriers for assignment through reference by Fariborz Jahanian · 14 years ago
  65. be3aab6 Use hasErrorOccurred() instead of getNumErrors() where it makes sense. by Argyrios Kyrtzidis · 14 years ago
  66. 3bbe0b0 Update CMake build. by Benjamin Kramer · 14 years ago
  67. ab41b97 Remove the hack where, to get the return status, we had special case for VerifyDiagnosticsClient by Argyrios Kyrtzidis · 14 years ago
  68. dea22a3 Keep track of errors/warnings in FixItRewriter. by Argyrios Kyrtzidis · 14 years ago
  69. f2224d8 Since multiple diagnostics can share one diagnostic client, have the client keeping track by Argyrios Kyrtzidis · 14 years ago
  70. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  71. 0943168 Add an assertion, fix a whole bunch of bugs, comment the assertion by John McCall · 14 years ago
  72. f4bed3f Remove the getDiagnosticLevel check since it doesn't buy us much. by Argyrios Kyrtzidis · 14 years ago
  73. 5807d9c Fix a typo in the UTF-8 BOM (PR8645). Use a StringSwitch while at it. by Benjamin Kramer · 14 years ago
  74. 45ab4b5 In some situations, TemplateArgumentLoc wasn't setting TypeSourceLoc (see by Craig Silverstein · 14 years ago
  75. f89e55a Calculate the value kind of an expression when it's created and by John McCall · 14 years ago
  76. 6a02b60 Added method for handling CXXOperatorCallExpr differently from CallExpr if CXXOperatorCallExpr represents method call. by Marcin Swiderski · 14 years ago
  77. aa4fe05 comparison of AltiVec vectors now gives bool result (fix for 7533) by Anton Yartsev · 14 years ago
  78. 1380a14 -Rename -Wargument-larger-than -> -Wlarge-by-value-copy by Argyrios Kyrtzidis · 14 years ago
  79. 3532fdd Introduce option -Wargument-larger-than[=N] which warns about function definitions if they take by-value by Argyrios Kyrtzidis · 14 years ago
  80. fdda171 Implement -pie. by Rafael Espindola · 14 years ago
  81. dbe80d9 Don't warn about clang -w -c foo.s Helps with the gdb testsuite. by Rafael Espindola · 14 years ago
  82. cf54426 Do not produce "purely informative" code completion results for by Douglas Gregor · 14 years ago
  83. 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
  84. 7f6458b Don't warn about -w not being used in a link. Necessary to get sane by Rafael Espindola · 14 years ago
  85. de26760 Warn if direct accessing synthesized ivar backing the property in by Fariborz Jahanian · 14 years ago
  86. 47d512c Don't emit warn_logical_and_in_logical_or for cases like "a && b || 0". by Argyrios Kyrtzidis · 14 years ago
  87. d92ccaa Don't emit warn_logical_and_in_logical_or for macros. Fixes rdar://8678458 by Argyrios Kyrtzidis · 14 years ago
  88. 567bb71 Don't warn for parentheses for the '&&' inside '||' for cases like: by Argyrios Kyrtzidis · 14 years ago
  89. 4659e1e Drop the warning about __attribute__((may_alias)) being used by Dan Gohman · 14 years ago
  90. db85e05 Silence warning for "clang -O2 -O0 -c foo.c -o foo.o. Fixes PR8607. by Rafael Espindola · 14 years ago
  91. 4ffcb99 Add skeleton for handling various cfg dtors. by Zhongxing Xu · 14 years ago
  92. 5d93653 When forming the !srcloc mdnode for an inline asm, add the SourceLocations by Chris Lattner · 14 years ago
  93. 063e476 adjust for llvm mainline, yay type safety by Chris Lattner · 14 years ago
  94. 08f92e3 a metric ton of refactoring later, Sema::getLocationOfStringLiteralByte by Chris Lattner · 14 years ago
  95. 8d6e89e do not do post checks. Because at this point we just enter the call. by Zhongxing Xu · 14 years ago
  96. b060727 move getSpelling from Preprocessor to Lexer, which it is more conceptually related to. by Chris Lattner · 14 years ago
  97. 75072f2 Remove comments. We are already doing actual method call by inlining it. by Zhongxing Xu · 14 years ago
  98. 0833dd0 propagate preprocessor out of StringLiteralParser. It is now by Chris Lattner · 14 years ago
  99. a95880d push the preprocessor out of EncodeUCNEscape by Chris Lattner · 14 years ago
  100. 7ef5c27 move AdvanceToTokenCharacter and getLocForEndOfToken from by Chris Lattner · 14 years ago