- e8ba8d7 Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at by Nick Lewycky · 14 years ago
- 144bc08 Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837. by Argyrios Kyrtzidis · 14 years ago
- bb9b80c Add a fixit suggest for missing case keywords inside a switch scope. For instance, in the following code, 'case ' will be suggested before the '1:' by Richard Trieu · 14 years ago
- 723b178 Alphabetize this one flag, just to pull it out of my patch. by Nick Lewycky · 14 years ago
- 3e8dc2a Use the ArrayFiller to fill out "holes" in the array initializer due to designated initializers, by Argyrios Kyrtzidis · 14 years ago
- cf3ce5d Adds a function to run FrontendActions over in-memory code. This is by Manuel Klimek · 14 years ago
- 0e02f6e Driver: Tweak -Xarch diags a bit more, we can't actually differentiate between by Daniel Dunbar · 14 years ago
- 7e9293b Driver: Improve -Xarch argument diagnostics a bit. by Daniel Dunbar · 14 years ago
- 13d7dc0 Have #pragma message not turn into error by -Werror, by default. Fixes rdar://9308989. by Argyrios Kyrtzidis · 14 years ago
- 4423ac0 For by Argyrios Kyrtzidis · 14 years ago
- a10ae7b Remove __builtin_ia32_loadup[sd] since clang can represent the actions natively. by Bill Wendling · 14 years ago
- 285dc65 PTX: Add PTX intrinsics as builtins and add ptx32 and ptx64 as valid architectures for triples, e.g. ptx32-unknown-unknown by Justin Holewinski · 14 years ago
- 109ec1b Fix a crash-on-invalid involving non-identifier names in a member by Douglas Gregor · 14 years ago
- f787002 Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'. by Ted Kremenek · 14 years ago
- e23ac65 Teach SourceManager::getSLocEntry() that it can fail due to problems by Douglas Gregor · 14 years ago
- 6b6b42a We regard a function as 'unused' from the codegen perspective, so our warnings diverge from by Argyrios Kyrtzidis · 14 years ago
- 1c860d5 Add a new expression classification, CL_AddressableVoid by Peter Collingbourne · 14 years ago
- 4e6a3f7 Report memory usage for global code completion results in CXTUMemoryUsage. by Ted Kremenek · 14 years ago
- 59fc1e5 Add libclang API to query how much memory is used by a CXTranslationUnit. This is a WIP. Currently we report by Ted Kremenek · 14 years ago
- 61e0b94 Add ASTContext::getTotalMemory() to allow clients to query how much memory is bump allocated for declarations, statements, and types. by Ted Kremenek · 14 years ago
- 97f55d6 Add SelectorTable::getTotalMemory() to allow clients to query how much memory is used by selectors. by Ted Kremenek · 14 years ago
- 877ded8 Driver: Support -fno-lto. by Daniel Dunbar · 14 years ago
- 10c8d9e Introduce Rewriter::IncreaseIndentation() which increase indentations for the lines between the given source range. by Argyrios Kyrtzidis · 14 years ago
- 7d2b8c1 Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq by Douglas Gregor · 14 years ago
- 5666d36 Forbid the use of C++ new/delete to allocate/free objects within an by Douglas Gregor · 14 years ago
- d4c5f84 Implement appropriate semantics for C++ casting and conversion when by Douglas Gregor · 14 years ago
- 8b36a9e Add 3DNow! Intrinsics. by Michael J. Spencer · 14 years ago
- 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 14 years ago
- 831efae Improve diagnostics on GNU attributes by warning about attributes that should have no arguments or parameters. Patch by Michael Han! by Ted Kremenek · 14 years ago
- fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
- c6eb44b C1X: implement static asserts by Peter Collingbourne · 14 years ago
- f111d93 C1X: implement generic selections by Peter Collingbourne · 14 years ago
- 7e7fbd0 C1X: add a language standard by Peter Collingbourne · 14 years ago
- ad762fc Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291). by Richard Smith · 14 years ago
- ea698b3 Detect when the string "<::" is found in code after a cast or template name and is interpreted as "[:" because of the digraph "<:". When found, give an error with a fix-it to add whitespace between the "<" and "::". by Richard Smith · 14 years ago
- 414d896 Implement ARM pcs attribute. Basically it's another way of calling convention selection (AAPCS or by Anton Korobeynikov · 14 years ago
- 8a9013d Parse an '@' in an Objective-C++ class member specification, by Douglas Gregor · 14 years ago
- 5bbcdbf Chained PCH: Remember when additional specializations are added to a function template from a previous PCH. Fixes the only crasher when using massive chains on Clang's Sema component. We still have some incomplete codegen there. by Sebastian Redl · 14 years ago
- e7a03c9 Add header guards to include/clang/Basic/ConvertUTF.h. by Sebastian Redl · 14 years ago
- dde5557 Re-fix r129481 and r129465 properly. Nulls fixits shouldn't be dropped in by Eli Friedman · 14 years ago
- 3e2193c Add a flag to StringLiteral to keep track of whether the string is a pascal string or not. by Anders Carlsson · 14 years ago
- fd183ba Collect the options applicable to the Rewriter methods into a RewriterOptions struct. by Argyrios Kyrtzidis · 14 years ago
- 6943e9b In Microsoft mode, within class scope, if a CXXScopeSpec's type is equal to the type of one of the base classes then downgrade the missing typename error to a warning. Up to now this is the only case I found where MSVC doesn't require "typename" at class scope. Really strange! by Francois Pichet · 14 years ago
- b8f17ab Redeclaration of 'self' should be flagged in by Fariborz Jahanian · 14 years ago
- f077c0d Driver: Don't treat -m{abi,arch,cpu,cmodel}= as "driver" options, they don't by Daniel Dunbar · 14 years ago
- 627788c Fix a regression where the initializer implements by Fariborz Jahanian · 14 years ago
- 755d849 After some discussion with Doug, we decided that it made a lot more sense by John McCall · 14 years ago
- 235c02f Teach GRState::getSValAsScalarOrLoc() about C++ references. by Ted Kremenek · 14 years ago
- 9fec9b1 C++ static analysis: also invalidate fields of objects that are the callees in C++ method calls. by Ted Kremenek · 14 years ago
- d762357 Typo. by Fariborz Jahanian · 14 years ago
- 1d01531 Fixup more objc rwriter bug having to do with by Fariborz Jahanian · 14 years ago
- 379b515 More __unknown_anytype work. by John McCall · 14 years ago
- 575b374 Remove CK_DynamicToNull. by Anders Carlsson · 14 years ago
- 0fee330 Add CXXDynamicCastExpr::isAlwaysNull() which will be replacing the cast kind I added. by Anders Carlsson · 14 years ago
- bc34b1d PR9669: implement correct checking for [dcl.init.string]p2. by Eli Friedman · 14 years ago
- 7d99bc3 As a first step towards fixing PR9641, add a CK_DynamicToNull cast kind which by Anders Carlsson · 14 years ago
- fb8721c Simplify calling CheckPlaceholderExpr, converge on it in a few places, by John McCall · 14 years ago
- f65076e Enhance the diagnostic for literal float -> int conversions to suggest by Chandler Carruth · 14 years ago
- 8d051e0 MSVC accepts that default parameters be redefined for member functions by Francois Pichet · 14 years ago
- a5fc472 Fix a bunch of major problems with __unknown_anytype and properly test by John McCall · 14 years ago
- b8a3e81 refactor -ccc-gcc-name code by Dylan Noblesmith · 14 years ago
- a49218e PR8369: make __attribute((regparm(0))) work correctly. Original patch by by Eli Friedman · 14 years ago
- b600669 Clean up the bool conversion warning. Group it with other conversion by Chandler Carruth · 14 years ago
- 23aa9c8 add a __sync_swap builtin to fill out the rest of the __sync builtins. by Chris Lattner · 14 years ago
- a00d678 Remove a pair of unused diagnostic messages. by Eric Christopher · 14 years ago
- 0ff3259 complete documentation of flags, patch by nobled by Chris Lattner · 14 years ago
- ec73460 Properly traverse a ObjCMethodDecl in RecursiveASTVisitor. by Argyrios Kyrtzidis · 14 years ago
- 49af1f3 Rename -mtrap_function= to -ftrap_function= since it's now a target neutral options. by Evan Cheng · 14 years ago
- b20e442 Add -mtrap_function=<> option. rdar://9257465 by Evan Cheng · 14 years ago
- 429bb27 Use ExprResult& instead of Expr *& in Sema by John Wiegley · 14 years ago
- b7bc34a Warn for any kind of initialization if initializer does not by Fariborz Jahanian · 14 years ago
- 584b9d6 Switch 'is possibly uninitialized' to 'may be uninitialized' based on by Chandler Carruth · 14 years ago
- f04eb2d Now that the analyzer is distinguishing between uninitialized uses that by Chandler Carruth · 14 years ago
- 089f872 Driver: Don't attempt to forward some Clang-only options to cc1. by Daniel Dunbar · 14 years ago
- b6534bb Fronted/CC_LOG_DIAGNOSTICS: Wire up dwarf-debug-flags support. by Daniel Dunbar · 14 years ago
- 28f1493 Fronted/CC_LOG_DIAGNOSTICS: Output main file name, and add support for by Daniel Dunbar · 14 years ago
- 64bfbf5 Frontend: Continue flushing out LogDiagnosticPrinter. by Daniel Dunbar · 14 years ago
- 9df2349 Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS to by Daniel Dunbar · 14 years ago
- b680d4b ChainedDiagnosticClient: Fix a bug where chained diagnostic clients wouldn't by Daniel Dunbar · 14 years ago
- 08c6695 Frontend: Sketch support for -diagnostic-log-file, which still doesn't do anything. by Daniel Dunbar · 14 years ago
- b65ed34 Enhance the Rewriter. by Argyrios Kyrtzidis · 14 years ago
- 8f89652 Add FullSourceLoc::BeforeThanCompare. a comparison function class, useful for sorting FullSourceLocs. by Argyrios Kyrtzidis · 14 years ago
- c8a22b0 Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to the by Daniel Dunbar · 14 years ago
- 737d544 In C++ the argument of logical not should always be bool. Added missing implicit cast for scalars. by Abramo Bagnara · 14 years ago
- 1de4d4e Basic, untested implementation for an "unknown any" type requested by LLDB. by John McCall · 14 years ago
- 759abb4 Fix lookup for class messages sent to qualified-class by Fariborz Jahanian · 14 years ago
- 4c8acc9 Fix spelling. by Michael J. Spencer · 14 years ago
- 30f6471 Make this const, there's probably no harm in it and it silences a bunch by Eric Christopher · 14 years ago
- ae8ec2b Fix building with gcc. by Argyrios Kyrtzidis · 14 years ago
- d40066b Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numerous CFG and UninitializedValues analysis changes: by Ted Kremenek · 14 years ago
- 832316e Move Driver::createInvocationFromArgs function to Frontend library to avoid dependency cycle by Argyrios Kyrtzidis · 14 years ago
- 054e4f5 Introduce Driver::createInvocationFromArgs used to create a CompilerInvocation from command-line args. by Argyrios Kyrtzidis · 14 years ago
- 5862f0e When emitting a "too many arguments to function call..." error, also include a note with a location for the function prototype. by Ted Kremenek · 14 years ago
- cccc02a PR9585: add __decltype as a keyword. While I'm here, alphabetize the list. by Eli Friedman · 14 years ago
- 8083414 static analyzer: Add a new ProgramPoint PostCondition to represent the post position of a branch condition, and a new generateNode method to BranchNodeBuilder using PostCondition ProgramPoint. This method generates a new ExplodedNode but not a new block edge. by Ted Kremenek · 14 years ago
- 4d840e9 [analyzer] Simplify CheckerFn template and use it more to reduce duplication. No functionality change. by Argyrios Kyrtzidis · 14 years ago
- 2bfa301 Remove a redundant method. We have a const version. by Zhongxing Xu · 14 years ago
- 422ab7a Teach IdempotentOperationsChecker about paths aborted because ExprEngine didn't know how to handle a specific Expr type. by Ted Kremenek · 14 years ago
- 66750fa static analyzer: Rename 'BlocksAborted' to 'BlocksExhausted' to reflect that a given CFGBlock was analyzed too many times. by Ted Kremenek · 14 years ago
- ce0682f Make ChainedIncludesSource an ExternalSemaSource, otherwise initialization of the ASTReader is incomplete, leading to errors like not realizing std::type_info is already defined. by Sebastian Redl · 14 years ago