- c09289d Add a cc1 option to specify the max number of nodes the analyzer can explore. by Zhongxing Xu · 15 years ago
- bbea716 add frontend support for -fdata-sections and -ffunction-sections, by Chris Lattner · 15 years ago
- df72140 cache the PP's SourceManager. by Chris Lattner · 15 years ago
- 88aae91 make the preprocessor listen to linemarker directives in -E mode, by Chris Lattner · 15 years ago
- 04e4427 fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic by Chris Lattner · 15 years ago
- 86ed3a3 add haiku support, patch by Paul Davey! by Chris Lattner · 15 years ago
- 46116ce Rename -dump-record-layouts to -fdump-record-layouts now that the option behaves like aa flag. by Anders Carlsson · 15 years ago
- 7002f4c Turn access control on by default in -cc1. by John McCall · 15 years ago
- 9f692a0 On Windows, disable the modification-time check for files used in by Douglas Gregor · 15 years ago
- 4ecb25f Fixes a regression caused by implementing cstyle methods for objc. by Fariborz Jahanian · 15 years ago
- 7732cc9 Implement method type encoding in the presense by Fariborz Jahanian · 15 years ago
- 9ab1454 Make CXXScopeSpec invalid when incomplete, and propagate that into any by Jeffrey Yasskin · 15 years ago
- b69eca5 Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-layouts a bit that Sema honors. by Daniel Dunbar · 15 years ago
- bf9e48c AST: Move C++ record layout dumping to ASTContext::DumpRecordLayout. by Daniel Dunbar · 15 years ago
- d6f1906 refactor out a function. by Chris Lattner · 15 years ago
- 83e7a78 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 15 years ago
- c100214 add clang -cc1 level support for "-ferror-limit 42" by Chris Lattner · 15 years ago
- 53eee7b Instead of counting totally diagnostics, split the count into a count by Chris Lattner · 15 years ago
- 6da9eb6 teach clang to install the inline asm diagnostic handler, by Chris Lattner · 15 years ago
- cabae68 reduce indentation, tidy. by Chris Lattner · 15 years ago
- 719770d Make code-completion for Objective-C message sends to "id" work in the by Douglas Gregor · 15 years ago
- 2801977 Make Diagnostic reference-counted, which is simpler than juggling by Douglas Gregor · 15 years ago
- a0a270c Match MemoryBuffer API changes. by Chris Lattner · 15 years ago
- 3687e9d Clarify the ownership semantics of the Diagnostic object used by by Douglas Gregor · 15 years ago
- 405634b Minor ASTUnit cleanups: by Douglas Gregor · 15 years ago
- 5d93ed3 Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable by Daniel Dunbar · 15 years ago
- 849b243 Reinstate my CodeModificationHint -> FixItHint renaming patch, without by Douglas Gregor · 15 years ago
- 4714c12 Rename TypenameType to DependentNameType in anticipation of some by Douglas Gregor · 15 years ago
- 275313c Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder by Douglas Gregor · 15 years ago
- d0ebe08 Rename CodeModificationHint to FixItHint, since we've been using the by Douglas Gregor · 15 years ago
- 425ef72 Remember the regparm attribute in FunctionType::ExtInfo. Fixes PR3782. by Rafael Espindola · 15 years ago
- 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 15 years ago
- 95dd558 Teach Clang's -cc1 option -print-stats to print LLVM statistics. by Douglas Gregor · 15 years ago
- 4c2bcad Implement support for -nostdc++. Fixes PR6446. by Douglas Gregor · 15 years ago
- dbd8209 PPCallbacks: Add hook for reaching the end of the main file, and fix DependencyFile to not do work in its destructor. by Daniel Dunbar · 15 years ago
- 2d52be5 Keep track of the size/modification time of each file source-location by Douglas Gregor · 15 years ago
- efb0fa9 C++: Add support for -fno-use-cxa-atexit. - So much typing, so little gain... by Daniel Dunbar · 15 years ago
- c6fbbed Remove the capture, serialization, and deserialization of comment by Douglas Gregor · 15 years ago
- 6a5a23f Implement serialization and lazy deserialization of the preprocessing by Douglas Gregor · 15 years ago
- 2758595 clang -cc1: Kill off -empty-input only, and replace with -init-only which is an by Daniel Dunbar · 15 years ago
- 94dc8f6 Optionally store a PreprocessingRecord in the preprocessor itself, and by Douglas Gregor · 15 years ago
- 1857f62 Add bounds check in PCHReader. when reading source file entry record by Ted Kremenek · 15 years ago
- 4ae8f29 Introduce the notion of a "preprocessing record", which keeps track of by Douglas Gregor · 15 years ago
- 622ab50 Make some typedefs private by Kovarththanan Rajaratnam · 15 years ago
- 8f0d270 Rename variable to indicate what it is being used for by Kovarththanan Rajaratnam · 15 years ago
- d5d7b3f Turn several PCH reader assertions into compiler errors, thus making by Ted Kremenek · 15 years ago
- dbf8ee6 Entering the main source file in the preprocessor can fail if the by Douglas Gregor · 15 years ago
- 6924713 Simplify error path using OwningPtr by Kovarththanan Rajaratnam · 15 years ago
- 5bf932b Simplify ProcessWarningOptions since it can't fail by Kovarththanan Rajaratnam · 15 years ago
- 3d67b1e Issue a proper diagnostic if we couldn't open dump file by Kovarththanan Rajaratnam · 15 years ago
- 19b43e1 Don't "take" the file manager and source manager when by Douglas Gregor · 15 years ago
- ec1afbf Make sure we actually override ReadHeaderFileInfo when we meant to by Douglas Gregor · 15 years ago
- 12fab31 Fix header-search problems with precompiled headers, where the by Douglas Gregor · 15 years ago
- ceafc4b Switch another function to StringRef instead of char pointer pairs. by Benjamin Kramer · 15 years ago
- f6ac97b Let SourceManager::getBufferData return StringRef instead of a pair of two const char*. by Benjamin Kramer · 15 years ago
- c3d43b7 Don't consume tokens past the end-of-file in an @interface. Fixes by Douglas Gregor · 15 years ago
- 36c35ba Use SourceManager's Diagnostic object for all file-reading errors, by Douglas Gregor · 15 years ago
- f715ca1 Give SourceManager a Diagnostic object with which to report errors, by Douglas Gregor · 15 years ago
- aea67db Introduce a new BufferResult class to act as the return type of by Douglas Gregor · 15 years ago
- 4b7a834 Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. by John McCall · 15 years ago
- b621766 Remember declaration scope qualifiers in the AST. Imposes no memory overhead by John McCall · 15 years ago
- c3cde07 Add EmitString helper method by Kovarththanan Rajaratnam · 15 years ago
- 2e6051a Unbreak last commit. This should have been part of r98478. by Kovarththanan Rajaratnam · 15 years ago
- 74e485e Pass file string by reference by Kovarththanan Rajaratnam · 15 years ago
- aba54a9 Path related cleanup. Remove unnecessary variables. by Kovarththanan Rajaratnam · 15 years ago
- 11a18f1 Use makeAbsolute() by Kovarththanan Rajaratnam · 15 years ago
- 48673e6 Move to anonymous namespace by Kovarththanan Rajaratnam · 15 years ago
- 92d6cd2 Simplify code. by Benjamin Kramer · 15 years ago
- 1935754 Use SmallString instead of SmallVector by Kovarththanan Rajaratnam · 15 years ago
- 65cc1e8 No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUpIdentifierInfo() will automatically do by Kovarththanan Rajaratnam · 15 years ago
- 3352406 Allow users to set CPPFLAGS and CXXFLAGS on the make command line. by Jeffrey Yasskin · 15 years ago
- bf73b35 Remember whether a ParmVarDecl was spelled with a default argument or by John McCall · 15 years ago
- 811f426 Add IdentifierTable::get() overload and start using it by Kovarththanan Rajaratnam · 15 years ago
- 6cb6eb4 Add tentative support for accessing local variables with by Fariborz Jahanian · 15 years ago
- d314e9e Change the 'super' messaging API in the rewriter. Fixes radar 7738452. by Fariborz Jahanian · 15 years ago
- 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
- 07425c9 Improve XML output for C++ classes, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
- c2350e5 Extend ObjCMessageExpr for class method sends with the source location by Douglas Gregor · 15 years ago
- 4bc1cb6 Keep track of type source information in the return type of an by Douglas Gregor · 15 years ago
- 6b82f64 Undefine correct macro by Kovarththanan Rajaratnam · 15 years ago
- c8e5eac Don't rely on implicit conversion by Kovarththanan Rajaratnam · 15 years ago
- a5d10c4 Rename to addPPCallbacks since we're effectively adding a callback and maybe chaining it to an existing one by Kovarththanan Rajaratnam · 15 years ago
- 92e4443 Don't assert if PP already contains a valid PP callback. The PP can handle multiple callbacks (using PPChainedCallbacks) by Kovarththanan Rajaratnam · 15 years ago
- fc904d5 on both the mac and linux, /usr/local/include is treated by Chris Lattner · 15 years ago
- e51dd7b Lowercase for consistency by Kovarththanan Rajaratnam · 15 years ago
- 667514d The Windows build is just too weird; there's no real cost to doing the concurrency checks for ASTUnit in all builds by Douglas Gregor · 15 years ago
- 12312b8 Switch from NDEBUG to _DEBUG, since our Windows build is funny by Douglas Gregor · 15 years ago
- bdf6062 A little hack to identify unwanted concurrency in CIndex by Douglas Gregor · 15 years ago
- fbcc071 Use clang::io::Emit8 by Kovarththanan Rajaratnam · 15 years ago
- 8611eb0 Patch to get around a rewriter bug rewriting storage class by Fariborz Jahanian · 15 years ago
- 61b82e3 Fixes a bug whereby static const block var has static by Fariborz Jahanian · 15 years ago
- 468ec6c Revert changes r97693, r97700, and r97718. by John McCall · 15 years ago
- c9fe644 Create a TargetMachine whenever we create a CodeGenAction. The codegen of by John McCall · 15 years ago
- 8383c55 Remove the linux c includes part of my last patch. by Eric Christopher · 15 years ago
- 70d9d41 Add in more c++ header paths for later gccs under gentoo linux. by Eric Christopher · 15 years ago
- be08ac7 Move Emit24 to clang::io by Kovarththanan Rajaratnam · 15 years ago
- df49652 Cast a pointer to 'long long' to satisfy all compilation models. by Fariborz Jahanian · 15 years ago
- 72952fc More rewriter of nested blocks fun stuff. Radar 7696893. by Fariborz Jahanian · 15 years ago
- d68fc05 Opt into the Verifier now that it's an opt-in feature of addPassesToEmitFile. by Dan Gohman · 15 years ago
- e69f047 Debian sid moved these headers into /4.4 and left /4.4.3 as a symlink. Update. by Nick Lewycky · 15 years ago