index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
Commit message (
Expand
)
Author
Age
Files
Lines
*
When checking for illegal expressions in a default-argument
John McCall
2013-04-09
1
-0
/
+18
*
Skip transparent contexts when looking for using directives in name lookup.
Douglas Gregor
2013-04-09
1
-1
/
+5
*
Mark as referenced the functions from instantiated UserDefinedLiterals.
Argyrios Kyrtzidis
2013-04-09
1
-0
/
+2
*
<rdar://problem/13584715> Converted constant expressions are expected to have...
Douglas Gregor
2013-04-08
1
-1
/
+1
*
<rdar://problem/13540899> Collect using directives from all of the semantic c...
Douglas Gregor
2013-04-08
1
-8
/
+25
*
Fix typo in assertion.
Nick Lewycky
2013-04-08
1
-1
/
+1
*
Fix PR15634, better error message for template deduction failure.
Richard Trieu
2013-04-08
1
-4
/
+26
*
<rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...
Douglas Gregor
2013-04-08
1
-8
/
+25
*
Thread safety analysis: turn on checking within lock and unlock functions.
DeLesley Hutchins
2013-04-08
1
-2
/
+6
*
<rdar://problem/13540921> Cope with instantiations of the C++11 range-based f...
Douglas Gregor
2013-04-08
1
-0
/
+14
*
<rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop ...
Douglas Gregor
2013-04-08
1
-0
/
+27
*
Sema: Don't crash when trying to emit a warning for a duplicate value in an i...
Benjamin Kramer
2013-04-07
1
-1
/
+1
*
Rework how ObjC method inherit deprecated/availability.
Ted Kremenek
2013-04-06
2
-2
/
+8
*
When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add
Richard Trieu
2013-04-05
1
-1
/
+3
*
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-04-05
1
-0
/
+10
*
Revert 178811 until I fix the unit tests.
Tanya Lattner
2013-04-04
1
-10
/
+0
*
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-04-04
1
-0
/
+10
*
Don't patch the storage class of static data members.
Rafael Espindola
2013-04-04
1
-4
/
+5
*
Objective-C: Issue deprecated warning when using a
Fariborz Jahanian
2013-04-04
2
-3
/
+11
*
Use isExternalLinkage instead of hasExternalLinkage.
Rafael Espindola
2013-04-04
1
-1
/
+1
*
Fix a recent linkage regression.
Rafael Espindola
2013-04-04
1
-1
/
+1
*
Revert r177948. We decided that we do not want ObjC property redeclarations ...
Ted Kremenek
2013-04-04
1
-2
/
+0
*
Add hasExternalLinkageUncached back with the test that Richard provided, but
Rafael Espindola
2013-04-04
1
-1
/
+13
*
Avoid computing the linkage instead of avoiding caching it.
Rafael Espindola
2013-04-04
1
-14
/
+1
*
Fix linkage related crash.
Rafael Espindola
2013-04-04
1
-2
/
+2
*
Fix 41 of the 61 tests which fail with modules enabled: we were computing and
Richard Smith
2013-04-04
1
-2
/
+12
*
Be sure to check ARC conventions on the implicit method declarations
John McCall
2013-04-04
2
-10
/
+18
*
Update OpenCL comments to mention spec section and version.
Tanya Lattner
2013-04-03
1
-3
/
+3
*
<rdar://problem/13560075> Teach name lookup for builtin names to find hidden ...
Douglas Gregor
2013-04-03
1
-3
/
+12
*
Complain about attempts to befriend declarations via a using
John McCall
2013-04-03
2
-1
/
+11
*
Add 178663 back.
Rafael Espindola
2013-04-03
19
-163
/
+65
*
Revert 178663.
Rafael Espindola
2013-04-03
19
-65
/
+163
*
Give the default CorrectionCandidateCallback::ValidateCandidate some
Kaelyn Uhrain
2013-04-03
1
-0
/
+18
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
19
-163
/
+65
*
Escape more @ signs in Doxygen comments.
Jordan Rose
2013-04-03
1
-2
/
+2
*
If a defaulted special member is implicitly deleted, check whether it's
Richard Smith
2013-04-02
1
-7
/
+30
*
Objective-C: Provide fixit hints when warning
Fariborz Jahanian
2013-04-02
3
-7
/
+37
*
Fixed "fallthrough annotation does not directly precede switch label" warning in
Alexander Kornienko
2013-04-02
1
-0
/
+4
*
Add -Wstatic-local-in-inline, which warns about using a static local
John McCall
2013-04-02
2
-7
/
+64
*
Use the ASYContext::getTypeSizeInChars API to cleanup some ugliness, per John
Chad Rosier
2013-04-01
1
-5
/
+3
*
PR15633: Note that we are EnteringContext when parsing the nested name
Richard Smith
2013-04-01
1
-0
/
+5
*
Only merge down a variable type if the previous declaration was
John McCall
2013-04-01
1
-9
/
+40
*
Cleanup. No functional change intended.
Chad Rosier
2013-04-01
1
-18
/
+17
*
Sema: Don't crash when trying to emit a precedence warning on postinc/decrement.
Benjamin Kramer
2013-03-30
1
-1
/
+2
*
When looking for overridden ObjC methods, don't ignore 'hidden' ones.
Argyrios Kyrtzidis
2013-03-29
1
-4
/
+5
*
Sema: Warn on sizeof on binary ops on decayed arrays.
Benjamin Kramer
2013-03-29
1
-0
/
+28
*
Fix thinko (and the bots): We still want to warn in C.
Rafael Espindola
2013-03-29
1
-2
/
+2
*
Don't special case one line extern "C" decls.
Rafael Espindola
2013-03-29
1
-0
/
+1
*
Revert r178273 as it broke the Linux bootstrap due to false positives
Timur Iskhodzhanov
2013-03-29
1
-119
/
+16
*
Objective-C: Produce precise diagnostic when
Fariborz Jahanian
2013-03-28
2
-15
/
+36
[next]