2011-10-02 |
Peter Collingbourne | CUDA: add separate diagnostics for too few/many exec... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Peter Collingbourne | Add ConvertArgumentsForCall diagnostics for at least... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Peter Collingbourne | CUDA: diagnose unconfigured calls to global functions |
commit | commitdiff | tree | snapshot |
2011-10-02 |
John McCall | Sorry, I misunderstood the interaction here; the GNU... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
John McCall | Use -fgnu-runtime to force the use of the non-fragile... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Chandler Carruth | Temporarily XFAIL this test until John or someone else... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Chandler Carruth | Simplify this through the power of the ternary operator. |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Chandler Carruth | Consolidate the currently bizarre 32/64 multilib select... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Ted Kremenek | Fix another major performance regression in LiveVariabl... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
John McCall | Make -fobjc-nonfragile-abi the -cc1 default, since... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Ted Kremenek | Fix LiveVariables analysis bug with MaterializeTemporar... |
commit | commitdiff | tree | snapshot |
2011-10-01 |
John McCall | When performing an @throw in ARC, retain + autorelease |
commit | commitdiff | tree | snapshot |
2011-10-01 |
John McCall | Parse attributes written in an ObjC method parameter... |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Anna Zaks | Address PR10616. The crash has already been fixed by... |
commit | commitdiff | tree | snapshot |
2011-10-01 |
John McCall | Hey, maybe we shouldn't silently ignore decl attributes |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Chandler Carruth | As I suspected, completely non-multilib machines just... |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Richard Smith | constexpr: semantic checking for constexpr functions... |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Chandler Carruth | Teach this test to cope with Windows suffixes so that... |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Chandler Carruth | Correct my failure at writing proper regex's for FileCh... |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Chandler Carruth | Allow for both 'lib' and 'lib32', as both seem to be... |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Chandler Carruth | There might be an 'ld' without any path prefix. |
commit | commitdiff | tree | snapshot |
2011-10-01 |
John McCall | Allow the results of cf_returns_not_retained function |
commit | commitdiff | tree | snapshot |
2011-10-01 |
John McCall | Tweak the interface for analyzing the CF conventions... |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Chandler Carruth | Add a test that ensures we get the basic multilib ... |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Chandler Carruth | Revert r140604: "Let -B work for ld paths on Linux." |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Ted Kremenek | Enable -Wstrlcpy-strlcat-size by default. |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Argyrios Kyrtzidis | Mark a TagDecl when it is free standing (e.g. "struct... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Daniel Dunbar | Revert my --working-directory option, which wasn't... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Douglas Gregor | Add a section detailing the steps required to add an... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Fariborz Jahanian | objc arc: allow objc_returns_inner_pointer on methods... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Benjamin Kramer | Fix compiler warning about && in ||. |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Bob Wilson | Install a copy of the libc++ headers with clang. ... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Eli Friedman | Support dllimport and dllexport on x86-64 Windows.... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Fariborz Jahanian | objc gc: assigning to an objc object struct member... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Eli Friedman | Minor cleanup. |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Argyrios Kyrtzidis | [libclang] Introduce CXCursor_CXXAccessSpecifier for... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
David Chisnall | Remove the conditional that avoided passing the Objecti... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Sebastian Redl | Fix a bug in the token caching for inline constructors... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
John McCall | Add explicit attributes to mark functions as having... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Ted Kremenek | Fix crash when analyzing C++ code involving constant... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Anna Zaks | [analyzer] Fix a bug in RetainReleaseChecker diagnostic... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Anna Zaks | [analyzer] Add -analyzer-purge option which can take... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Eli Friedman | Some fixes for MS-style asm parsing: specifically,... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Richard Smith | constexpr functions are implicitly const. More tests... |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Richard Smith | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Richard Smith | Suggest adding 'constexpr' if the GNU extension for... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Richard Smith | Mark the ExtWarn for in-class initialization of static... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Fariborz Jahanian | Minor refactoring. Enumerators may inherit the deprecat... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Eli Friedman | PR11040: CheckICE should not allow an lvalue bitcast... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Richard Smith | In C++0x, static const volatile data members cannot... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Richard Smith | PR11000: Fix crash on invalid. |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Richard Smith | constexpr: semantic checking for constexpr variables. |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Fariborz Jahanian | c - Enumerators may inherit the deprecated/unavailable |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Anna Zaks | Add more comments to several checker callback functions. |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Peter Collingbourne | Add support for alignment-specifiers in C1X and C+... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Peter Collingbourne | Add a warning group for warnings about using C1X featur... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Peter Collingbourne | Add support for parsing an attribute-specifier-seq... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Peter Collingbourne | Add support for parsing the optional attribute-specifie... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Peter Collingbourne | Driver: use correct search paths for multilib |
commit | commitdiff | tree | snapshot |
2011-09-29 |
John McCall | Add an ns_bridged attribute, used to specify that a |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Ted Kremenek | Like IBOutletCollection, it only makes sense to apply... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Ted Kremenek | Do not warn about empty format strings when there are... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
David Blaikie | Unnecessary else |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Daniel Dunbar | Basic/Diagnostic: Kill off a few unnecessary functions... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Daniel Dunbar | Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnostic... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Daniel Dunbar | Basic/Diagnostics: Add three explicit bits to Diagnosti... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Daniel Dunbar | Basic/Diagnostics: Add a DiagnosticIDs::getDiagnosticsI... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Daniel Dunbar | Basic/Diagnostic: Add a DiagSate::getOrAddMappingInfo... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Daniel Dunbar | tests: Add some more tests for warning mappings. |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Daniel Dunbar | Basic/Diagnostics: Move setDiagnosticMapping() to using... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Daniel Dunbar | Basic/Diagnostics: Add a DiagnosticMappingInfo helper... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Daniel Dunbar | Basic/Diagnostics: Eliminate getDiagnosticMappingInfo... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Daniel Dunbar | Basic/Diagnostic: Eliminate the extra "mapping" out... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Daniel Dunbar | Basic/Diagnostics: Add an isDefaultMappingAsError metho... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Daniel Dunbar | Fix 80-col viola. |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Douglas Gregor | Attempt to fix unit tests |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Daniel Dunbar | Basic/Diagnostic: Factor out |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Douglas Gregor | Introduce an opt-in warning when a module is being... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Douglas Gregor | Introduce a pure virtual clone() method to DiagnosticCo... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Daniel Dunbar | Basic/Diagnostics: Split out the default warning "no... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Eric Christopher | Change "Regions" to be "LexicalBlocks" since that's... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Eric Christopher | Rename EmitStopPoint in CGDebugInfo to EmitLocation... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Eric Christopher | Reorder functions in the file. |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Eric Christopher | Call UpdateLineDirectiveRegion every time we want to... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Eric Christopher | Update comment. |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Chad Rosier | [driver] Add basic support for escaping XML characters... |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Fariborz Jahanian | objc arc: Diagnose block pointer type mismatch when |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Ted Kremenek | Check for empty predecessors for walking them. |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Fariborz Jahanian | objc++ arc: Diagnose block pointer type mismatch when |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Richard Trieu | Fix typo. string-convervion -> string-conversion |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Ted Kremenek | Tweak -Wobjc-missing-super-calls to not warning about... |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Argyrios Kyrtzidis | For __weak/__strong/etc. ownership attributes, don... |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Chandler Carruth | Fix a typo spotted by Jonathan Sauer. |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Argyrios Kyrtzidis | Introduce non-const Decl::getParentFunctionOrMethod. |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Argyrios Kyrtzidis | [libclang] Introduce clang_Range_isNull. |
commit | commitdiff | tree | snapshot |
2011-09-28 |
NAKAMURA Takumi | Install c-index-test also on CMake build, following... |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Chandler Carruth | Attempt to silence the GCC -Wreturn-type warning... |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Chandler Carruth | Generate tests for all of the x86 SIMD instruction... |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Chandler Carruth | Add a little banner to this test. This lets my scripts... |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Chandler Carruth | Fix a think-o on my part that got enshrined in a FIXME... |
commit | commitdiff | tree | snapshot |
next |