- 0e836b1 CMake: [PR9321] Don't install include/clang/**/*.td. by NAKAMURA Takumi · 14 years ago
- 8402155 Rename tok::eom to tok::eod. by Peter Collingbourne · 14 years ago
- 15348ae Add a -fcxx-exceptions flag to the frontend, which can be used to enable by Anders Carlsson · 14 years ago
- 3b368dd Fix CMake build. by Anders Carlsson · 14 years ago
- f079b73 Retry r126357. Use CharUnits for the Size and DataSize calculations when by Ken Dyck · 14 years ago
- d3bf3c0 [analyzer] Introduce SVal::getAsVarDecl(). by Argyrios Kyrtzidis · 14 years ago
- d84f422 [analzyer] Migrate CallAndMessageChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
- 2b3ca9c [analyzer] ExprEngine should not depend on checkers for not crashing. by Argyrios Kyrtzidis · 14 years ago
- 139ca96 [analyzer] Migrate AdjustedReturnValueChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
- bd90076 [analyzer] Migrate AttrNonNullChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
- 73c498a [analyzer] ExprEngine should not depend on checkers for not crashing. by Argyrios Kyrtzidis · 14 years ago
- 3ce2b48 [analyzer] Migrate VLASizeChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
- 919c9b9 [analyzer] Migrate DivZeroChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
- 7f649d7 [analyzer] Migrate ReturnUndefChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
- eb290ca [analyzer] Migrate UndefinedArraySubscriptChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
- 267aa5c [analyzer] Migrate UndefinedAssignmentChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
- cc05d51 [analyzer] Migrate UndefBranchChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
- 265c674 [analyzer] Migrate UndefCapturedBlockVarChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
- 180e03f [analyzer] Migrate UndefResultChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
- 3267d95 [analyzer] Migrate NoReturnFunctionChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
- a676d50 [analyzer] Move the DeadStores checker out of the 'core' package. by Argyrios Kyrtzidis · 14 years ago
- 1034870 [analyzer] Migrate BuiltinFunctionChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
- f029366 [analyzer] Migrate OSAtomicChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
- 0535701 [analyzer] Migrate ArrayBoundCheckerV2 to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
- 58f2e7c [analyzer] Turn -analyzer-stats into -analyzer-checker=debug.Stats by Argyrios Kyrtzidis · 14 years ago
- 6dd4dff [analyzer] Remove '-analyzer-experimental-checks' flag. by Argyrios Kyrtzidis · 14 years ago
- 312dbec [analyzer] Migrate MallocChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
- 3fe71f4 [analyzer] Have CheckerManager::registerChecker return a pointer to the checker object and by Argyrios Kyrtzidis · 14 years ago
- 035287d remove a bogus assertion, add a comment. by Chris Lattner · 14 years ago
- 3858938 make switch condition constant folding much more aggressive, handling by Chris Lattner · 14 years ago
- 525544d Factor code out into a helper function, shouldUseExceptionTablesForObjCExceptions. by Anders Carlsson · 14 years ago
- 2bef7f5 fix my containsBreak predicate. by Chris Lattner · 14 years ago
- abea951 Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 14 years ago
- 7a17851 Get rid of the areExceptionsEnabled() getter from LangOptions. by Anders Carlsson · 14 years ago
- fda0f1f First tiny step to implementing PR9322: build infrastructure for only emitting the by Chris Lattner · 14 years ago
- ef425a6 Add some helper methods that will be used in my next patch. by Chris Lattner · 14 years ago
- c4002c7 tidy up by Chris Lattner · 14 years ago
- 702e547 add a const version of this accessor. by Chris Lattner · 14 years ago
- aa2187d When we encounter a dependent template name within a by Douglas Gregor · 14 years ago
- c2c9001 Change the interface to ConstantFoldsToSimpleInteger to not encode by Chris Lattner · 14 years ago
- a02411e Eliminate a silly little Parse/Sema dance when parsing typename by Douglas Gregor · 14 years ago
- 77d2c5f Fix an obvious typo. by Benjamin Kramer · 14 years ago
- be7025e CMake: updated list of installable header files. PR9321. by Oscar Fuentes · 14 years ago
- cf4ff46 Fix this test case for CMake builds after r126502, which sneakily changed the actual executable name to clang-<version>. by Frits van Bommel · 14 years ago
- b59c79f cc1: Fix stats printing by default when using -mllvm -stats. by Daniel Dunbar · 14 years ago
- 4171766 Implement delegating constructors partially. by Sean Hunt · 14 years ago
- 448d2cd Don't assume that whoever is asking for a message send is going by John McCall · 14 years ago
- a1bcc4d Zero-initialize the struct-return slot of an Objective-C message by John McCall · 14 years ago
- 92ee7ca A much-delayed response to Ken Dyck's review: make this somewhat more by John McCall · 14 years ago
- 3b332ab Don't crash during constant-evaluation of 1/(1/0). PR9262. by John McCall · 14 years ago
- bc7fbf0 Pretty up the emission of field l-values and use volatile and TBAA when by John McCall · 14 years ago
- 8e10f3b Provide a bit saying that a builtin undergoes custom type-checking, then by John McCall · 14 years ago
- dff3f01 Fix objc rewriting bug casting to qualified objective-c pointetr. by Fariborz Jahanian · 14 years ago
- baac58d Fix a rewriter bug involving call to property's block. // rdar://9055596 by Fariborz Jahanian · 14 years ago
- bfdfb5a ASTStmtReader is already a friend of DependentScopeDeclRefExpr, and GCC by Matt Beaumont-Gay · 14 years ago
- b8d545c Update test cases. by Ted Kremenek · 14 years ago
- f5d2ef4 Tidy up help text in Checkers.td, and rename StackAddrLeakChecker to StackAddrEscapeChecker. by Ted Kremenek · 14 years ago
- ba90e8a Enhance scan-build to print out available analyses using new checker registration model. by Ted Kremenek · 14 years ago
- 34f9e29 Driver: Attmpt to fix some possibly UB that MSVC doesn't care for. by Daniel Dunbar · 14 years ago
- 5e24f2a Sprinkle optional text of the "unavailable' attribute by Fariborz Jahanian · 14 years ago
- 00cf3cc Push nested-name-specifier source location information into by Douglas Gregor · 14 years ago
- 774e2b4 Clean up some gross code in the printer here. No more string stream by Chandler Carruth · 14 years ago
- 25ca421 Remove the FIXME I introduced last night, and pull the logic for by Chandler Carruth · 14 years ago
- 8435bf9 CMake: add version information into the clang executable and libclang by Douglas Gregor · 14 years ago
- 09f3462 s/clang-cc1/clang_cc1 by Matt Beaumont-Gay · 14 years ago
- 2b982b7 Print optional message for attr(unavailable) in C++ mode. // rdar://9046492 by Fariborz Jahanian · 14 years ago
- f3db29f Push nested-name-specifier source-location information into by Douglas Gregor · 14 years ago
- e293d30 Teach objc-rewriter to pass -fobjc-exceptions along. by Fariborz Jahanian · 14 years ago
- 0cfaf6a Push nested-name-specifier source location information into namespace aliases. by Douglas Gregor · 14 years ago
- b17cb9e Make sure to give CXXScopeSpec::SetInvalid() a valid source by Douglas Gregor · 14 years ago
- db99241 Push nested-name-specifier source location information into using directives. by Douglas Gregor · 14 years ago
- a8eef31 Direct testing of source-location information on using declarations, via libclang by Douglas Gregor · 14 years ago
- 7e38494 Switch a few CXXScopeSpec::MakeTrivial() calls over to appropriate by Douglas Gregor · 14 years ago
- 5149f37 Maintain nested-name-specifier source-location information through by Douglas Gregor · 14 years ago
- 0289b66 Rename test/Sema/expr-comma-c89.c to expr-comma-c99.c. Spotted by by Peter Collingbourne · 14 years ago
- 3002823 Rough fix for PR9323 that prevents Clang from marking copy constructor by Chandler Carruth · 14 years ago
- 79ac241 Give this warning a flag that can be used to turn it off in old, crufty, by Chandler Carruth · 14 years ago
- 3fd345a Add support for ArchLinux, patch by Kevin Winchester. by Chandler Carruth · 14 years ago
- 2d9f5fa Formatting, etc. by John McCall · 14 years ago
- 27f8d70 Tame an assert; the scope depth of a jump destination does not by John McCall · 14 years ago
- c22b5ff Use NestedNameSpecifierLoc within out-of-line variables, function, and by Douglas Gregor · 14 years ago
- 7decebf Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning flag for a warning mapped to an error. by Ted Kremenek · 14 years ago
- 9e63d4a Nth time's a charm? by Douglas Gregor · 14 years ago
- 02bba19 CMake target check.deps only exists when LLVM_INCLUDE_TESTS by Douglas Gregor · 14 years ago
- dc35571 Update UsingDecl, UnresolvedUsingTypenameDecl, and by Douglas Gregor · 14 years ago
- 670d6ed LLVM_INCLUDE_TESTS applies to unit tests, not the normal Clang tests by Douglas Gregor · 14 years ago
- fd68157 Don't include Clang's unit tests if LLVM's unit tests aren't being built by Douglas Gregor · 14 years ago
- 116f364 Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers. by Argyrios Kyrtzidis · 14 years ago
- 10aad44 Fix the rest of PR9316 along with some other bugs spotted by inspection. by Chandler Carruth · 14 years ago
- b43e8ad Don't warn about using PredefinedExprs as format string literals. These never can be a real security issue. by Ted Kremenek · 14 years ago
- 65d3925 [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore. by Argyrios Kyrtzidis · 14 years ago
- 08099ad [analyzer] Allow a checker to be hidden even if its package is hidden & enabled. by Argyrios Kyrtzidis · 14 years ago
- 0d6b0c0 [analyzer] Migrate CastSizeChecker to CheckerV2. by Argyrios Kyrtzidis · 14 years ago
- 42f1e65 Fix a rewrite bug. // rdar://9039342 by Fariborz Jahanian · 14 years ago
- bab380c Use private linkage to avoid symbol conflicts in corner cases like the one by Rafael Espindola · 14 years ago
- 094b643 Likely fix for PR9316 and other unknown bugs: don't use the anonynmous by Chandler Carruth · 14 years ago
- c34348a Retain complete source-location information for C++ by Douglas Gregor · 14 years ago
- 5fa05cb Simplify messages as requested by Chris. by Chandler Carruth · 14 years ago
- f8291a1 From Vassil Vassilev: by Axel Naumann · 14 years ago
- 6b46cd9 Revert "Use CharUnits values for Size and DataSize outside of the bitfield by Daniel Dunbar · 14 years ago